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