Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use TheRains/yt-special-batch12-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheRains/yt-special-batch12-tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TheRains/yt-special-batch12-tiny")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("TheRains/yt-special-batch12-tiny") model = AutoModelForSpeechSeq2Seq.from_pretrained("TheRains/yt-special-batch12-tiny") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,20 +2,33 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: openai/whisper-tiny
|
| 4 |
tags:
|
|
|
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- wer
|
| 8 |
model-index:
|
| 9 |
-
- name:
|
| 10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
|
| 16 |
-
#
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
- Loss: 1.1267
|
| 21 |
- Wer: 71.2794
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: openai/whisper-tiny
|
| 4 |
tags:
|
| 5 |
+
- whisper-event
|
| 6 |
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- yt
|
| 9 |
metrics:
|
| 10 |
- wer
|
| 11 |
model-index:
|
| 12 |
+
- name: Whisper Small Indonesian
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
name: Automatic Speech Recognition
|
| 16 |
+
type: automatic-speech-recognition
|
| 17 |
+
dataset:
|
| 18 |
+
name: yt id
|
| 19 |
+
type: yt
|
| 20 |
+
metrics:
|
| 21 |
+
- name: Wer
|
| 22 |
+
type: wer
|
| 23 |
+
value: 71.27942416185721
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 27 |
should probably proofread and complete it, then remove this comment. -->
|
| 28 |
|
| 29 |
+
# Whisper Small Indonesian
|
| 30 |
|
| 31 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the yt id dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
- Loss: 1.1267
|
| 34 |
- Wer: 71.2794
|