Link
Browse files
README.md
CHANGED
@@ -27,7 +27,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# openai/whisper-medium
|
29 |
|
30 |
-
This is an automatic speech recognition model that also does punctuation and casing.
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the mozilla-foundation/common_voice_11_0 ca dataset.
|
33 |
It achieves the following results on the evaluation set:
|
|
|
27 |
|
28 |
# openai/whisper-medium
|
29 |
|
30 |
+
This is an automatic speech recognition model that also does punctuation and casing. This model is for research only, **we do not recommend using this model on production environments**. See our [learnings](https://huggingface.co/softcatala/whisper-small-ca/blob/main/TRAINING.md) when training these models.
|
31 |
+
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the mozilla-foundation/common_voice_11_0 ca dataset.
|
34 |
It achieves the following results on the evaluation set:
|