Text Generation
Transformers
PyTorch
English
llama
finance
Eval Results
text-generation-inference
Inference Endpoints
mula / special_tokens_map.json
Hermit11's picture
Duplicate from AdaptLLM/finance-chat
2f7db6d verified
raw
history blame contribute delete
No virus
435 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}