Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +6 -4
src/about.py
CHANGED
|
@@ -32,10 +32,12 @@ INTRODUCTION_TEXT = """
|
|
| 32 |
# ... (rest of your about.py content) ...
|
| 33 |
LLM_BENCHMARKS_TEXT = """
|
| 34 |
## MLE-Dojo
|
| 35 |
-
MLE-Dojo
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
## New Updates
|
| 40 |
We actively maintain this as a long-term real-time leaderboard with updated models and evaluation tasks to foster community-driven innovation.
|
| 41 |
"""
|
|
|
|
| 32 |
# ... (rest of your about.py content) ...
|
| 33 |
LLM_BENCHMARKS_TEXT = """
|
| 34 |
## MLE-Dojo
|
| 35 |
+
MLE-Dojo is a Gym-style framework for systematically training, evaluating, and improving autonomous large language model (LLM) agents in
|
| 36 |
+
iterative machine learning engineering (MLE) workflows. Built upon 200+ real-world Kaggle challenges. MLE-Dojo covers diverse,
|
| 37 |
+
open-ended MLE tasks carefully curated to reflect realistic Machine Learning Engineering scenarios such as data processing,
|
| 38 |
+
architecture search, hyperparameter tuning, and code debugging, etc. MLE-Dojo's fully executable environment and flexible
|
| 39 |
+
interface support comprehensive agent training via both supervised fine-tuning and reinforcement learning, facilitating
|
| 40 |
+
iterative experimentation, realistic data sampling, and real-time outcome verification.
|
| 41 |
## New Updates
|
| 42 |
We actively maintain this as a long-term real-time leaderboard with updated models and evaluation tasks to foster community-driven innovation.
|
| 43 |
"""
|