onnx-vit-gpt2 / tokenizer_config.json
centaur31's picture
Upload 8 files
0f8871b
raw
history blame contribute delete
407 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"special_tokens_map_file": "/home/atdovas/.cache/huggingface/hub/models--Centaur31--myVitGpt2/snapshots/d73559c2089e7d7734af3df9a9465ef80f395b53/special_tokens_map.json",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}