rheum-gemma-2-2b-it-mlx / special_tokens_map.json
cmcmaster's picture
d1034a7db6edf64a85ed57224ad4887c48a2b3f40fdc624db7dcad2ccb341bd0
18f8e33 verified
raw
history blame
No virus
636 Bytes
{
"additional_special_tokens": [
"<start_of_turn>",
"<end_of_turn>"
],
"bos_token": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}