Text Generation
Transformers
PyTorch
Safetensors
English
Chinese
llama
Inference Endpoints
text-generation-inference
MiniMA-3B / special_tokens_map.json
GeneZC's picture
Upload 5 files
fdd01e3
{
"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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}