Hemantrao commited on
Commit
66c1954
1 Parent(s): 8715088

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. added_tokens.json +2 -2
  3. tokenizer_config.json +4 -4
  4. vocab.json +15 -18
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  base_model: facebook/wav2vec2-xls-r-300m
4
- tags:
5
- - generated_from_trainer
6
  metrics:
7
  - wer
 
 
8
  model-index:
9
  - name: wav2vec2-large-xls-r-300m-hindi_marathi-colab
10
  results: []
 
1
  ---
 
2
  base_model: facebook/wav2vec2-xls-r-300m
3
+ license: apache-2.0
 
4
  metrics:
5
  - wer
6
+ tags:
7
+ - generated_from_trainer
8
  model-index:
9
  - name: wav2vec2-large-xls-r-300m-hindi_marathi-colab
10
  results: []
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 155,
3
- "<s>": 154
4
  }
 
1
  {
2
+ "</s>": 152,
3
+ "<s>": 151
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "152": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "153": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "154": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "155": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "149": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "150": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "151": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "152": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
vocab.json CHANGED
@@ -34,8 +34,8 @@
34
  "X": 32,
35
  "Y": 33,
36
  "Z": 34,
37
- "[PAD]": 153,
38
- "[UNK]": 152,
39
  "a": 35,
40
  "b": 36,
41
  "c": 37,
@@ -137,20 +137,17 @@
137
  "॓": 133,
138
  "॔": 134,
139
  "क़": 135,
140
- "": 136,
141
- "": 137,
142
- "": 138,
143
- "": 139,
144
- "": 140,
145
- "": 141,
146
- "": 142,
147
- "": 143,
148
- "": 144,
149
- "": 145,
150
- "": 146,
151
- "": 147,
152
- "": 148,
153
- "’": 149,
154
- "“": 150,
155
- "”": 151
156
  }
 
34
  "X": 32,
35
  "Y": 33,
36
  "Z": 34,
37
+ "[PAD]": 150,
38
+ "[UNK]": 149,
39
  "a": 35,
40
  "b": 36,
41
  "c": 37,
 
137
  "॓": 133,
138
  "॔": 134,
139
  "क़": 135,
140
+ "": 136,
141
+ "": 137,
142
+ "": 138,
143
+ "": 139,
144
+ "": 140,
145
+ "": 141,
146
+ "": 142,
147
+ "": 143,
148
+ "": 144,
149
+ "": 145,
150
+ "": 146,
151
+ "": 147,
152
+ "": 148
 
 
 
153
  }