gujarati-bart-summary / tokenizer_config.json
l3cube-pune's picture
Update model files
b04d08d
raw
history blame
547 Bytes
{
"additional_special_tokens": null,
"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": "l3cube-pune/gujarati-bart-summary",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"src_lang": "gu_IN",
"tgt_lang": "gu_IN",
"tokenizer_class": "MBartTokenizer",
"unk_token": "<unk>"
}