sentence-camembert-base / onnx /tokenizer_config.json
huynhdoo's picture
Upload onnx with huggingface_hub
b2f468c
raw
history blame contribute delete
No virus
577 Bytes
{
"additional_special_tokens": [
"<s>NOTUSED",
"</s>NOTUSED"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "/tmp/tmp5zxr6igx",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "CamembertTokenizer",
"unk_token": "<unk>"
}