Upload tokenizer
Browse files- README.md +4 -4
- tokenizer_config.json +2 -2
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: ylacombe/w2v-bert-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice_16_0
|
7 |
metrics:
|
8 |
- wer
|
|
|
9 |
model-index:
|
10 |
- name: w2v-bert-2.0-ur
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
|
|
15 |
dataset:
|
16 |
name: common_voice_16_0
|
17 |
type: common_voice_16_0
|
@@ -19,9 +19,9 @@ model-index:
|
|
19 |
split: test
|
20 |
args: ur
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: wer
|
24 |
value: 0.2984838198687486
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
- common_voice_16_0
|
6 |
metrics:
|
7 |
- wer
|
8 |
+
base_model: ylacombe/w2v-bert-2.0
|
9 |
model-index:
|
10 |
- name: w2v-bert-2.0-ur
|
11 |
results:
|
12 |
- task:
|
|
|
13 |
type: automatic-speech-recognition
|
14 |
+
name: Automatic Speech Recognition
|
15 |
dataset:
|
16 |
name: common_voice_16_0
|
17 |
type: common_voice_16_0
|
|
|
19 |
split: test
|
20 |
args: ur
|
21 |
metrics:
|
22 |
+
- type: wer
|
|
|
23 |
value: 0.2984838198687486
|
24 |
+
name: Wer
|
25 |
---
|
26 |
|
27 |
<!-- 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 |
"70": {
|
20 |
"content": "<s>",
|
21 |
"lstrip": false,
|
22 |
-
"normalized":
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
@@ -27,7 +27,7 @@
|
|
27 |
"71": {
|
28 |
"content": "</s>",
|
29 |
"lstrip": false,
|
30 |
-
"normalized":
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
|
|
19 |
"70": {
|
20 |
"content": "<s>",
|
21 |
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
"rstrip": false,
|
24 |
"single_word": false,
|
25 |
"special": true
|
|
|
27 |
"71": {
|
28 |
"content": "</s>",
|
29 |
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|