8 16 hours ago

The Luciole models are fully open-source, multilingual causal language models created by OpenLLM France with a particular focus on the French language.

tools 1b 8b 23b
f414545c6c2a · 192B
{
"min_p": 0.1,
"num_ctx": 32000,
"seed": 1234,
"stop": [
"<|im_end|>",
"<|im_start|>",
"<pad>",
"</s>",
"<s>"
],
"temperature": 0.2,
"top_k": 20,
"top_p": 0.95
}