sbert_training / epoch4 /model /tokenizer_config.json
jstAnotherCapi's picture
Upload folder using huggingface_hub
4a611c2 verified
raw
history blame contribute delete
450 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"is_local": true,
"mask_token": "[MASK]",
"max_len": 512,
"model_max_length": 512,
"never_split": [
"[بريد]",
"[مستخدم]",
"[رابط]"
],
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}