Yehor commited on
Commit
bf35794
1 Parent(s): 75a9303
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -108,11 +108,9 @@ with torch.no_grad():
108
  predicted_ids = torch.argmax(logits, dim=-1)
109
  predictions = processor.batch_decode(predicted_ids)
110
 
111
- # Log outputs
112
- print('---')
113
  print('Predictions:')
114
  print(predictions)
115
- print('---')
116
  ```
117
 
118
  ### Licenses
 
108
  predicted_ids = torch.argmax(logits, dim=-1)
109
  predictions = processor.batch_decode(predicted_ids)
110
 
111
+ # Log results
 
112
  print('Predictions:')
113
  print(predictions)
 
114
  ```
115
 
116
  ### Licenses