Spaces:
Sleeping
Sleeping
Grounded description text
Browse files- server/app.py +3 -3
server/app.py
CHANGED
|
@@ -64,9 +64,9 @@ _LANDING_HTML = """<!DOCTYPE html>
|
|
| 64 |
<h1>🧠 Data-Centric AI Environment</h1>
|
| 65 |
<span class="badge">• Running</span>
|
| 66 |
<p>An <a href="https://github.com/meta-pytorch/OpenEnv" target="_blank">OpenEnv</a>-compliant
|
| 67 |
-
RL environment where
|
| 68 |
-
|
| 69 |
-
|
| 70 |
|
| 71 |
<div class="grid">
|
| 72 |
<div class="endpoint">
|
|
|
|
| 64 |
<h1>🧠 Data-Centric AI Environment</h1>
|
| 65 |
<span class="badge">• Running</span>
|
| 66 |
<p>An <a href="https://github.com/meta-pytorch/OpenEnv" target="_blank">OpenEnv</a>-compliant
|
| 67 |
+
RL environment where an LLM learns to coordinate data-preprocessing agents — cleaning,
|
| 68 |
+
imputing, and rebalancing datasets to improve a pre-trained classifier's accuracy,
|
| 69 |
+
without modifying its weights.</p>
|
| 70 |
|
| 71 |
<div class="grid">
|
| 72 |
<div class="endpoint">
|