Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
| 20 |
-
Make sure to set max_new_tokens = 20; otherwise, the model will generate one token at a time
|
| 21 |
|
| 22 |
nlp = pipeline("text-generation",
|
| 23 |
model="piazzola/tmp_trainer",
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
| 20 |
+
**Make sure to set max_new_tokens = 20; otherwise, the model will generate one token at a time.**
|
| 21 |
|
| 22 |
nlp = pipeline("text-generation",
|
| 23 |
model="piazzola/tmp_trainer",
|