mihaimasala
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -539,8 +539,8 @@ Use the code below to get started with the model.
|
|
539 |
```python
|
540 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
541 |
|
542 |
-
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct")
|
543 |
-
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct")
|
544 |
|
545 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
546 |
chat = [
|
|
|
539 |
```python
|
540 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
541 |
|
542 |
+
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-2024-05-14 ")
|
543 |
+
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-2024-05-14 ")
|
544 |
|
545 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
546 |
chat = [
|