Add benchmark
Browse files
README.md
CHANGED
@@ -1,18 +1,37 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
|
|
4 |
pipeline_tag: automatic-speech-recognition
|
5 |
tags:
|
6 |
- CTC
|
7 |
- pytorch
|
8 |
- speechbrain
|
9 |
- Transformer
|
10 |
-
|
|
|
11 |
datasets:
|
12 |
- commonvoice
|
13 |
metrics:
|
14 |
- wer
|
15 |
- cer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
thumbnail: null
|
5 |
pipeline_tag: automatic-speech-recognition
|
6 |
tags:
|
7 |
- CTC
|
8 |
- pytorch
|
9 |
- speechbrain
|
10 |
- Transformer
|
11 |
+
- hf-asr-leaderboard
|
12 |
+
license: apache-2.0
|
13 |
datasets:
|
14 |
- commonvoice
|
15 |
metrics:
|
16 |
- wer
|
17 |
- cer
|
18 |
+
model-index:
|
19 |
+
- name: asr-wav2vec2-commonvoice-fr
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
name: Automatic Speech Recognition
|
23 |
+
type: automatic-speech-recognition
|
24 |
+
dataset:
|
25 |
+
name: CommonVoice 6.1 (French)
|
26 |
+
type: mozilla-foundation/common_voice_6_1
|
27 |
+
config: fr
|
28 |
+
split: test
|
29 |
+
args:
|
30 |
+
language: fr
|
31 |
+
metrics:
|
32 |
+
- name: Test WER
|
33 |
+
type: wer
|
34 |
+
value: '9.96'
|
35 |
---
|
36 |
|
37 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|