Text Generation
Transformers
Safetensors
PyTorch
English
mistral
axolotl
finetune
qlora
quantized
4-bit precision
AWQ
instruct
conversational
Inference Endpoints
text-generation-inference
awq
Newton-7B-AWQ / special_tokens_map.json
Suparious's picture
adding awq model
50be606
{
"additional_special_tokens": [
"<|end_of_turn|>",
"<|pad_0|>"
],
"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": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}