mentee-embed-v4 / tokenizer_config.json
SyedSyab's picture
Add HF AutoModel/AutoTokenizer support (trust_remote_code=True)
8a78060 verified
Raw
History Blame Contribute Delete
280 Bytes
{
"tokenizer_class": "MenteeTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_mentee.MenteeTokenizer",
null
]
},
"model_max_length": 512,
"padding_side": "right",
"truncation_side": "right",
"pad_token": "[PAD]",
"unk_token": "[UNK]"
}