| --- |
| language: |
| - en |
| tags: |
| - sft |
| - structured-output |
| - toml |
| - csv |
| license: apache-2.0 |
| --- |
| |
| # struct_mix_sft_v5 |
| |
| Base: |
| - u-10bei/structured_data_with_cot_dataset_512_v5 |
| |
| Adds (targeted augmentation): |
| - JSON -> TOML (template-fixed, parse-validated): 4000 |
| - Text -> CSV (fixed header + exactly 2 lines): 1000 |
| |
| Mix weights: |
| { |
| "BASE_STRUCT": 0.4, |
| "TOML_TASKS": 0.35, |
| "TOML_GEN_TASKS": 0.15, |
| "CSV_TASKS": 0.1 |
| } |
|
|
| Seed: 3407 |
| VAL_RATIO: 0.05 |
| |
| Notes: |
| - No code fences. No extra text. final-only extraction is applied for JSON seeds. |
| - TOML is forced into a fixed template: |
| [result] + [result.fields] with stable key ordering. |
| - CSV is exactly two lines: |
| header + one data row with stable column count. |
| |