Yehor commited on
Commit
75a9303
1 Parent(s): 4df4a1d
Files changed (1) hide show
  1. README.md +0 -2
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