cgfp-roberta / special_tokens_map.json
toddnief's picture
update model with /net/projects/cgfp/model-files/roberta_20240728_1022_subtypes_only_sft_round_two
4f5624a
raw
history blame contribute delete
280 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}