Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ model_parameters = {
|
|
61 |
"mistralai/Mixtral-8x7B-v0.1": {"temperature": 0.8, "top_p": 0.95, "top_k": 50},
|
62 |
"google/gemma-2-2b": {"temperature": 0.7, "top_p": 0.95, "top_k": 40},
|
63 |
"google/gemma-2-7b": {"temperature": 0.7, "top_p": 0.95, "top_k": 40},
|
64 |
-
"croissantllm/CroissantLLMBase": {"temperature": 0.8, "top_p": 0.92, "top_k": 50}
|
65 |
"OpenLLM-France/Lucie-7B": {"temperature": 0.7, "top_p": 0.9, "top_k": 50}
|
66 |
}
|
67 |
|
|
|
61 |
"mistralai/Mixtral-8x7B-v0.1": {"temperature": 0.8, "top_p": 0.95, "top_k": 50},
|
62 |
"google/gemma-2-2b": {"temperature": 0.7, "top_p": 0.95, "top_k": 40},
|
63 |
"google/gemma-2-7b": {"temperature": 0.7, "top_p": 0.95, "top_k": 40},
|
64 |
+
"croissantllm/CroissantLLMBase": {"temperature": 0.8, "top_p": 0.92, "top_k": 50},
|
65 |
"OpenLLM-France/Lucie-7B": {"temperature": 0.7, "top_p": 0.9, "top_k": 50}
|
66 |
}
|
67 |
|