Vijayendra
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ medqa_prompt = """You are a medical QA system. Answer the following medical ques
|
|
43 |
"""
|
44 |
|
45 |
# Load the model and tokenizer using unsloth
|
46 |
-
model_name = "Vijayendra/Phi4-MedQA"
|
47 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
48 |
model_name=model_name,
|
49 |
max_seq_length=2048,
|
|
|
43 |
"""
|
44 |
|
45 |
# Load the model and tokenizer using unsloth
|
46 |
+
model_name = "Vijayendra/Phi4-MedQA"
|
47 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
48 |
model_name=model_name,
|
49 |
max_seq_length=2048,
|