Update README.md
Browse files
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-
|
| 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 |
|