Update README.md
Browse files
README.md
CHANGED
@@ -469,8 +469,8 @@ Use the code below to get started with the model.
|
|
469 |
```python
|
470 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
471 |
|
472 |
-
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO
|
473 |
-
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO
|
474 |
|
475 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
476 |
chat = [
|
|
|
469 |
```python
|
470 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
471 |
|
472 |
+
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
|
473 |
+
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
|
474 |
|
475 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
476 |
chat = [
|