Safetensors
Romanian
llama
Eval Results
mihaimasala commited on
Commit
714caea
·
verified ·
1 Parent(s): 62ca047

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -534,8 +534,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-2024-09-10")
538
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-09-10")
539
 
540
  instruction = "Care este cel mai înalt vârf muntos din România?"
541
  chat = [
 
534
  ```python
535
  from transformers import AutoTokenizer, AutoModelForCausalLM
536
 
537
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09")
538
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-DPO-2024-10-09")
539
 
540
  instruction = "Care este cel mai înalt vârf muntos din România?"
541
  chat = [