Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
recycled-wizardlm-7b-v1.0 / special_tokens_map.json
Ming Li
Initial commit
4631d5e
raw
history blame contribute delete
438 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}