Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +1 -2
src/about.py
CHANGED
@@ -25,8 +25,7 @@ TITLE = """<h1 align="center" id="space-title">MLE-Dojo Leaderboard</h1>"""
|
|
25 |
|
26 |
# What does your leaderboard evaluate?
|
27 |
INTRODUCTION_TEXT = """
|
28 |
-
MLE-Dojo is a Gym-style framework for systematically training,
|
29 |
-
ating, and improving autonomous large language model (LLM) agents in iterative
|
30 |
machine learning engineering (MLE) workflows.
|
31 |
"""
|
32 |
|
|
|
25 |
|
26 |
# What does your leaderboard evaluate?
|
27 |
INTRODUCTION_TEXT = """
|
28 |
+
MLE-Dojo is a Gym-style framework for systematically training, evaluating, and improving autonomous large language model (LLM) agents in iterative
|
|
|
29 |
machine learning engineering (MLE) workflows.
|
30 |
"""
|
31 |
|