Mermaid_PythonCoder / special_tokens_map.json
TroyDoesAI's picture
This Mermaid Solar has had a single Epoch of 30k python instruct examples on top of MermaidSolar so it understands code pretty well
c632a2c verified
raw
history blame contribute delete
414 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}