Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Llama 2 is a collection of pre-trained and fine-tuned generative text models ran
|
|
| 21 |
|
| 22 |
```py
|
| 23 |
import torch
|
| 24 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer,
|
| 25 |
|
| 26 |
model_id = "clibrain/Llama-2-7b-ft-instruct-es"
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
```py
|
| 23 |
import torch
|
| 24 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
| 25 |
|
| 26 |
model_id = "clibrain/Llama-2-7b-ft-instruct-es"
|
| 27 |
|