caesar-one
commited on
Update README.md
Browse files
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
|
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"
|