Update README.md
Browse files
README.md
CHANGED
|
@@ -22,67 +22,21 @@ tags:
|
|
| 22 |
|
| 23 |
# Overview
|
| 24 |
|
| 25 |
-
#
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|---------|-------|
|
| 29 |
-
| Domain | Mathematics |
|
| 30 |
-
| Base Model | Meta Llama 4 Scout 17B |
|
| 31 |
-
| Fine-Tuning | LoRA (SFT) |
|
| 32 |
-
| Framework | Adaption Labs AutoScientist |
|
| 33 |
-
| Grade | **A** |
|
| 34 |
-
| Quality Score | **9.5** |
|
| 35 |
-
|
| 36 |
-
---
|
| 37 |
-
|
| 38 |
-
### Dataset Snapshot
|
| 39 |
-
|
| 40 |
-
- 1,613 training samples
|
| 41 |
-
- 11 structured features
|
| 42 |
-
- Reasoning-aware instruction format
|
| 43 |
-
- Multiple mathematical disciplines
|
| 44 |
-
- Curriculum-oriented design
|
| 45 |
-
|
| 46 |
-
---
|
| 47 |
-
|
| 48 |
-
# Evaluation Summary
|
| 49 |
-
|
| 50 |
-
| Metric | Result |
|
| 51 |
-
|---------|--------|
|
| 52 |
-
| Grade | **A** |
|
| 53 |
-
| Quality Score | **9.5 / 10** |
|
| 54 |
-
| Win Rate | **68%** |
|
| 55 |
-
| Math Win Rate | **66%** |
|
| 56 |
-
|
| 57 |
-
The model demonstrated strong improvements in mathematical reasoning and instruction following after AutoScientist optimization.
|
| 58 |
-
|
| 59 |
-
---
|
| 60 |
-
|
| 61 |
-
# Intended Use
|
| 62 |
-
|
| 63 |
-
Adaptive Math 2 is suitable for:
|
| 64 |
-
|
| 65 |
-
- Mathematical reasoning
|
| 66 |
-
- AI tutoring systems
|
| 67 |
-
- Educational assistants
|
| 68 |
-
- STEM learning
|
| 69 |
-
- Instruction-following tasks
|
| 70 |
-
- Research and benchmarking
|
| 71 |
-
|
| 72 |
-
---
|
| 73 |
|
| 74 |
-
#
|
| 75 |
|
| 76 |
-
|
| 77 |
-
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
### AutoScientist Config
|
| 86 |
|
| 87 |
```json
|
| 88 |
{
|
|
|
|
| 22 |
|
| 23 |
# Overview
|
| 24 |
|
| 25 |
+
# Adaptive Math 2
|
| 26 |
|
| 27 |
+
> A mathematics-specialized instruction dataset designed to improve reasoning, structured problem solving, and educational AI assistants through supervised fine-tuning with Adaptation Labs AutoScientist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
+
## Research Snapshot
|
| 30 |
|
| 31 |
+
| Property | Value |
|
| 32 |
+
|----------|-------|
|
| 33 |
+
| Domain | Mathematics |
|
| 34 |
+
| Dataset Type | Instruction Tuning |
|
| 35 |
+
| Framework | Adaptation Labs AutoScientist |
|
| 36 |
+
| Base Model | Llama-4 Scout 17B |
|
| 37 |
+
| Fine-tuning | LoRA (SFT) |
|
| 38 |
+
| Grade | A |
|
| 39 |
+
| Quality Score | 9.5 / 10 |
|
|
|
|
| 40 |
|
| 41 |
```json
|
| 42 |
{
|