Update README.md
Browse files
README.md
CHANGED
@@ -26,10 +26,10 @@ model-index:
|
|
26 |
metrics:
|
27 |
- name: Test WER
|
28 |
type: wer
|
29 |
-
value:
|
30 |
- name: Test CER
|
31 |
type: cer
|
32 |
-
value: 11.
|
33 |
pipeline_tag: automatic-speech-recognition
|
34 |
---
|
35 |
|
@@ -50,8 +50,8 @@ Whosper-large-v3 is a fine-tuned version of [openai/whisper-large-v2](https://hu
|
|
50 |
|
51 |
## Performance Metrics
|
52 |
- **Loss**: 0.4490
|
53 |
-
- **WER (Word Error Rate)**: 0.
|
54 |
-
- **CER (Character Error Rate)**: 0.
|
55 |
|
56 |
## Key Features
|
57 |
- Improved WER and CER compared to whosper-large
|
|
|
26 |
metrics:
|
27 |
- name: Test WER
|
28 |
type: wer
|
29 |
+
value: 23.45
|
30 |
- name: Test CER
|
31 |
type: cer
|
32 |
+
value: 11.01
|
33 |
pipeline_tag: automatic-speech-recognition
|
34 |
---
|
35 |
|
|
|
50 |
|
51 |
## Performance Metrics
|
52 |
- **Loss**: 0.4490
|
53 |
+
- **WER (Word Error Rate)**: 0.2345
|
54 |
+
- **CER (Character Error Rate)**: 0.1101
|
55 |
|
56 |
## Key Features
|
57 |
- Improved WER and CER compared to whosper-large
|