Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,38 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
-
license:
|
4 |
base_model: openai/whisper-large-v2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- ASR
|
8 |
-
- Wolof
|
9 |
-
- French
|
10 |
-
- English
|
11 |
- Open-Source
|
12 |
-
- code-switched
|
13 |
-
- multilingual
|
14 |
-
model-index:
|
15 |
-
- name: whosper-large-v3
|
16 |
-
results: []
|
17 |
language:
|
18 |
-
- wo
|
19 |
-
- fr
|
20 |
-
- en
|
21 |
-
|
22 |
-
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
pipeline_tag: automatic-speech-recognition
|
25 |
---
|
|
|
26 |
# Whosper-large-v3
|
27 |
|
28 |
<!-- ---
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
base_model: openai/whisper-large-v2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- multilingual
|
8 |
- ASR
|
|
|
|
|
|
|
9 |
- Open-Source
|
|
|
|
|
|
|
|
|
|
|
10 |
language:
|
11 |
+
- wo
|
12 |
+
- fr
|
13 |
+
- en
|
14 |
+
model-index:
|
15 |
+
- name: whosper-large-v3
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
type: automatic-speech-recognition
|
20 |
+
dataset:
|
21 |
+
name: Test Set
|
22 |
+
type: custom
|
23 |
+
split: test
|
24 |
+
args:
|
25 |
+
language: wo
|
26 |
+
metrics:
|
27 |
+
- name: Test WER
|
28 |
+
type: wer
|
29 |
+
value: 24.09
|
30 |
+
- name: Test CER
|
31 |
+
type: cer
|
32 |
+
value: 11.28
|
33 |
pipeline_tag: automatic-speech-recognition
|
34 |
---
|
35 |
+
|
36 |
# Whosper-large-v3
|
37 |
|
38 |
<!-- ---
|