Update README.md
Browse files
README.md
CHANGED
|
@@ -534,8 +534,8 @@ Use the code below to get started with the model.
|
|
| 534 |
```python
|
| 535 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 536 |
|
| 537 |
-
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-09
|
| 538 |
-
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-09
|
| 539 |
|
| 540 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
| 541 |
chat = [
|
|
|
|
| 534 |
```python
|
| 535 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 536 |
|
| 537 |
+
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09")
|
| 538 |
+
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09")
|
| 539 |
|
| 540 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
| 541 |
chat = [
|