File size: 1,038 Bytes
39d9176
 
 
 
 
 
 
 
f1d170a
39d9176
 
 
f1d170a
39d9176
 
 
 
f1d170a
 
39d9176
 
f1d170a
 
 
 
 
 
 
39d9176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f1d170a
39d9176
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
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.