Tommi09 commited on
Commit
1205801
·
verified ·
1 Parent(s): 890d1bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ We used the Huatuo26M-Lite dataset, which contains 178k pieces of medical questi
91
  ```python
92
  from transformers import AutoTokenizer, AutoModelForCausalLM
93
 
94
- base_model_path = "Tommi09/MedicalChatBot-Qwen3-4b"
95
 
96
  tokenizer = AutoTokenizer.from_pretrained(base_model_path, trust_remote_code=True)
97
 
 
91
  ```python
92
  from transformers import AutoTokenizer, AutoModelForCausalLM
93
 
94
+ base_model_path = "Tommi09/MedicalChatBot-7b-test"
95
 
96
  tokenizer = AutoTokenizer.from_pretrained(base_model_path, trust_remote_code=True)
97