Text Classification
Transformers
PyTorch
English
llama
text-generation-inference
Llama-3.1-70B-Instruct-RM-RB2 / special_tokens_map.json
saumyamalik's picture
Upload folder using huggingface_hub
dc054fe verified
raw
history blame
434 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}