| --- |
| license: mit |
| task_categories: |
| - text-generation |
| language: |
| - en |
| --- |
| |
| # Affine training datasets |
|
|
| Expert-FT SFT jsonl datasets for mix training (Jul 2026). |
|
|
| ## mix/ — latest mix pipeline |
|
|
| | File | Rows | Sources | Notes | |
| |------|------|---------|-------| |
| | `mix_latest_data.jsonl` | 1969 | terminal 1089, navworld 531, swe 349 | Final combined mix; max_seq_len=22016 | |
| | `navworld_rft_sft.jsonl` | 531 | navworld | RFT SFT navworld (no NAVWORLD_EVAL leakage) | |
| | `mix_swe_hf_latest.jsonl` | 351 | swe | Deduped HF + latest_data SWE | |
| | `latest_swe_agent.jsonl` | 83 | swe | From expert_ft/data/latest_data/SWE-INFINITE | |
| | `swe_agent_hf.jsonl` | 291 | swe | HuggingFace SWE rollouts | |
| | `terminal.jsonl` | 1097 | terminal | Terminal benchmark SFT | |
| |
| Each row: `{"messages": [...], "tools": [...]?, "_src": "...", "_task_id": "...", "_score": ...}` |
| |
| Built with `expert_ft/run_build_mix_latest_data.sh` (MAX_SEQ=22016). |
| |
| Release: `affine datasets` (Jul 2026). |
| |