pkedzia commited on
Commit
b1985a7
1 Parent(s): c2f7614

Upload tokenizer.json

Browse files

Updated tokenizer.json

Files changed (1) hide show
  1. tokenizer.json +13 -19
tokenizer.json CHANGED
@@ -1,59 +1,52 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
- "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 1,
9
- "pad_type_id": 0,
10
- "pad_token": "<pad>"
11
- },
12
  "added_tokens": [
13
  {
14
  "id": 0,
 
15
  "content": "<s>",
16
  "single_word": false,
17
  "lstrip": false,
18
  "rstrip": false,
19
- "normalized": false,
20
- "special": true
21
  },
22
  {
23
  "id": 1,
 
24
  "content": "<pad>",
25
  "single_word": false,
26
  "lstrip": false,
27
  "rstrip": false,
28
- "normalized": false,
29
- "special": true
30
  },
31
  {
32
  "id": 2,
 
33
  "content": "</s>",
34
  "single_word": false,
35
  "lstrip": false,
36
  "rstrip": false,
37
- "normalized": false,
38
- "special": true
39
  },
40
  {
41
  "id": 3,
 
42
  "content": "<unk>",
43
  "single_word": false,
44
  "lstrip": false,
45
  "rstrip": false,
46
- "normalized": false,
47
- "special": true
48
  },
49
  {
50
  "id": 128000,
 
51
  "content": "<mask>",
52
  "single_word": false,
53
  "lstrip": true,
54
  "rstrip": false,
55
- "normalized": false,
56
- "special": true
57
  }
58
  ],
59
  "normalizer": {
@@ -62,7 +55,8 @@
62
  "pre_tokenizer": {
63
  "type": "Metaspace",
64
  "replacement": "▁",
65
- "add_prefix_space": false
 
66
  },
67
  "post_processor": {
68
  "type": "RobertaProcessing",
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
8
+ "special": true,
9
  "content": "<s>",
10
  "single_word": false,
11
  "lstrip": false,
12
  "rstrip": false,
13
+ "normalized": false
 
14
  },
15
  {
16
  "id": 1,
17
+ "special": true,
18
  "content": "<pad>",
19
  "single_word": false,
20
  "lstrip": false,
21
  "rstrip": false,
22
+ "normalized": false
 
23
  },
24
  {
25
  "id": 2,
26
+ "special": true,
27
  "content": "</s>",
28
  "single_word": false,
29
  "lstrip": false,
30
  "rstrip": false,
31
+ "normalized": false
 
32
  },
33
  {
34
  "id": 3,
35
+ "special": true,
36
  "content": "<unk>",
37
  "single_word": false,
38
  "lstrip": false,
39
  "rstrip": false,
40
+ "normalized": false
 
41
  },
42
  {
43
  "id": 128000,
44
+ "special": true,
45
  "content": "<mask>",
46
  "single_word": false,
47
  "lstrip": true,
48
  "rstrip": false,
49
+ "normalized": false
 
50
  }
51
  ],
52
  "normalizer": {
 
55
  "pre_tokenizer": {
56
  "type": "Metaspace",
57
  "replacement": "▁",
58
+ "add_prefix_space": true,
59
+ "prepend_scheme": "never"
60
  },
61
  "post_processor": {
62
  "type": "RobertaProcessing",