maxwell-pi commited on
Commit
fb1763a
1 Parent(s): b8e19d0

Upload tokenizer

Browse files
Files changed (3) hide show
  1. added_tokens.json +2 -2
  2. tokenizer_config.json +4 -4
  3. vocab.json +36 -34
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 36,
3
- "<s>": 35
4
  }
 
1
  {
2
+ "</s>": 38,
3
+ "<s>": 37
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "33": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "34": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "35": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": true,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "36": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": true,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "35": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "36": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "37": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": true,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "38": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": true,
vocab.json CHANGED
@@ -1,37 +1,39 @@
1
  {
2
- "[PAD]": 34,
3
- "[UNK]": 33,
4
- "a": 1,
5
- "b": 2,
6
- "c": 3,
7
- "d": 4,
8
- "e": 5,
9
- "f": 6,
10
- "g": 7,
11
- "h": 8,
12
- "i": 9,
13
- "j": 10,
14
- "k": 11,
15
- "l": 12,
16
- "m": 13,
17
- "n": 14,
18
- "o": 15,
19
- "p": 16,
20
- "q": 17,
21
- "r": 18,
22
- "s": 19,
23
- "t": 20,
24
- "u": 21,
25
- "v": 22,
26
- "x": 23,
27
- "y": 24,
28
- "z": 25,
 
 
29
  "|": 0,
30
- "´": 26,
31
- "á": 27,
32
- "é": 28,
33
- "í": 29,
34
- "ñ": 30,
35
- "ó": 31,
36
- "’": 32
37
  }
 
1
  {
2
+ "3": 1,
3
+ "9": 2,
4
+ "[PAD]": 36,
5
+ "[UNK]": 35,
6
+ "a": 3,
7
+ "b": 4,
8
+ "c": 5,
9
+ "d": 6,
10
+ "e": 7,
11
+ "f": 8,
12
+ "g": 9,
13
+ "h": 10,
14
+ "i": 11,
15
+ "j": 12,
16
+ "k": 13,
17
+ "l": 14,
18
+ "m": 15,
19
+ "n": 16,
20
+ "o": 17,
21
+ "p": 18,
22
+ "q": 19,
23
+ "r": 20,
24
+ "s": 21,
25
+ "t": 22,
26
+ "u": 23,
27
+ "v": 24,
28
+ "x": 25,
29
+ "y": 26,
30
+ "z": 27,
31
  "|": 0,
32
+ "´": 28,
33
+ "á": 29,
34
+ "é": 30,
35
+ "í": 31,
36
+ "ñ": 32,
37
+ "ó": 33,
38
+ "’": 34
39
  }