jescy525 commited on
Commit
25a0a6b
·
verified ·
1 Parent(s): 582f8c1

AETHER family SFT code push

Browse files
Files changed (2) hide show
  1. README.md +35 -2
  2. code_shard_0000.jsonl +2 -2
README.md CHANGED
@@ -1,7 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # archon-sft-v1-code
2
 
3
- ARCHON SFT v1 source dataset group `code`.
 
 
4
 
5
- Format: JSONL ChatML messages, task_type tagged, dedup MinHash applied.
 
 
 
 
 
 
 
 
 
6
 
7
  Generated by `prepare_sft.py` pipeline (2026-05-25).
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - fr
6
+ task_categories:
7
+ - text-generation
8
+ - conversational
9
+ size_categories:
10
+ - 100K<n<1M
11
+ tags:
12
+ - chatml
13
+ - sft
14
+ - aether-family
15
+ - code
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: "code_shard_*.jsonl"
21
+ ---
22
+
23
  # archon-sft-v1-code
24
 
25
+ AETHER family SFT dataset group `code`.
26
+
27
+ **Format**: JSONL ChatML messages, task_type tagged, MinHash dedup applied (threshold 0.85).
28
 
29
+ **Schema**:
30
+ ```
31
+ {
32
+ "messages": [{"role": "system|user|assistant", "content": "..."}],
33
+ "task_type": "function_calling|code|reasoning_cot|...",
34
+ "source_ds": "<HF dataset_id>",
35
+ "lang": "en|fr|...",
36
+ "system_source": "archon_default|overridden_from_source"
37
+ }
38
+ ```
39
 
40
  Generated by `prepare_sft.py` pipeline (2026-05-25).
code_shard_0000.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d3a224c41c1f3f08475636282cc24b57f2c8f4fb21c51d886860a984dfca8c4
3
- size 728044552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072200f95c5293bd247a88f46dbfcc6251c3a80b1973ff4b8ceb69da2c02dfcb
3
+ size 670379208