update example
Browse files
README.md
CHANGED
|
@@ -272,7 +272,7 @@ output = tokenizer.batch_decode(output)
|
|
| 272 |
|
| 273 |
# loop over the batch to print, in this example the batch size is 1
|
| 274 |
for i in output:
|
| 275 |
-
print(
|
| 276 |
```
|
| 277 |
|
| 278 |
## Training Data
|
|
|
|
| 272 |
|
| 273 |
# loop over the batch to print, in this example the batch size is 1
|
| 274 |
for i in output:
|
| 275 |
+
print(i)
|
| 276 |
```
|
| 277 |
|
| 278 |
## Training Data
|