vladkolev's picture
Training in progress, step 500
cb0ecb1
raw
history blame
No virus
601 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"do_lower_case": true,
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"max_len": 512,
"name_or_path": "rmihaylov/roberta-base-sentiment-bg",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "/content/drive/MyDrive/ColabModels/XROBERTA_SST2_SMALL/pytorch_model/special_tokens_map.json",
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}