BeastGokul
commited on
Commit
•
47b10e2
1
Parent(s):
ab3a24e
Update README.md
Browse files
README.md
CHANGED
@@ -45,8 +45,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
45 |
from peft import PeftModel
|
46 |
|
47 |
# Load tokenizer and model
|
48 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
49 |
-
model = AutoModelForCausalLM.from_pretrained("
|
50 |
|
51 |
# Example usage
|
52 |
input_text = "What are the symptoms of diabetes?"
|
|
|
45 |
from peft import PeftModel
|
46 |
|
47 |
# Load tokenizer and model
|
48 |
+
tokenizer = AutoTokenizer.from_pretrained("BeastGokul/BioMistral-7B-Finetuned")
|
49 |
+
model = AutoModelForCausalLM.from_pretrained("BeastGokul/BioMistral-7B-Finetuned")
|
50 |
|
51 |
# Example usage
|
52 |
input_text = "What are the symptoms of diabetes?"
|