Badr Abdullah commited on
Commit
2cc3913
·
verified ·
1 Parent(s): 8f96ee7

Upload tokenizer

Browse files
Files changed (3) hide show
  1. added_tokens.json +2 -2
  2. tokenizer_config.json +4 -4
  3. vocab.json +4 -5
added_tokens.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "</s>": 47,
3
- "<s>": 46
4
  }
 
1
  {
2
+ "</s>": 46,
3
+ "<s>": 45
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "44": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "45": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": false
18
  },
19
- "46": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "47": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
 
1
  {
2
  "added_tokens_decoder": {
3
+ "43": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "44": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "45": {
20
  "content": "<s>",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "46": {
28
  "content": "</s>",
29
  "lstrip": false,
30
  "normalized": false,
vocab.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "[PAD]": 45,
3
- "[UNK]": 44,
4
  "a": 1,
5
  "b": 2,
6
  "c": 3,
@@ -42,7 +42,6 @@
42
  "ź": 38,
43
  "ż": 39,
44
  "—": 40,
45
- "": 41,
46
- "": 42,
47
- "…": 43
48
  }
 
1
  {
2
+ "[PAD]": 44,
3
+ "[UNK]": 43,
4
  "a": 1,
5
  "b": 2,
6
  "c": 3,
 
42
  "ź": 38,
43
  "ż": 39,
44
  "—": 40,
45
+ "": 41,
46
+ "": 42
 
47
  }