rtous commited on
Commit
ce62d0f
1 Parent(s): 359e6aa
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -74,13 +74,9 @@ def gradio_app():
74
  gr.Image("ginesta_small.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
75
  with gr.Column():
76
  gr.Markdown(
77
- """# Flor-6.3B (experimental)
78
 
79
- 🪷 **[Flor](https://huggingface.co/projecte-aina/FLOR-6.3B)** is a 6.3B parameters multilingual Large Language Model (LLM) that has been trained on a massive mixture of Spanish, Catalan and English data. It is a new open-source LLM, licensed for both research and commercial use. It uses the [Bloom-7b](https://huggingface.co/bigscience/bloom-7b1) model as a starting point, a state-of-the-art multilingual LLM.
80
-
81
- ⚠️ **Limitations**: This version is for beta testing only. The content generated by these models is unsupervised and might be judged as inappropriate or offensive. Please bear this in mind when exploring this resource.
82
-
83
- 👀 **Learn more about Flor:** [HF official model card](https://huggingface.co/projecte-aina/FLOR-6.3B) and the [Instruct version](https://huggingface.co/projecte-aina/FLOR_63B_Instruit).
84
 
85
  """
86
  )
@@ -93,7 +89,7 @@ def gradio_app():
93
  )
94
  input_ = Textbox(
95
  lines=11,
96
- label="Input",
97
  placeholder="e.g. El mercat del barri és fantàstic hi pots trobar."
98
  )
99
  with gr.Row(variant="panel", equal_height=True):
@@ -142,7 +138,7 @@ def gradio_app():
142
  with gr.Column(variant="panel"):
143
  output = Textbox(
144
  lines=11,
145
- label="Output",
146
  interactive=False,
147
  show_copy_button=True
148
  )
 
74
  gr.Image("ginesta_small.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
75
  with gr.Column():
76
  gr.Markdown(
77
+ """# AIMestre
78
 
79
+ Basat en el model [Flor](https://huggingface.co/projecte-aina/FLOR-6.3B) del projecte AINA.
 
 
 
 
80
 
81
  """
82
  )
 
89
  )
90
  input_ = Textbox(
91
  lines=11,
92
+ label="Posa aquí el teu escrit en català.",
93
  placeholder="e.g. El mercat del barri és fantàstic hi pots trobar."
94
  )
95
  with gr.Row(variant="panel", equal_height=True):
 
138
  with gr.Column(variant="panel"):
139
  output = Textbox(
140
  lines=11,
141
+ label="El mestre diu...",
142
  interactive=False,
143
  show_copy_button=True
144
  )