Text Generation
Transformers
PyTorch
English
llama
medical
code
Inference Endpoints
text-generation-inference
open_llama_7b_v2_med_instruct / special_tokens_map.json
yhyhy3's picture
Upload tokenizer
0959ac0
{
"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
}
}