Text Generation
Transformers
PyTorch
English
mistral
conversational
text-generation-inference
Mistral-7B-OpenOrca / special_tokens_map.json
winglian's picture
Upload folder using huggingface_hub
8a57684
raw
history blame contribute delete
101 Bytes
{
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "</s>",
"unk_token": "<unk>"
}