Jerrycool commited on
Commit
8df9ba4
·
verified ·
1 Parent(s): 8812f74

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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, evalu-
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