lt-wikidata-comp-fr / special_tokens_map.json
96abhishekarora's picture
Updated model with better training and evaluation. Test and val data included as pickle files. Older Legacy files were removed to avoid confusion.
f4e3085
raw
history blame contribute delete
353 Bytes
{
"additional_special_tokens": [
"<s>NOTUSED",
"</s>NOTUSED"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}