Update README.md
Browse files
README.md
CHANGED
@@ -136,7 +136,7 @@ To use the fine-tuned model:
|
|
136 |
```python
|
137 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
138 |
|
139 |
-
model_path = "
|
140 |
model = AutoModelForCausalLM.from_pretrained(model_path)
|
141 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
142 |
|
|
|
136 |
```python
|
137 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
138 |
|
139 |
+
model_path = "fine_tuned_dpo_neo_spin"
|
140 |
model = AutoModelForCausalLM.from_pretrained(model_path)
|
141 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
142 |
|