mihaimasala
commited on
Commit
•
cb7428e
1
Parent(s):
fca199f
Update README.md
Browse files
README.md
CHANGED
@@ -485,6 +485,9 @@ model-index:
|
|
485 |
# Model Card for Model ID
|
486 |
|
487 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
|
|
|
488 |
|
489 |
RoLlama2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the **human aligned instruct 7B model**. Links to other models can be found at the bottom of this page.
|
490 |
|
@@ -534,8 +537,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
|
538 |
-
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO
|
539 |
|
540 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
541 |
chat = [
|
|
|
485 |
# Model Card for Model ID
|
486 |
|
487 |
<!-- Provide a quick summary of what the model is/does. -->
|
488 |
+
This model points/is identical to [RoLlama2-7b-Instruct-DPO-2024-10-09](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09).
|
489 |
+
|
490 |
+
|
491 |
|
492 |
RoLlama2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the **human aligned instruct 7B model**. Links to other models can be found at the bottom of this page.
|
493 |
|
|
|
537 |
```python
|
538 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
539 |
|
540 |
+
tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
|
541 |
+
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
|
542 |
|
543 |
instruction = "Care este cel mai înalt vârf muntos din România?"
|
544 |
chat = [
|