Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ def chat(message, history):
|
|
| 60 |
|
| 61 |
demo = gr.ChatInterface(
|
| 62 |
fn=chat,
|
| 63 |
-
title="
|
| 64 |
-
description="A specialized LLM
|
| 65 |
examples=[
|
| 66 |
"What is R0 for an SIR model with beta=0.4 and gamma=0.1?",
|
| 67 |
"Derive the stability condition for the SEIR endemic equilibrium.",
|
|
|
|
| 60 |
|
| 61 |
demo = gr.ChatInterface(
|
| 62 |
fn=chat,
|
| 63 |
+
title="WWang Lab — MathBio AI",
|
| 64 |
+
description="**Developed by Weinan Wang, University of Oklahoma.** A specialized mathematical biology LLM fine-tuned from Qwen2.5-Math-7B on 27,000 arxiv-derived examples covering epidemic modeling, PDEs, operator learning, and mathematical biology. Research preview.",
|
| 65 |
examples=[
|
| 66 |
"What is R0 for an SIR model with beta=0.4 and gamma=0.1?",
|
| 67 |
"Derive the stability condition for the SEIR endemic equilibrium.",
|