Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pretty_name: Epoch Eli Dataset v3 — S-Tier Coding & Agentic Fine-Tuning Corpus
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
+
- agentic-coding
|
| 11 |
+
- sharegpt
|
| 12 |
+
- alpaca
|
| 13 |
+
- vision-language
|
| 14 |
+
- qwen
|
| 15 |
+
- epoch
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Epoch Model Suite 1 — Eli Dataset v3
|
| 19 |
+
|
| 20 |
+
Dataset curated for fine-tuning **Eli** (~3-7B dense coding model, based on Qwen 3-4B).
|
| 21 |
+
|
| 22 |
+
## Dataset Composition
|
| 23 |
+
|
| 24 |
+
- **Total S-Tier Samples**: 23,138 pairs
|
| 25 |
+
- **Backend Code (40.5%)**: 9,360 clean pairs across Linux, Kubernetes, Tokio, FastAPI, Hyper, Gin.
|
| 26 |
+
- **Frontend Code & Design Systems (22.9%)**: 5,290 pairs across shadcn/ui, Radix, Mantine, Tailwind, Stripe, Vercel, Apple HIG specs.
|
| 27 |
+
- **Eli Personality (30.2%)**: 6,988 pairs (1,747 unique Q&As oversampled 4x) capturing Eli's casual, direct, fluff-free persona.
|
| 28 |
+
- **Fable-5 Pi Agent Traces (4.3%)**: 1,000 real agentic execution traces (CoT reasoning, Bash/Read/Edit actions).
|
| 29 |
+
- **Agentic Open-Ended Apps (2.2%)**: 500 unique single-file apps and microservices.
|
| 30 |
+
- **Eli-VL Multimodal**: 192 UI WebP screenshot-to-code pairs (`training-data-eli-vl.jsonl`).
|
| 31 |
+
|
| 32 |
+
## Files Included
|
| 33 |
+
|
| 34 |
+
- `training-data.jsonl`: Alpaca format (`instruction`, `output`).
|
| 35 |
+
- `training-data-sharegpt.jsonl`: ShareGPT / ChatML format (`conversations`).
|
| 36 |
+
- `training-data-eli-vl.jsonl`: Multimodal screenshot-to-code pairs.
|
| 37 |
+
- `dataset-stats.json`: Automated statistical breakdown.
|