tinygpt1m / hf /tokenizer_config.json
shibatch's picture
Upload folder using huggingface_hub
8ebe230 verified
Raw
History Blame Contribute Delete
238 Bytes
{
"add_bos_token": false,
"add_eos_token": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 128,
"pad_token": "</s>",
"tokenizer_class": "PreTrainedTokenizerFast"
}