Add library_name and pipeline_tag metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- ml
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- whisper
|
| 7 |
- automatic-speech-recognition
|
| 8 |
- malayalam
|
| 9 |
- indic-asr
|
| 10 |
- fine-tuned
|
| 11 |
-
base_model: openai/whisper-small
|
| 12 |
-
metrics:
|
| 13 |
-
- wer
|
| 14 |
---
|
| 15 |
|
| 16 |
# Whisper Small — Malayalam R-MFT
|
|
@@ -18,7 +20,7 @@ metrics:
|
|
| 18 |
Fine-tuned Malayalam ASR model based on
|
| 19 |
[openai/whisper-small](https://huggingface.co/openai/whisper-small), trained
|
| 20 |
using the Reverse Multi-Stage Fine-Tuning (R-MFT) recipe introduced in
|
| 21 |
-
[Vividh-ASR:
|
| 22 |
|
| 23 |
This model is part of a set of Malayalam and Hindi Whisper models released by
|
| 24 |
[Adalat AI](https://www.adalat.ai/) alongside the Vividh-ASR benchmark.
|
|
@@ -119,7 +121,7 @@ If you use this model or the Vividh-ASR benchmark, please cite:
|
|
| 119 |
@misc{vividhasr2025,
|
| 120 |
title = {Vividh-ASR: Diagnosing and Fixing Studio-Bias in Whisper
|
| 121 |
for Indic Languages},
|
| 122 |
-
author = {
|
| 123 |
year = {2026},
|
| 124 |
url = {https://huggingface.co/blog/adalat-ai/vividh-benchmark}
|
| 125 |
}
|
|
@@ -146,4 +148,4 @@ See the [Vividh collection](https://huggingface.co/collections/adalat-ai/vividh-
|
|
| 146 |
|
| 147 |
---
|
| 148 |
|
| 149 |
-
*Developed by [Adalat AI](https://www.adalat.ai/). Released under Apache 2.0.*
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: openai/whisper-small
|
| 3 |
language:
|
| 4 |
- ml
|
| 5 |
license: apache-2.0
|
| 6 |
+
metrics:
|
| 7 |
+
- wer
|
| 8 |
+
library_name: transformers
|
| 9 |
+
pipeline_tag: automatic-speech-recognition
|
| 10 |
tags:
|
| 11 |
- whisper
|
| 12 |
- automatic-speech-recognition
|
| 13 |
- malayalam
|
| 14 |
- indic-asr
|
| 15 |
- fine-tuned
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Whisper Small — Malayalam R-MFT
|
|
|
|
| 20 |
Fine-tuned Malayalam ASR model based on
|
| 21 |
[openai/whisper-small](https://huggingface.co/openai/whisper-small), trained
|
| 22 |
using the Reverse Multi-Stage Fine-Tuning (R-MFT) recipe introduced in
|
| 23 |
+
[Vividh-ASR: A Complexity-Tiered Benchmark and Optimization Dynamics for Robust Indic Speech Recognition](https://huggingface.co/papers/2605.13087).
|
| 24 |
|
| 25 |
This model is part of a set of Malayalam and Hindi Whisper models released by
|
| 26 |
[Adalat AI](https://www.adalat.ai/) alongside the Vividh-ASR benchmark.
|
|
|
|
| 121 |
@misc{vividhasr2025,
|
| 122 |
title = {Vividh-ASR: Diagnosing and Fixing Studio-Bias in Whisper
|
| 123 |
for Indic Languages},
|
| 124 |
+
author = {Kush Juvekar, Kavya Manohar, Kumaramanas Nethil},
|
| 125 |
year = {2026},
|
| 126 |
url = {https://huggingface.co/blog/adalat-ai/vividh-benchmark}
|
| 127 |
}
|
|
|
|
| 148 |
|
| 149 |
---
|
| 150 |
|
| 151 |
+
*Developed by [Adalat AI](https://www.adalat.ai/). Released under Apache 2.0.*
|