patrickvonplaten commited on
Commit
30c0dc1
1 Parent(s): 9179fd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -52,8 +52,6 @@ with torch.no_grad():
52
 
53
  prediction_ids = torch.argmax(logits, dim=-1)
54
  transcription = processor.batch_decode(prediction_ids)
55
- # => 'm ɪ a n n o f a tː o ʊ n o f f ɛ r t a k e n o n p o t e v o p r ɔ p r i o r i f j ʊ t a r e'
56
- # for "Mi hanno fatto un\'offerta che non potevo proprio rifiutare."
57
  ```
58
 
59
  # Contribution
 
52
 
53
  prediction_ids = torch.argmax(logits, dim=-1)
54
  transcription = processor.batch_decode(prediction_ids)
 
 
55
  ```
56
 
57
  # Contribution