gpt2-large-span-head-finetuned-squad2 / tokenizer_config.json
Aung2024's picture
Upload folder using huggingface_hub
d0dfabd verified
raw
history blame contribute delete
748 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50257": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 384,
"model_max_length": 1024,
"pad_token": "[PAD]",
"stride": 128,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "only_second",
"unk_token": "<|endoftext|>"
}