rms7988 commited on
Commit
cc586aa
1 Parent(s): 9536602

Upload tokenizer

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