Update dataset and task metadata in model card
Browse files
README.md
CHANGED
|
@@ -2,11 +2,13 @@
|
|
| 2 |
language:
|
| 3 |
- lus
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
| 5 |
base_model: Qwen/Qwen3-ASR-0.6B
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
-
- andrewbawitlung/
|
| 10 |
metrics:
|
| 11 |
- wer
|
| 12 |
- cer
|
|
@@ -17,8 +19,8 @@ model-index:
|
|
| 17 |
name: Automatic Speech Recognition
|
| 18 |
type: automatic-speech-recognition
|
| 19 |
dataset:
|
| 20 |
-
name: MiZonal v3
|
| 21 |
-
type: andrewbawitlung/
|
| 22 |
config: default
|
| 23 |
split: test
|
| 24 |
metrics:
|
|
@@ -38,7 +40,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 38 |
|
| 39 |
# qwen3-asr-0.6b-mizonal3-E3-lus-v2026.06
|
| 40 |
|
| 41 |
-
This model is a fine-tuned version of [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on the **MiZonal v3** dataset.
|
| 42 |
Note: ~1 hour of conversational speech was added to this dataset version.
|
| 43 |
|
| 44 |
It achieves the following results on the evaluation set:
|
|
|
|
| 2 |
language:
|
| 3 |
- lus
|
| 4 |
license: apache-2.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- automatic-speech-recognition
|
| 7 |
base_model: Qwen/Qwen3-ASR-0.6B
|
| 8 |
tags:
|
| 9 |
- generated_from_trainer
|
| 10 |
datasets:
|
| 11 |
+
- andrewbawitlung/MiZonal-v3.0
|
| 12 |
metrics:
|
| 13 |
- wer
|
| 14 |
- cer
|
|
|
|
| 19 |
name: Automatic Speech Recognition
|
| 20 |
type: automatic-speech-recognition
|
| 21 |
dataset:
|
| 22 |
+
name: MiZonal v3.0
|
| 23 |
+
type: andrewbawitlung/MiZonal-v3.0
|
| 24 |
config: default
|
| 25 |
split: test
|
| 26 |
metrics:
|
|
|
|
| 40 |
|
| 41 |
# qwen3-asr-0.6b-mizonal3-E3-lus-v2026.06
|
| 42 |
|
| 43 |
+
This model is a fine-tuned version of [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on the **MiZonal v3.0** dataset.
|
| 44 |
Note: ~1 hour of conversational speech was added to this dataset version.
|
| 45 |
|
| 46 |
It achieves the following results on the evaluation set:
|