efederici commited on
Commit
62e19d9
1 Parent(s): dfb391a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,8 +20,8 @@ PLACEHOLDER = """
20
  """
21
 
22
  DESCRIPTION = """<div>
23
- <p>🇮🇹 Italian LLM <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.4-alpha"><b>Maestrale Chat v0.4 beta</b></a>. Maestrale is a powerful language model for Italian, trained by mii-llm, based on Mistral 7B.</p>
24
- <p>🔎 For more details about Maestrale and how to use it with <code>transformers</code>, visit the <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.4-alpha">model card</a>.</p>
25
  </div>"""
26
 
27
  _token = os.environ["HUGGINGFACE_API_KEY"]
@@ -96,7 +96,7 @@ demo = gr.ChatInterface(
96
  additional_inputs=[
97
  gr.Textbox(
98
  label="System",
99
- value="Sei Maestrale, un assistente AI creato da mii-llm. Assisti sempre con cura, rispetto e verità.",
100
  ),
101
  gr.Slider(
102
  minimum=0, maximum=1, step=0.1, value=0.7, label="Temperature", render=False
 
20
  """
21
 
22
  DESCRIPTION = """<div>
23
+ <p>🇮🇹 Italian LLM <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.4-alpha"><b>Maestrale Chat v0.4 alpha</b></a>. Maestrale is a powerful language model for Italian, trained by mii-llm, based on Mistral 7B.</p>
24
+ <p>🔎 For more details about Maestrale and how to use it with <code>transformers</code>, visit the <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.4-alpha-sft">model card</a>.</p>
25
  </div>"""
26
 
27
  _token = os.environ["HUGGINGFACE_API_KEY"]
 
96
  additional_inputs=[
97
  gr.Textbox(
98
  label="System",
99
+ value="Sei un assistente utile.",
100
  ),
101
  gr.Slider(
102
  minimum=0, maximum=1, step=0.1, value=0.7, label="Temperature", render=False