Create Readme.md
Browse files
Readme.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Malayalam ASR Predicted output & Reference Samples
|
2 |
+
This repository contains evaluation results from the Malayalam ASR model "vrclc/Whisper_small_malayalam" using the "google/fleurs" dataset.
|
3 |
+
|
4 |
+
### Model Details
|
5 |
+
* Model Name: [vrclc/Whisper_small_malayalam](https://huggingface.co/vrclc/Whisper_small_malayalam)
|
6 |
+
* Dataset: [google/fleurs](https://huggingface.co/datasets/google/fleurs/viewer/ml_in/test)
|
7 |
+
* Language: Malayalam
|
8 |
+
### Evaluation Results
|
9 |
+
* Dataset Description: The test set of [google/fleurs](https://huggingface.co/datasets/google/fleurs/viewer/ml_in/test) dataset which consists of Malayalam speech data.
|
10 |
+
* Model Training: [vrclc/Whisper_small_malayalam](https://huggingface.co/vrclc/Whisper_small_malayalam) was trained with 50 hours of Malayalam speech data.
|
11 |
+
* Evaluation Metric: The unnormalized evaluation result of 500 samples from [google/fleurs](https://huggingface.co/datasets/google/fleurs/viewer/ml_in/test) and the WER is 60.4%.
|
12 |
+
|
13 |
+
This repository serves to provide an insight in error analysis which helps to identify general mistakes and areas for improvement in Malayalam speech recognition.
|
14 |
+
|