mihaimasala commited on
Commit
0512ae0
1 Parent(s): be4b547

Update README.md

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