Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,27 @@ def handle_feedback(goal, sol1, sol2, winner):
|
|
80 |
return f"β Failed to log: {e}"
|
81 |
|
82 |
with gr.Blocks(title="EvoTransformer v2.1 β Compare Options and Learn") as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
gr.Markdown("## π§ EvoTransformer v2.1 β Compare Options and Learn")
|
84 |
|
85 |
with gr.Row():
|
|
|
80 |
return f"β Failed to log: {e}"
|
81 |
|
82 |
with gr.Blocks(title="EvoTransformer v2.1 β Compare Options and Learn") as demo:
|
83 |
+
gr.Markdown("""
|
84 |
+
# π€ EvoTransformer v2.1
|
85 |
+
*Built Different. Learns Live.*
|
86 |
+
|
87 |
+
### 𧬠Why EvoTransformer is Special
|
88 |
+
|
89 |
+
Unlike traditional AI models that are fixed once deployed, **EvoTransformer evolves**.
|
90 |
+
|
91 |
+
- β
Learns from **real-time feedback**
|
92 |
+
- β
**Retrains** on your input (every time you click ββ»οΈ Retrainβ)
|
93 |
+
- β
Tracks its **own architecture and accuracy** as it grows
|
94 |
+
- β
Competes with **GPT-3.5** on real reasoning tasks
|
95 |
+
- β
Runs light β only ~13M parameters
|
96 |
+
|
97 |
+
This isn't just a chatbot. It's a living AI experiment.
|
98 |
+
Every interaction makes it smarter. You're shaping it.
|
99 |
+
|
100 |
+
---
|
101 |
+
""")
|
102 |
+
|
103 |
+
|
104 |
gr.Markdown("## π§ EvoTransformer v2.1 β Compare Options and Learn")
|
105 |
|
106 |
with gr.Row():
|