mihaimasala commited on
Commit
f72c7a8
·
verified ·
1 Parent(s): c46fa4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -418,6 +418,8 @@ model-index:
418
  # Model Card for Model ID
419
 
420
  <!-- Provide a quick summary of what the model is/does. -->
 
 
421
 
422
  RoGemma2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the **human aligned instruct 9B model**. Links to other models can be found at the bottom of this page.
423
 
@@ -470,8 +472,8 @@ Use the code below to get started with the model.
470
  ```python
471
  from transformers import AutoTokenizer, AutoModelForCausalLM
472
 
473
- tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoGemma2-9b-Instruct-DPO-2025-04-23")
474
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoGemma2-9b-Instruct-DPO-2025-10-23")
475
 
476
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
477
  chat = [
 
418
  # Model Card for Model ID
419
 
420
  <!-- Provide a quick summary of what the model is/does. -->
421
+ This model points/is identical to [RoGemma2-9b-Instruct-DPO-2025-04-23](https://huggingface.co/OpenLLM-Ro/RoGemma2-9b-Instruct-DPO-2025-04-23).
422
+
423
 
424
  RoGemma2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the **human aligned instruct 9B model**. Links to other models can be found at the bottom of this page.
425
 
 
472
  ```python
473
  from transformers import AutoTokenizer, AutoModelForCausalLM
474
 
475
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoGemma2-9b-Instruct-DPO")
476
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoGemma2-9b-Instruct-DPO")
477
 
478
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
479
  chat = [