patrickvonplaten commited on
Commit
22b2734
1 Parent(s): 0a55761

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -52,6 +52,8 @@ with torch.no_grad():
52
 
53
  prediction_ids = torch.argmax(logits, dim=-1)
54
  transcription = processor.batch_decode(prediction_ids)
 
 
55
  ```
56
 
57
  # Contribution
52
 
53
  prediction_ids = torch.argmax(logits, dim=-1)
54
  transcription = processor.batch_decode(prediction_ids)
55
+ # gives -> 'œ̃ v ʁ ɛ t ʁ a v a j ɛ̃ t e ʁ ɛ s ɑ̃ v a ɑ̃ f ɛ̃ ɛ t ʁ ə m ə n e s y ʁ s ə s y ʒ ɛ'
56
+ # for 'Un vrai travail intéressant va, enfin, être mené sur ce sujet.'
57
  ```
58
 
59
  # Contribution