Nina_text_classification / tokenizer_config.json
Ananthusajeev190's picture
Upload 8 files
4ad5194 verified
raw
history blame contribute delete
122 Bytes
{
"model_max_length": 512,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>"
}