Text Classification
Transformers
PyTorch
English
roberta
climate
Inference Endpoints
national-climate-targets / special_tokens_map.json
mpjuhasz's picture
Upload tokenizer
27da12d verified
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>"
}