Kashmiri_Word_Tokenizer / tokenizer_config.json
Omarrran's picture
Initial commit: KashTok tokenizer
cd8ac28 verified
raw
history blame contribute delete
221 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}