Leonard Püttmann commited on
Commit
19a781c
·
verified ·
1 Parent(s): f9579f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
60
 
61
  tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
62
 
63
- ft_model = PeftModel.from_pretrained(base_model, "LeonardPuettmann/PhiloMistral-7B-Instruct-v0.3")
64
  ft_model.eval()
65
 
66
  prompt = "What is the nature of the self? Is there a soul?"
 
60
 
61
  tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
62
 
63
+ ft_model = PeftModel.from_pretrained(base_model, "LeonardPuettmann/PhilosophyMistral-7B-Instruct-v0.3")
64
  ft_model.eval()
65
 
66
  prompt = "What is the nature of the self? Is there a soul?"