seanghay commited on
Commit
1ad7fd7
·
verified ·
1 Parent(s): 65cec60

Credit training dataset (DDD-Cambodia/khmer-speech-dataset)

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -4,6 +4,8 @@ language:
4
  - km
5
  base_model:
6
  - Qwen/Qwen3-ASR-0.6B
 
 
7
  pipeline_tag: automatic-speech-recognition
8
  library_name: transformers
9
  tags:
@@ -43,8 +45,10 @@ model-index:
43
 
44
  A Khmer (ខ្មែរ) automatic speech recognition model, fine-tuned from
45
  [**Qwen/Qwen3-ASR-0.6B**](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on
46
- ~700 hours of Khmer speech. It substantially improves Khmer transcription
47
- accuracy over the base model while keeping the compact 0.6B footprint.
 
 
48
 
49
  ## Results
50
 
@@ -101,7 +105,7 @@ chunked; for long clips set a larger `max_new_tokens` so the transcript is not c
101
  |---|---|
102
  | Base model | Qwen/Qwen3-ASR-0.6B |
103
  | Language | Khmer (`km`) |
104
- | Training data | ~700 h Khmer speech (~384k clips) |
105
  | Epochs | 3 (35,997 steps) |
106
  | Effective batch size | 32 (per-device 4 × grad-accum 8) |
107
  | Learning rate | 2e-5, linear schedule with warmup |
 
4
  - km
5
  base_model:
6
  - Qwen/Qwen3-ASR-0.6B
7
+ datasets:
8
+ - DDD-Cambodia/khmer-speech-dataset
9
  pipeline_tag: automatic-speech-recognition
10
  library_name: transformers
11
  tags:
 
45
 
46
  A Khmer (ខ្មែរ) automatic speech recognition model, fine-tuned from
47
  [**Qwen/Qwen3-ASR-0.6B**](https://huggingface.co/Qwen/Qwen3-ASR-0.6B) on
48
+ ~700 hours of Khmer speech from the
49
+ [**DDD-Cambodia/khmer-speech-dataset**](https://huggingface.co/datasets/DDD-Cambodia/khmer-speech-dataset).
50
+ It substantially improves Khmer transcription accuracy over the base model
51
+ while keeping the compact 0.6B footprint.
52
 
53
  ## Results
54
 
 
105
  |---|---|
106
  | Base model | Qwen/Qwen3-ASR-0.6B |
107
  | Language | Khmer (`km`) |
108
+ | Training data | [DDD-Cambodia/khmer-speech-dataset](https://huggingface.co/datasets/DDD-Cambodia/khmer-speech-dataset) (~700 h, ~384k clips) |
109
  | Epochs | 3 (35,997 steps) |
110
  | Effective batch size | 32 (per-device 4 × grad-accum 8) |
111
  | Learning rate | 2e-5, linear schedule with warmup |