yangzhr commited on
Commit
25b7f5b
·
verified ·
1 Parent(s): 0bbbd64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,6 +8,10 @@ base_model:
8
 
9
  This model is the backbone language model used in the paper **"EvoDS: Self-Evolving Autonomous Data Science Agent with Skill Learning and Context Management"**. It is initialized from **Qwen3-8B** and further trained to support autonomous data science tasks through multi-agent supervised fine-tuning and reinforcement learning.
10
 
 
 
 
 
11
  ## About EvoDS
12
 
13
  EvoDS is a self-evolving autonomous data science agent that continuously improves its capabilities over time. The framework introduces two key mechanisms:
 
8
 
9
  This model is the backbone language model used in the paper **"EvoDS: Self-Evolving Autonomous Data Science Agent with Skill Learning and Context Management"**. It is initialized from **Qwen3-8B** and further trained to support autonomous data science tasks through multi-agent supervised fine-tuning and reinforcement learning.
10
 
11
+ ## Base Model
12
+
13
+ * Base Model: Qwen3-8B
14
+
15
  ## About EvoDS
16
 
17
  EvoDS is a self-evolving autonomous data science agent that continuously improves its capabilities over time. The framework introduces two key mechanisms: