Leonard Püttmann
commited on
Update README.md
Browse files
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/
|
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?"
|