mihaimasala commited on
Commit
227838b
·
verified ·
1 Parent(s): 290cb70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -539,8 +539,8 @@ Use the code below to get started with the model.
539
  ```python
540
  from transformers import AutoTokenizer, AutoModelForCausalLM
541
 
542
- tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct")
543
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct")
544
 
545
  instruction = "Care este cel mai înalt vârf muntos din România?"
546
  chat = [
 
539
  ```python
540
  from transformers import AutoTokenizer, AutoModelForCausalLM
541
 
542
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-2024-05-14 ")
543
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Instruct-2024-05-14 ")
544
 
545
  instruction = "Care este cel mai înalt vârf muntos din România?"
546
  chat = [