Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def generate(
|
|
24 |
temperature=temperature, top_k=top_k, top_p=top_p, repetition_penalty=1.10)
|
25 |
return outputs[0]["generated_text"]
|
26 |
|
27 |
-
model_choices = ["Locutusque/UltraQwen-7B", "Locutusque/UltraQwen-1_8B", "Locutusque/TinyMistral-248M-v2.5-Instruct", "M4-ai/TinyMistral-6x248M-Instruct", "Locutusque/Hercules-1.0-Mistral-7B"]
|
28 |
# What at the best options?
|
29 |
g = gr.Interface(
|
30 |
fn=generate,
|
|
|
24 |
temperature=temperature, top_k=top_k, top_p=top_p, repetition_penalty=1.10)
|
25 |
return outputs[0]["generated_text"]
|
26 |
|
27 |
+
model_choices = ["Locutusque/UltraQwen-7B", "Locutusque/UltraQwen-1_8B", "Locutusque/TinyMistral-248M-v2.5-Instruct", "M4-ai/TinyMistral-6x248M-Instruct", "Locutusque/Hercules-1.0-Mistral-7B", "Locutusque/Hercules-2.0-Mistral-7B"]
|
28 |
# What at the best options?
|
29 |
g = gr.Interface(
|
30 |
fn=generate,
|