mihaimasala commited on
Commit
465bb40
·
verified ·
1 Parent(s): 91efc88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -540,8 +540,8 @@ Use the code below to get started with the model.
540
  ```python
541
  from transformers import AutoTokenizer, AutoModelForCausalLM
542
 
543
- tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama3.1-8b-Instruct-2024-10-09")
544
- model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama3.1-8b-Instruct-2024-10-09")
545
 
546
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
547
  chat = [
@@ -708,7 +708,7 @@ print(tokenizer.decode(outputs[0]))
708
 
709
 
710
 
711
- ## RoLlama3 Model Family
712
 
713
  | Model | Link |
714
  |--------------------|:--------:|
 
540
  ```python
541
  from transformers import AutoTokenizer, AutoModelForCausalLM
542
 
543
+ tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama3.1-8b")
544
+ model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama3.1-8b")
545
 
546
  instruction = "Ce jocuri de societate pot juca cu prietenii mei?"
547
  chat = [
 
708
 
709
 
710
 
711
+ ## RoLlama3.1 Model Family
712
 
713
  | Model | Link |
714
  |--------------------|:--------:|