Update README.md
Browse files
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:
|