mihaimasala commited on
Commit
bb540db
·
verified ·
1 Parent(s): 958dcab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -469,8 +469,8 @@ Use the code below to get started with the model.
469
  ```python
470
  from transformers import AutoTokenizer, AutoModelForCausalLM
471
 
472
- tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2025-04-23")
473
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2025-04-23")
474
 
475
  instruction = "Care este cel mai înalt vârf muntos din România?"
476
  chat = [
 
469
  ```python
470
  from transformers import AutoTokenizer, AutoModelForCausalLM
471
 
472
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
473
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO")
474
 
475
  instruction = "Care este cel mai înalt vârf muntos din România?"
476
  chat = [