AgentRAG-3B / special_tokens_map.json
TroyDoesAI's picture
Initial Commit, this model will need Grokking to Context Obedient Information, this is my base model starting point
ea6c12b verified
raw
history blame contribute delete
649 Bytes
{
"additional_special_tokens": [
"<|/inst|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}