stanfous
commited on
Commit
•
e4a55f9
1
Parent(s):
e5d869b
fix LFS bug 2
Browse files- README.md +3 -41
- added_tokens.json +3 -0
- config.json +3 -0
- eval.py +3 -0
- preprocessor_config.json +3 -0
- special_tokens_map.json +3 -0
- tokenizer_config.json +3 -0
- vocab.json +3 -0
README.md
CHANGED
@@ -1,41 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
license: apache-2.0
|
5 |
-
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- mozilla-foundation/common_voice_8_0
|
8 |
-
- fr
|
9 |
-
- robust-speech-event
|
10 |
-
datasets:
|
11 |
-
- mozilla-foundation/common_voice_8_0
|
12 |
-
model-index:
|
13 |
-
- name: XLS-R-1B - French
|
14 |
-
results:
|
15 |
-
- task:
|
16 |
-
name: Automatic Speech Recognition
|
17 |
-
type: automatic-speech-recognition
|
18 |
-
dataset:
|
19 |
-
name: Common Voice 8
|
20 |
-
type: mozilla-foundation/common_voice_8_0
|
21 |
-
args: fr
|
22 |
-
metrics:
|
23 |
-
- name: Test WER (without LM)
|
24 |
-
type: wer
|
25 |
-
value: 15.405483405483406
|
26 |
-
- name: Test CER (without LM)
|
27 |
-
type: cer
|
28 |
-
value: 4.8773030225289137
|
29 |
-
- name: Test WER (with LM)
|
30 |
-
type: wer
|
31 |
-
value: 12.5
|
32 |
-
---
|
33 |
-
|
34 |
-
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset.
|
35 |
-
It achieves the following results on the evaluation set:
|
36 |
-
|
37 |
-
|
38 |
-
**Without LM**:
|
39 |
-
- Wer: 0.154
|
40 |
-
**With LM**:
|
41 |
-
- Wer: 0.125
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed58905ef16c16eb20af4bfce7f76f02e5ff963c922448cbd033e1d81625d2f8
|
3 |
+
size 998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:186b38f62792a1d553dd239df0daf348d6ed3654d631a886c096a2e0e8305875
|
3 |
+
size 24
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6070ec8ee2001a3888884d68bc14ed53b047e061b80fd3fac386c57e0505ad9
|
3 |
+
size 2034
|
eval.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0dd5535402bf95b1479b82b7cea0c0bccb6fcec60416a135defb2dee48b687f
|
3 |
+
size 8505
|
preprocessor_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2254a5b58f72cd4de3632f8eee64f3f098b7c1402128d2f419e7d00ae13e335
|
3 |
+
size 212
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b4a1e655f88b202d2af67591ac060fa38b017af891a4504826b439a2a01af13
|
3 |
+
size 310
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ce7d082a684293dee4f29b5b8794696d2d4f6af5c235e11e9cf796eecc1382f
|
3 |
+
size 288
|
vocab.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:821a70c73ebc0b29cc2cedc1fe0172df7dee0a5e70a7df3357d087b6b0048553
|
3 |
+
size 388
|