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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,16 +24,16 @@ 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
- **Results**
28
-
29
- Test_set is CV17
30
-
31
  | Model | WER (lower is better) | CER (lower is better) |
32
  |---------------------------|-----------|-----------|
33
  | [**Whisper Small** (baseline)](https://huggingface.co/openai/whisper-small) | 0.3405 | 0.1680 |
34
  | [**Whisper Medium** (baseline)](https://huggingface.co/openai/whisper-medium)| 0.2597 | 0.1264 |
35
  | **My Model** | 0.1648 | 0.0676 |
36
 
 
 
 
37
  # Usage
38
  ```python
39
  import torch
 
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
38
  ```python
39
  import torch