nambn0321 commited on
Commit
a091a1d
·
verified ·
1 Parent(s): b23af78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -24,14 +24,20 @@ Click [here](https://huggingface.co/spaces/nambn0321/ASR_french) (press restart
24
  - **WER (Word Error Rate):** Measures the percentage of words incorrectly predicted.
25
  - **CER (Character Error Rate):** Measures the percentage of characters incorrectly predicted.
26
 
27
- **Test_set** is CV17
28
  | Model | WER (lower is better) | CER (lower is better) |
29
- |---------------------------|-----------|-----------|
30
  | [**Whisper Small** (baseline)](https://huggingface.co/openai/whisper-small) | 0.3405 | 0.1680 |
31
- | [**Whisper Medium** (baseline)](https://huggingface.co/openai/whisper-medium)| 0.2597 | 0.1264 |
32
  | **My Model** | 0.1648 | 0.0676 |
33
 
34
- **Test_set** is MLS
 
 
 
 
 
 
35
 
36
 
37
  # Usage
 
24
  - **WER (Word Error Rate):** Measures the percentage of words incorrectly predicted.
25
  - **CER (Character Error Rate):** Measures the percentage of characters incorrectly predicted.
26
 
27
+ ### **Test Set: CV17(16k samples)**
28
  | Model | WER (lower is better) | CER (lower is better) |
29
+ |----------------------------|---------------------------|-------------------------|
30
  | [**Whisper Small** (baseline)](https://huggingface.co/openai/whisper-small) | 0.3405 | 0.1680 |
31
+ | [**Whisper Medium** (baseline)](https://huggingface.co/openai/whisper-medium) | 0.2597 | 0.1264 |
32
  | **My Model** | 0.1648 | 0.0676 |
33
 
34
+ ### **Test Set: MLS (2426 samples)**
35
+ | Model | WER (lower is better) | CER (lower is better) |
36
+ |----------------------------|---------------------------|-------------------------|
37
+ | [**Whisper Small** (baseline)](https://huggingface.co/openai/whisper-small) | 0.3271 | 0.1066 |
38
+ | **Bofenghuang** | 0.3020 | 0.1024 |
39
+ | [**Whisper Medium** (baseline)](https://huggingface.co/openai/whisper-medium) | 0.2974 | 0.0919 |
40
+ | **My Model** | 0.3269 | 0.1013 |
41
 
42
 
43
  # Usage