A fix
Browse files
README.md
CHANGED
@@ -112,8 +112,6 @@ predictions = processor.batch_decode(predicted_ids)
|
|
112 |
print('---')
|
113 |
print('Predictions:')
|
114 |
print(predictions)
|
115 |
-
print('References:')
|
116 |
-
print(references)
|
117 |
print('---')
|
118 |
```
|
119 |
|
|
|
112 |
print('---')
|
113 |
print('Predictions:')
|
114 |
print(predictions)
|
|
|
|
|
115 |
print('---')
|
116 |
```
|
117 |
|