Contextual-Llama3-8B-RAG / special_tokens_map.json
TroyDoesAI's picture
RAG - Context Obedient Dataset to reduce hallucinations.
085a70c verified
{
"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
}
}