Upload tokenizer
Browse files- README.md +6 -6
- added_tokens.json +4 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +47 -0
- vocab.json +94 -0
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 |
- vivos
|
|
|
8 |
metrics:
|
9 |
- wer
|
|
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec2-vivos
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
|
|
16 |
dataset:
|
17 |
name: vivos
|
18 |
type: vivos
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: None
|
21 |
args: default
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: wer
|
25 |
value: 0.2558154859967051
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
base_model: facebook/wav2vec2-base
|
|
|
|
|
3 |
datasets:
|
4 |
- vivos
|
5 |
+
license: apache-2.0
|
6 |
metrics:
|
7 |
- wer
|
8 |
+
tags:
|
9 |
+
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: wav2vec2-vivos
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: automatic-speech-recognition
|
15 |
+
name: Automatic Speech Recognition
|
16 |
dataset:
|
17 |
name: vivos
|
18 |
type: vivos
|
|
|
20 |
split: None
|
21 |
args: default
|
22 |
metrics:
|
23 |
+
- type: wer
|
|
|
24 |
value: 0.2558154859967051
|
25 |
+
name: Wer
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 93,
|
3 |
+
"<s>": 92
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"90": {
|
4 |
+
"content": "[UNK]",
|
5 |
+
"lstrip": true,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": true,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"91": {
|
12 |
+
"content": "[PAD]",
|
13 |
+
"lstrip": true,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": true,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"92": {
|
20 |
+
"content": "<s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"93": {
|
28 |
+
"content": "</s>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"clean_up_tokenization_spaces": true,
|
38 |
+
"do_lower_case": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"model_max_length": 1000000000000000019884624838656,
|
41 |
+
"pad_token": "[PAD]",
|
42 |
+
"replace_word_delimiter_char": " ",
|
43 |
+
"target_lang": null,
|
44 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
45 |
+
"unk_token": "[UNK]",
|
46 |
+
"word_delimiter_token": "|"
|
47 |
+
}
|
vocab.json
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 91,
|
3 |
+
"[UNK]": 90,
|
4 |
+
"a": 1,
|
5 |
+
"b": 2,
|
6 |
+
"c": 3,
|
7 |
+
"d": 4,
|
8 |
+
"e": 5,
|
9 |
+
"g": 6,
|
10 |
+
"h": 7,
|
11 |
+
"i": 8,
|
12 |
+
"k": 9,
|
13 |
+
"l": 10,
|
14 |
+
"m": 11,
|
15 |
+
"n": 12,
|
16 |
+
"o": 13,
|
17 |
+
"p": 14,
|
18 |
+
"q": 15,
|
19 |
+
"r": 16,
|
20 |
+
"s": 17,
|
21 |
+
"t": 18,
|
22 |
+
"u": 19,
|
23 |
+
"v": 20,
|
24 |
+
"x": 21,
|
25 |
+
"y": 22,
|
26 |
+
"|": 0,
|
27 |
+
"à": 23,
|
28 |
+
"á": 24,
|
29 |
+
"â": 25,
|
30 |
+
"ã": 26,
|
31 |
+
"è": 27,
|
32 |
+
"é": 28,
|
33 |
+
"ê": 29,
|
34 |
+
"ì": 30,
|
35 |
+
"í": 31,
|
36 |
+
"ò": 32,
|
37 |
+
"ó": 33,
|
38 |
+
"ô": 34,
|
39 |
+
"õ": 35,
|
40 |
+
"ù": 36,
|
41 |
+
"ú": 37,
|
42 |
+
"ý": 38,
|
43 |
+
"ă": 39,
|
44 |
+
"đ": 40,
|
45 |
+
"ĩ": 41,
|
46 |
+
"ũ": 42,
|
47 |
+
"ơ": 43,
|
48 |
+
"ư": 44,
|
49 |
+
"ạ": 45,
|
50 |
+
"ả": 46,
|
51 |
+
"ấ": 47,
|
52 |
+
"ầ": 48,
|
53 |
+
"ẩ": 49,
|
54 |
+
"ẫ": 50,
|
55 |
+
"ậ": 51,
|
56 |
+
"ắ": 52,
|
57 |
+
"ằ": 53,
|
58 |
+
"ẳ": 54,
|
59 |
+
"ẵ": 55,
|
60 |
+
"ặ": 56,
|
61 |
+
"ẹ": 57,
|
62 |
+
"ẻ": 58,
|
63 |
+
"ẽ": 59,
|
64 |
+
"ế": 60,
|
65 |
+
"ề": 61,
|
66 |
+
"ể": 62,
|
67 |
+
"ễ": 63,
|
68 |
+
"ệ": 64,
|
69 |
+
"ỉ": 65,
|
70 |
+
"ị": 66,
|
71 |
+
"ọ": 67,
|
72 |
+
"ỏ": 68,
|
73 |
+
"ố": 69,
|
74 |
+
"ồ": 70,
|
75 |
+
"ổ": 71,
|
76 |
+
"ỗ": 72,
|
77 |
+
"ộ": 73,
|
78 |
+
"ớ": 74,
|
79 |
+
"ờ": 75,
|
80 |
+
"ở": 76,
|
81 |
+
"ỡ": 77,
|
82 |
+
"ợ": 78,
|
83 |
+
"ụ": 79,
|
84 |
+
"ủ": 80,
|
85 |
+
"ứ": 81,
|
86 |
+
"ừ": 82,
|
87 |
+
"ử": 83,
|
88 |
+
"ữ": 84,
|
89 |
+
"ự": 85,
|
90 |
+
"ỳ": 86,
|
91 |
+
"ỵ": 87,
|
92 |
+
"ỷ": 88,
|
93 |
+
"ỹ": 89
|
94 |
+
}
|