tbkazakova commited on
Commit
11a7781
1 Parent(s): fb94e51

Upload tokenizer

Browse files
Files changed (3) hide show
  1. added_tokens.json +2 -2
  2. tokenizer_config.json +4 -4
  3. vocab.json +5 -3
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 37,
3
- "<s>": 36
4
  }
 
1
  {
2
+ "</s>": 39,
3
+ "<s>": 38
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "34": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "35": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "36": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "37": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "36": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "37": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "38": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "39": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
vocab.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "[PAD]": 35,
3
- "[UNK]": 34,
4
  "|": 0,
5
  "а": 1,
6
  "б": 2,
@@ -34,5 +34,7 @@
34
  "ю": 30,
35
  "я": 31,
36
  "ё": 32,
37
- "ӈ": 33
 
 
38
  }
 
1
  {
2
+ "[PAD]": 37,
3
+ "[UNK]": 36,
4
  "|": 0,
5
  "а": 1,
6
  "б": 2,
 
34
  "ю": 30,
35
  "я": 31,
36
  "ё": 32,
37
+ "ӈ": 33,
38
+ "ө": 34,
39
+ "ӫ": 35
40
  }