caesar-one commited on
Commit
c1a735c
1 Parent(s): b7f69be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ In October 2023 we submitted a paper called DanteLLM: Let's Push Italian LLM Res
25
  That paper got accepted with the scores 5, 4, 4 out of 5
26
  ## How to run the model
27
  ```python
28
- from transformers import AutoModel, AutoTokenizer, AutoModelForCausalLM
29
  device = "cuda" # the device to load the model onto
30
 
31
  model_id = "rstless-research/DanteLLM-7B-Instruct-Italian-v0.1"
 
25
  That paper got accepted with the scores 5, 4, 4 out of 5
26
  ## How to run the model
27
  ```python
28
+ from transformers import AutoTokenizer, AutoModelForCausalLM
29
  device = "cuda" # the device to load the model onto
30
 
31
  model_id = "rstless-research/DanteLLM-7B-Instruct-Italian-v0.1"