Files
NeuralLLaMa-3-8b-DT-v0.1/special_tokens_map.json

17 lines
301 B
JSON
Raw Permalink Normal View History

2024-05-11 04:51:30 +00:00
{
"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
}
}