IAmNotAnanth
commited on
Commit
•
26aaca0
1
Parent(s):
eb3beb0
Upload tokenizer
Browse files- added_tokens.json +4 -1
- special_tokens_map.json +22 -1
- tokenizer_config.json +12 -1
- vocab.json +70 -1
added_tokens.json
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 69,
|
3 |
+
"<s>": 68
|
4 |
+
}
|
special_tokens_map.json
CHANGED
@@ -1 +1,22 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": true,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "</s>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": true,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"bos_token": "<s>",
|
19 |
+
"eos_token": "</s>",
|
20 |
+
"pad_token": "[PAD]",
|
21 |
+
"unk_token": "[UNK]"
|
22 |
+
}
|
tokenizer_config.json
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"do_lower_case": false,
|
5 |
+
"eos_token": "</s>",
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"replace_word_delimiter_char": " ",
|
9 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
10 |
+
"unk_token": "[UNK]",
|
11 |
+
"word_delimiter_token": "|"
|
12 |
+
}
|
vocab.json
CHANGED
@@ -1 +1,70 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 67,
|
3 |
+
"[UNK]": 66,
|
4 |
+
"|": 0,
|
5 |
+
"ං": 1,
|
6 |
+
"අ": 2,
|
7 |
+
"ආ": 3,
|
8 |
+
"ඇ": 4,
|
9 |
+
"ඈ": 5,
|
10 |
+
"ඉ": 6,
|
11 |
+
"ඊ": 7,
|
12 |
+
"උ": 8,
|
13 |
+
"ඌ": 9,
|
14 |
+
"එ": 10,
|
15 |
+
"ඒ": 11,
|
16 |
+
"ඓ": 12,
|
17 |
+
"ඔ": 13,
|
18 |
+
"ඕ": 14,
|
19 |
+
"ක": 15,
|
20 |
+
"ඛ": 16,
|
21 |
+
"ග": 17,
|
22 |
+
"ඝ": 18,
|
23 |
+
"ඟ": 19,
|
24 |
+
"ච": 20,
|
25 |
+
"ඡ": 21,
|
26 |
+
"ජ": 22,
|
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 |
+
}
|