IDMGSP-GPT-2-INTRODUCTION / tokenizer_config.json
qwenzoo's picture
Upload 9 files
136306f
raw
history blame contribute delete
No virus
282 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"sep_token": "<|sep|>",
"tokenizer_class": "GPT2Tokenizer",
"truncation": true,
"unk_token": "<|endoftext|>"
}