AraUni-MARBERTv2-Intent-Classifier / webgpu /tokenizer_config.json
razisayyed's picture
Publish AraUni MARBERTv2 Intent Classifier v0.2.0
07f2a29 verified
Raw
History Blame Contribute Delete
431 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}