Update SFT family dataset: basic_arithmetic_qa
Browse files
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/*.jsonl
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# SLM Synthetic SFT
|
| 10 |
+
|
| 11 |
+
## Summary
|
| 12 |
+
|
| 13 |
+
Synthetic supervised fine-tuning dataset containing prompt-response conversations.
|
| 14 |
+
|
| 15 |
+
## Dataset
|
| 16 |
+
|
| 17 |
+
- Dataset type: `supervised fine-tuning`
|
| 18 |
+
- Total rows: `400000`
|
| 19 |
+
- Signals: `ai_concept_explanation, basic_arithmetic_qa, capital_city_qa, clear_sky_color_qa, code_explanation_no_code, code_expression_result, code_generation_function, direct_division, direct_subtraction, function_completion_body_only, list_exact_n_items, private_or_unverifiable_company_fact, repeat_exact_n_times, short_factual_stop_behavior`
|
| 20 |
+
- Teacher model: `deepseek/deepseek-v4-flash`
|
| 21 |
+
- Language: English
|
| 22 |
+
|
| 23 |
+
## Schema
|
| 24 |
+
|
| 25 |
+
```json
|
| 26 |
+
{
|
| 27 |
+
"id": "string",
|
| 28 |
+
"messages": [
|
| 29 |
+
{"role": "user", "content": "string"},
|
| 30 |
+
{"role": "assistant", "content": "string"}
|
| 31 |
+
],
|
| 32 |
+
"metadata": {
|
| 33 |
+
"category": "string",
|
| 34 |
+
"difficulty": 1,
|
| 35 |
+
"template_family": "string",
|
| 36 |
+
"eval_family": "string"
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Intended Use
|
| 42 |
+
|
| 43 |
+
Use this dataset for supervised fine-tuning experiments.
|
| 44 |
+
|
| 45 |
+
## Limitations
|
| 46 |
+
|
| 47 |
+
This dataset is synthetic. Inspect samples before training and do not use it as an evaluation benchmark.
|
artifacts/coverage.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_type": "sft",
|
| 3 |
+
"row_count": 400000,
|
| 4 |
+
"files": {
|
| 5 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/ai_concept_explanation.jsonl": 28572,
|
| 6 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/basic_arithmetic_qa.jsonl": 28572,
|
| 7 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/capital_city_qa.jsonl": 28572,
|
| 8 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/clear_sky_color_qa.jsonl": 28572,
|
| 9 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/code_explanation_no_code.jsonl": 28572,
|
| 10 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/code_expression_result.jsonl": 28572,
|
| 11 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/code_generation_function.jsonl": 28571,
|
| 12 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/direct_division.jsonl": 28571,
|
| 13 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/direct_subtraction.jsonl": 28571,
|
| 14 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/function_completion_body_only.jsonl": 28571,
|
| 15 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/list_exact_n_items.jsonl": 28571,
|
| 16 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/private_or_unverifiable_company_fact.jsonl": 28571,
|
| 17 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/repeat_exact_n_times.jsonl": 28571,
|
| 18 |
+
"data/sft/runs/sft-125m-400k-b64-c64-20260710-192713/datasets/short_factual_stop_behavior.jsonl": 28571
|
| 19 |
+
},
|
| 20 |
+
"categories": {
|
| 21 |
+
"code_expression_evaluation": 28572,
|
| 22 |
+
"code_generation": 57142,
|
| 23 |
+
"concise_factual_qa": 57144,
|
| 24 |
+
"controlled_verbosity": 28571,
|
| 25 |
+
"direct_arithmetic": 85714,
|
| 26 |
+
"exact_output_format_control": 57142,
|
| 27 |
+
"general_instruction_following": 57144,
|
| 28 |
+
"private_info_restraint": 28571
|
| 29 |
+
},
|
| 30 |
+
"eval_families": {
|
| 31 |
+
"ai_concept_explanation": 28572,
|
| 32 |
+
"basic_arithmetic_qa": 28572,
|
| 33 |
+
"capital_city_qa": 28572,
|
| 34 |
+
"clear_sky_color_qa": 28572,
|
| 35 |
+
"code_explanation_no_code": 28572,
|
| 36 |
+
"code_expression_result": 28572,
|
| 37 |
+
"code_generation_function": 28571,
|
| 38 |
+
"direct_division": 28571,
|
| 39 |
+
"direct_subtraction": 28571,
|
| 40 |
+
"function_completion_body_only": 28571,
|
| 41 |
+
"list_exact_n_items": 28571,
|
| 42 |
+
"private_or_unverifiable_company_fact": 28571,
|
| 43 |
+
"repeat_exact_n_times": 28571,
|
| 44 |
+
"short_factual_stop_behavior": 28571
|
| 45 |
+
},
|
| 46 |
+
"template_families": {
|
| 47 |
+
"capital_city_direct": 28572,
|
| 48 |
+
"code_explanation_plain_text": 28572,
|
| 49 |
+
"common_fact_color": 28572,
|
| 50 |
+
"direct_addition": 28572,
|
| 51 |
+
"direct_division": 28571,
|
| 52 |
+
"direct_subtraction": 28571,
|
| 53 |
+
"list_exact_count": 28571,
|
| 54 |
+
"private_company_metric": 28571,
|
| 55 |
+
"python_expression_result": 28572,
|
| 56 |
+
"python_function_body_only": 28571,
|
| 57 |
+
"python_function_code_only": 28571,
|
| 58 |
+
"repeat_word_count": 28571,
|
| 59 |
+
"short_ai_definition": 28572,
|
| 60 |
+
"short_factual_answer": 28571
|
| 61 |
+
},
|
| 62 |
+
"difficulty_counts": {
|
| 63 |
+
"1": 228571,
|
| 64 |
+
"2": 171429
|
| 65 |
+
}
|
| 66 |
+
}
|
artifacts/manifests/sft-125m-400k-b64-c64-20260710-192713.manifest.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/basic_arithmetic_qa.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|