Safety-Policy-MiniLM / tokenizer_config.json
SummerSigh's picture
Upload 5 files
a55b637
raw
history blame contribute delete
684 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"max_length": 512,
"model_max_length": 512,
"name_or_path": "microsoft/Multilingual-MiniLM-L12-H384",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "/root/.cache/huggingface/transformers/8ed73a1ab9ef4e90a9451497bf96cfc38d34354352838a143f2dda1c81aed5ca.0dc5b1041f62041ebbd23b1297f2f573769d5c97d8b7c28180ec86b8f6185aa8",
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}