tohio's picture
Update SFT family dataset: basic_arithmetic_qa
f1d170a verified
|
Raw
History Blame Contribute Delete
1.04 kB
---
configs:
- config_name: default
data_files:
- split: train
path: data/*.jsonl
---
# SLM Synthetic SFT — basic_arithmetic_qa
## Summary
Synthetic supervised fine-tuning dataset containing prompt-response conversations for `basic_arithmetic_qa`.
## Dataset
- Dataset type: `supervised fine-tuning`
- Total rows: `28572`
- Signal: `basic_arithmetic_qa`
- Language: English
## Signal Metadata
- Category: `direct_arithmetic`
- Difficulty: `1`
- Template family: `direct_addition`
- Eval family: `basic_arithmetic_qa`
## Schema
```json
{
"id": "string",
"messages": [
{"role": "user", "content": "string"},
{"role": "assistant", "content": "string"}
],
"metadata": {
"category": "string",
"difficulty": 1,
"template_family": "string",
"eval_family": "string"
}
}
```
## Intended Use
Use this dataset for supervised fine-tuning experiments targeting this signal.
## Limitations
This dataset is synthetic. Inspect samples before training and do not use it as an evaluation benchmark.