Locutusque commited on
Commit
7c8916c
·
verified ·
1 Parent(s): 2963fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def generate(
27
  temperature=temperature, top_k=top_k, top_p=top_p, repetition_penalty=1.10)
28
  return outputs[0]["generated_text"]
29
 
30
- model_choices = ["Locutusque/TinyMistral-248M-v3", "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"]
31
  # What at the best options?
32
  g = gr.Interface(
33
  fn=generate,
 
27
  temperature=temperature, top_k=top_k, top_p=top_p, repetition_penalty=1.10)
28
  return outputs[0]["generated_text"]
29
 
30
+ model_choices = ["Locutusque/TinyMistral-248M-v3", "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", "Locutusque/Hercules-2.0-Qwen1.5-0.5B"]
31
  # What at the best options?
32
  g = gr.Interface(
33
  fn=generate,