itsmeiliass commited on
Commit
9542fae
·
verified ·
1 Parent(s): 3ed7c15

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -34,6 +34,7 @@
34
  "rstrip": false,
35
  "single_word": false
36
  },
 
37
  "unk_token": {
38
  "content": "<|endoftext|>",
39
  "lstrip": false,
 
34
  "rstrip": false,
35
  "single_word": false
36
  },
37
+ "pad_token": "<|endoftext|>",
38
  "unk_token": {
39
  "content": "<|endoftext|>",
40
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<|endoftext|>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
tokenizer_config.json CHANGED
@@ -180,6 +180,7 @@
180
  "eos_token": "<|endoftext|>",
181
  "extra_special_tokens": {},
182
  "model_max_length": 1000000000000000019884624838656,
 
183
  "tokenizer_class": "GPT2Tokenizer",
184
  "unk_token": "<|endoftext|>",
185
  "vocab_size": 49152
 
180
  "eos_token": "<|endoftext|>",
181
  "extra_special_tokens": {},
182
  "model_max_length": 1000000000000000019884624838656,
183
+ "pad_token": "<|endoftext|>",
184
  "tokenizer_class": "GPT2Tokenizer",
185
  "unk_token": "<|endoftext|>",
186
  "vocab_size": 49152