sanchit-gandhi HF staff commited on
Commit
7ff7624
1 Parent(s): d710fb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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