Jerrycool commited on
Commit
25f103f
·
verified ·
1 Parent(s): edc8e3c

Update src/about.py

Browse files
Files changed (1) hide show
  1. 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, a Gym-style framework for systematically training, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows.
36
- MLE-Dojo provides an interactive environment enabling agents to iteratively experiment, debug, and refine solutions through structured feedback loops. Built upon 200+ real-world Kaggle challenges (e.g., tabular data analysis, computer vision, natural language processing, and time series forecasting). MLE-Dojo covers diverse, open-ended MLE tasks carefully curated to reflect realistic engineering scenarios such as data processing, architecture search, hyperparameter tuning, and code debugging.
37
- Its fully executable environment supports comprehensive agent training via both supervised fine-tuning and reinforcement learning, facilitating iterative experimentation, realistic data sampling, and real-time outcome verification.
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
  """