Locutusque commited on
Commit
f3dfdeb
·
verified ·
1 Parent(s): 561074d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ iface = gr.Interface(
135
  ],
136
  outputs=gr.Textbox(label="Generated Text"),
137
  title="Thespis-Preview",
138
- description="This space provides a preview of the Thespis family of language models, designed to enhance roleplaying performance through reasoning inspired by theory of mind. The model is optimized using GRPO and is fine-tuned to produce coherent, engaging text while minimizing repetitive or low-quality output. Currently, the current language model may not yield state-of-the-art performance due to being just a proof-of-concept language model. In the future versions, a more rigorous fine-tuning process will be employed."
139
  )
140
 
141
  iface.launch()
 
135
  ],
136
  outputs=gr.Textbox(label="Generated Text"),
137
  title="Thespis-Preview",
138
+ description="This space provides a preview of the Thespis family of language models, designed to enhance roleplaying performance through reasoning inspired by theory of mind. The model is optimized using GRPO and is fine-tuned to produce coherent, engaging text while minimizing repetitive or low-quality output. Currently, state-of-the-art performance is not guaranteed due to being a proof-of-concept experiment. In future versions, a more rigorous fine-tuning process will be employed."
139
  )
140
 
141
  iface.launch()