Upload credits.md
Browse files- credits.md +7 -0
credits.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Credits
|
| 2 |
+
|
| 3 |
+
This repository contains Rust implementations of Whisper models originally created by OpenAI.
|
| 4 |
+
|
| 5 |
+
The original Whisper models and tokenizer.json files were released by OpenAI under the MIT license and can be found here: https://huggingface.co/openai/
|
| 6 |
+
|
| 7 |
+
My implementations are based on the original OpenAI code and pretrained models. I gratefully acknowledge OpenAI's work in creating the initial Whisper models and making them freely available.
|