Vijayendra commited on
Commit
60853e0
·
verified ·
1 Parent(s): bddc701

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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" # Replace with your Hugging Face model name
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,