distilBERT-Nepali / tokenizer_config.json
raygx's picture
Upload tokenizer
65e4f80
raw
history blame
186 Bytes
{
"clean_up_tokenization_spaces": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 512,
"tokenizer_class": "PreTrainedTokenizerFast"
}