NLU-Commander / tokenizer_config.json
Nandhini3737's picture
Upload NLU-Commander with tokenizer fix
7e1b564 verified
Raw
History Blame Contribute Delete
197 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 256,
"pad_token": "<pad>",
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"sep_token": "<sep>"
}