llama3-janus-pos / special_tokens_map.json
Pierluigi Cassotti
upload model
619b79e
raw
history blame contribute delete
530 Bytes
{
"additional_special_tokens": [
"<|s|>",
"<|t|>",
"<|p|>",
"<|end|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}