MariaFGI commited on
Commit
d492039
·
verified ·
1 Parent(s): acb5c9d

Training in progress, epoch 1

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -169,9 +169,16 @@
169
  "clean_up_tokenization_spaces": false,
170
  "eos_token": "<|endoftext|>",
171
  "extra_special_tokens": {},
 
172
  "model_max_length": 8192,
 
173
  "pad_token": "[PAD]",
 
 
 
174
  "tokenizer_class": "GPT2Tokenizer",
 
 
175
  "unk_token": "<|endoftext|>",
176
  "vocab_size": 49152
177
  }
 
169
  "clean_up_tokenization_spaces": false,
170
  "eos_token": "<|endoftext|>",
171
  "extra_special_tokens": {},
172
+ "max_length": 8192,
173
  "model_max_length": 8192,
174
+ "pad_to_multiple_of": null,
175
  "pad_token": "[PAD]",
176
+ "pad_token_type_id": 0,
177
+ "padding_side": "right",
178
+ "stride": 0,
179
  "tokenizer_class": "GPT2Tokenizer",
180
+ "truncation_side": "right",
181
+ "truncation_strategy": "longest_first",
182
  "unk_token": "<|endoftext|>",
183
  "vocab_size": 49152
184
  }