jescy525/aether-sft-v2-mix
收藏Hugging Face2026-05-25 更新2026-05-31 收录
下载链接:
https://hf-mirror.com/datasets/jescy525/aether-sft-v2-mix
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
language:
- en
- fr
task_categories:
- text-generation
- conversational
size_categories:
- 100K<n<1M
tags:
- chatml
- sft
- aether-family
- mix
configs:
- config_name: default
data_files:
- split: train
path: "mix_shard_*.jsonl"
---
# aether-sft-v2-mix
AETHER family SFT dataset — group `mix`.
**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).
提供机构:
jescy525


