amd
/

Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
AMD-Llama-135m-code / special_tokens_map.json
Li
Initial commit
16f231d
raw
history blame contribute delete
No virus
412 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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}