BeastGokul commited on
Commit
47b10e2
1 Parent(s): ab3a24e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("YourModelPath/BioMistral-7B-Finetuned")
49
- model = AutoModelForCausalLM.from_pretrained("YourModelPath/BioMistral-7B-Finetuned")
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?"