Text Generation
Transformers
Safetensors
mixtral
Mixture of Experts
frankenmoe
Merge
mergekit
lazymergekit
Open-Orca/Mistral-7B-OpenOrca
NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
S-miguel/The-Trinity-Coder-7B
chihoonlee10/T3Q-Mistral-Orca-Math-DPO
conversational
text-generation-inference
Inference Endpoints
File size: 442 Bytes
dc9c01e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|