multi-sentence-BERTino / tokenizer_config.json
nickprock's picture
Upgrade to V5: Matryoshka Loss with Asymmetric Weights [1.0, 0.4, 0.2, 0.2]. Minimized truncation tax at 768d.
bc5a75f verified
Raw
History Blame Contribute Delete
683 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"full_tokenizer_file": null,
"is_local": true,
"mask_token": "[MASK]",
"max_len": 512,
"max_length": 512,
"model_max_length": 512,
"never_split": null,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "[SEP]",
"stride": 0,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}