EzraWilliam
commited on
Commit
•
db50d09
1
Parent(s):
504e91e
Upload tokenizer
Browse files- README.md +4 -4
- tokenizer_config.json +2 -2
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- xtreme_s
|
8 |
metrics:
|
9 |
- wer
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
|
|
16 |
dataset:
|
17 |
name: xtreme_s
|
18 |
type: xtreme_s
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: test
|
21 |
args: fleurs.id_id
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: wer
|
25 |
value: 1.0
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- xtreme_s
|
7 |
metrics:
|
8 |
- wer
|
9 |
+
base_model: facebook/wav2vec2-base
|
10 |
model-index:
|
11 |
- name: wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: automatic-speech-recognition
|
15 |
+
name: Automatic Speech Recognition
|
16 |
dataset:
|
17 |
name: xtreme_s
|
18 |
type: xtreme_s
|
|
|
20 |
split: test
|
21 |
args: fleurs.id_id
|
22 |
metrics:
|
23 |
+
- type: wer
|
|
|
24 |
value: 1.0
|
25 |
+
name: Wer
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"63": {
|
20 |
"content": "<s>",
|
21 |
"lstrip": false,
|
22 |
-
"normalized":
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
@@ -27,7 +27,7 @@
|
|
27 |
"64": {
|
28 |
"content": "</s>",
|
29 |
"lstrip": false,
|
30 |
-
"normalized":
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
|
|
19 |
"63": {
|
20 |
"content": "<s>",
|
21 |
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
|
|
27 |
"64": {
|
28 |
"content": "</s>",
|
29 |
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|