An open-source Mixture-of-Experts code language model that achieves performance comparable to GPT4-Turbo in code-specific tasks.

555 2 months ago

a8e590afd870 · 148B
{
"num_ctx": 2048,
"num_predict": 2048,
"stop": [
"User:",
"Assistant:",
"<|begin▁of▁sentence|>",
"<|end▁of▁sentence|>"
]
}