update example
Browse files
README.md
CHANGED
|
@@ -263,7 +263,7 @@ output = model.generate(**input_tokens)
|
|
| 263 |
output = tokenizer.batch_decode(output)
|
| 264 |
# loop over the batch to print, in this example the batch size is 1
|
| 265 |
for i in output:
|
| 266 |
-
print(
|
| 267 |
```
|
| 268 |
|
| 269 |
## Training Data
|
|
|
|
| 263 |
output = tokenizer.batch_decode(output)
|
| 264 |
# loop over the batch to print, in this example the batch size is 1
|
| 265 |
for i in output:
|
| 266 |
+
print(i)
|
| 267 |
```
|
| 268 |
|
| 269 |
## Training Data
|