Update README with proper YAML metadata and formatting
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Qwen3.8-Kimi-Fable Distillation
|
| 2 |
|
| 3 |
A curated SFT dataset distilled from three teacher models, designed for fine-tuning compact models like Nanbeige4.2-3B.
|
|
@@ -6,8 +21,8 @@ A curated SFT dataset distilled from three teacher models, designed for fine-tun
|
|
| 6 |
|
| 7 |
| Source | Rows | Description |
|
| 8 |
|--------|------|-------------|
|
| 9 |
-
| Qwen3.8-Max Preview (Alibaba) | ~10,000 |
|
| 10 |
-
| Claude Fable 5 (Anthropic) | ~2,500 | Verified coding and debugging trajectories
|
| 11 |
| Kimi K3 (Moonshot AI) | ~1,200 | Verified coding, tool-use, and instruction-following traces. Focus: parallel tool calls, state tracking, verification-driven completion. |
|
| 12 |
|
| 13 |
**Total: 13,700 training rows**
|
|
@@ -27,10 +42,10 @@ Each row is a JSON object with:
|
|
| 27 |
## Quality Filters
|
| 28 |
|
| 29 |
Applied during curation:
|
| 30 |
-
- Quality score
|
| 31 |
- No refusals, no empty responses
|
| 32 |
- Near-deduplication via SHA-256 hashing
|
| 33 |
-
- Context length
|
| 34 |
- Minimum response length: 30 tokens (non-trace), 15 tokens (trace)
|
| 35 |
|
| 36 |
## License
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- distillation
|
| 5 |
+
- sft
|
| 6 |
+
- qwen3.8
|
| 7 |
+
- kimi-k3
|
| 8 |
+
- fable-5
|
| 9 |
+
- nanbeige
|
| 10 |
+
- coding
|
| 11 |
+
- reasoning
|
| 12 |
+
- tool-use
|
| 13 |
+
- 4096-context
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# Qwen3.8-Kimi-Fable Distillation
|
| 17 |
|
| 18 |
A curated SFT dataset distilled from three teacher models, designed for fine-tuning compact models like Nanbeige4.2-3B.
|
|
|
|
| 21 |
|
| 22 |
| Source | Rows | Description |
|
| 23 |
|--------|------|-------------|
|
| 24 |
+
| Qwen3.8-Max Preview (Alibaba) | ~10,000 | Teacher traces across math, code, reasoning, and instruction-following. Domain breakdown: math 33%, code 28%, reasoning 24%, instruction 15%. |
|
| 25 |
+
| Claude Fable 5 (Anthropic) | ~2,500 | Verified coding and debugging trajectories via moonshiner. Focus: tool-calling, multi-step planning, build/test/fix loops. |
|
| 26 |
| Kimi K3 (Moonshot AI) | ~1,200 | Verified coding, tool-use, and instruction-following traces. Focus: parallel tool calls, state tracking, verification-driven completion. |
|
| 27 |
|
| 28 |
**Total: 13,700 training rows**
|
|
|
|
| 42 |
## Quality Filters
|
| 43 |
|
| 44 |
Applied during curation:
|
| 45 |
+
- Quality score >= 7.5 on Qwen3.8 traces (median 9.0, mean 8.6)
|
| 46 |
- No refusals, no empty responses
|
| 47 |
- Near-deduplication via SHA-256 hashing
|
| 48 |
+
- Context length <= 3800 raw tokens
|
| 49 |
- Minimum response length: 30 tokens (non-trace), 15 tokens (trace)
|
| 50 |
|
| 51 |
## License
|