Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ outputs = model.generate(**inputs, max_new_tokens=100)
|
|
| 53 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 54 |
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
### Downstream Use [optional]
|
| 59 |
|
|
|
|
| 53 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 54 |
|
| 55 |
|
| 56 |
+
|
| 57 |
|
| 58 |
### Downstream Use [optional]
|
| 59 |
|