Chahat7874 commited on
Commit
a18d6ea
1 Parent(s): a790c4e

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. added_tokens.json +2 -2
  3. tokenizer_config.json +4 -4
  4. vocab.json +38 -35
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
3
- base_model: facebook/wav2vec2-xls-r-300m
4
  tags:
5
  - generated_from_trainer
 
6
  model-index:
7
  - name: wav2vec2-large-xls-r-300m-hindi_telugu-colab
8
  results: []
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
+ base_model: facebook/wav2vec2-xls-r-300m
6
  model-index:
7
  - name: wav2vec2-large-xls-r-300m-hindi_telugu-colab
8
  results: []
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 66,
3
- "<s>": 65
4
  }
 
1
  {
2
+ "</s>": 69,
3
+ "<s>": 68
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "63": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "64": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "65": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "66": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "66": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "67": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "68": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "69": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
vocab.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "[PAD]": 64,
3
- "[UNK]": 63,
4
  "|": 0,
5
  "ं": 1,
6
  "अ": 2,
@@ -29,39 +29,42 @@
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
  }
 
1
  {
2
+ "[PAD]": 67,
3
+ "[UNK]": 66,
4
  "|": 0,
5
  "ं": 1,
6
  "अ": 2,
 
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
  }