DistillSupra-0.2M / tokenizer_config.json
LH-Tech-AI's picture
Create tokenizer_config.json
ffd9b98 verified
Raw
History Blame Contribute Delete
262 Bytes
{
"add_bos_token": true,
"add_eos_token": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}