Commit
•
1a7397f
1
Parent(s):
80fe97b
Update README.md
Browse files
README.md
CHANGED
@@ -415,3 +415,9 @@ If you use this model, please consider citing the [Distil-Whisper paper](https:/
|
|
415 |
primaryClass={cs.CL}
|
416 |
}
|
417 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
415 |
primaryClass={cs.CL}
|
416 |
}
|
417 |
```
|
418 |
+
|
419 |
+
## Acknowledgements
|
420 |
+
* OpenAI for the Whisper [model](https://huggingface.co/openai/whisper-large-v2) and [original codebase](https://github.com/openai/whisper)
|
421 |
+
* Hugging Face 🤗 [Transformers](https://github.com/huggingface/transformers) for the model integration
|
422 |
+
* Google's [TPU Research Cloud (TRC)](https://sites.research.google/trc/about/) programme for Cloud TPU v4s
|
423 |
+
* [`@rsonavane`](https://huggingface.co/rsonavane/distil-whisper-large-v2-8-ls) for releasing an early iteration of Distil-Whisper on the LibriSpeech dataset
|