Datasets:
File size: 750 Bytes
394b950 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
license: apache-2.0
language:
- en
- fr
task_categories:
- text-generation
- conversational
size_categories:
- 100K<n<1M
tags:
- chatml
- sft
- aether-family
- code
configs:
- config_name: default
data_files:
- split: train
path: "code_shard_*.jsonl"
---
# aether-sft-v2-code
AETHER family SFT dataset — group `code`.
**Format**: JSONL ChatML messages, task_type tagged, MinHash dedup applied (threshold 0.85).
**Schema**:
```
{
"messages": [{"role": "system|user|assistant", "content": "..."}],
"task_type": "function_calling|code|reasoning_cot|...",
"source_ds": "<HF dataset_id>",
"lang": "en|fr|...",
"system_source": "archon_default|overridden_from_source"
}
```
Generated by `prepare_sft.py` pipeline (2026-05-25).
|