ingredients_compatibility_GPT2_S / tokenizer_config.json
Gracoy's picture
Upload tokenizer
ed9c9b4
raw
history blame
250 Bytes
{
"add_prefix_space": false,
"bos_token": "<BOS>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"pad_token": "<PAD>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}