Text Generation
Transformers
MLX
mistral
openchat
C-RLFT
conversational
Inference Endpoints
text-generation-inference
openchat-3.5-1210-7b-mlx / special_tokens_map.json
Pierre-obi's picture
Upload folder using huggingface_hub
346fdaf
{
"additional_special_tokens": [
"<|end_of_turn|>",
"<|pad_0|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_turn|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}