mihaimasala commited on
Commit
45f11b5
·
verified ·
1 Parent(s): 05d681a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -542,8 +542,8 @@ Use the code below to get started with the model.
542
  ```python
543
  from transformers import AutoTokenizer, AutoModelForCausalLM
544
 
545
- tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct")
546
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct")
547
 
548
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
549
  chat = [
 
542
  ```python
543
  from transformers import AutoTokenizer, AutoModelForCausalLM
544
 
545
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct-05-17")
546
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoMistral-7b-Instruct-05-17")
547
 
548
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
549
  chat = [