Update README.md
Browse files
README.md
CHANGED
@@ -542,8 +542,8 @@ Use the code below to get started with the model.
|
|
542 |
```python
|
543 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
544 |
|
545 |
-
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct")
|
546 |
-
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct")
|
547 |
|
548 |
instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
|
549 |
chat = [
|
|
|
542 |
```python
|
543 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
544 |
|
545 |
+
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct-05-17")
|
546 |
+
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct-05-17")
|
547 |
|
548 |
instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
|
549 |
chat = [
|