bitext-llmft-labse / tokenizer_config.json
JW451609703's picture
Add new SentenceTransformer model
444a4fe verified
Raw
History Blame Contribute Delete
485 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"full_tokenizer_file": null,
"is_local": true,
"mask_token": "[MASK]",
"model_max_length": 128,
"model_specific_special_tokens": {},
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}