patrickvonplaten commited on
Commit
594a974
1 Parent(s): 11d64f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -60,6 +60,10 @@ To transcribe audio files the model can be used as a standalone acoustic model a
60
  predicted_ids = torch.argmax(logits, dim=-1)
61
  transcription = processor.batch_decode(predicted_ids)
62
  ```
 
 
 
 
63
 
64
  # License
65
 
 
60
  predicted_ids = torch.argmax(logits, dim=-1)
61
  transcription = processor.batch_decode(predicted_ids)
62
  ```
63
+
64
+ # Contribution
65
+
66
+ The model was contributed by [cywang](https://huggingface.co/cywang) and [patrickvonplaten](https://huggingface.co/patrickvonplaten).
67
 
68
  # License
69