bupalinyu commited on
Commit
ec76f6e
·
verified ·
1 Parent(s): 05f7466

Fix Wenet-meeting bold result in model card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,9 +64,9 @@ The following results are from the `open-audio-opd` evaluation. Lower CER/WER is
64
  | --- | ---: | ---: | ---: | ---: | ---: |
65
  | Ark-Base (0.6B) | 3.48% | 10.22% | 7.74% | 3.75% | 7.17% |
66
  | Ark-Base+OPD (0.6B) | 3.00% | 7.18% | 6.13% | 2.88% | 5.50% |
67
- | **Ark-Base+TD+OPD (0.6B)** | **1.95%** | **5.92%** | **5.39%** | **2.45%** | **4.56%** |
68
  | Qwen3-ASR-1.7B | 1.50% | 4.69% | 4.55% | 2.20% | 4.05% |
69
- | Qwen3-ASR-0.6B | 2.07% | 5.57% | 5.45% | 2.81% | 5.05% |
70
 
71
  `Ark-Base` is the 0.6B supervised ASR checkpoint trained on 100k hours of ASR audio. `TD` denotes teacher-data adaptation using 2,000 hours of teacher-generated ASR data. `OPD` denotes on-policy distillation with a Qwen-ASR teacher.
72
 
 
64
  | --- | ---: | ---: | ---: | ---: | ---: |
65
  | Ark-Base (0.6B) | 3.48% | 10.22% | 7.74% | 3.75% | 7.17% |
66
  | Ark-Base+OPD (0.6B) | 3.00% | 7.18% | 6.13% | 2.88% | 5.50% |
67
+ | **Ark-Base+TD+OPD (0.6B)** | **1.95%** | 5.92% | **5.39%** | **2.45%** | **4.56%** |
68
  | Qwen3-ASR-1.7B | 1.50% | 4.69% | 4.55% | 2.20% | 4.05% |
69
+ | Qwen3-ASR-0.6B | 2.07% | **5.57%** | 5.45% | 2.81% | 5.05% |
70
 
71
  `Ark-Base` is the 0.6B supervised ASR checkpoint trained on 100k hours of ASR audio. `TD` denotes teacher-data adaptation using 2,000 hours of teacher-generated ASR data. `OPD` denotes on-policy distillation with a Qwen-ASR teacher.
72