deberta-vie-conv / tokenizer_config.json
hieule's picture
deberta and replace linear with conv depth wise
11a40e3
raw
history blame contribute delete
No virus
489 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
},
"model_max_length": 1024,
"name_or_path": "checkpoints/deberta-vie-small-3",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "BartphoTokenizer",
"unk_token": "<unk>"
}