File size: 1,333 Bytes
c8d3779
8b51e6f
 
 
 
 
c8d3779
8b51e6f
 
 
737ed3e
8b51e6f
 
 
 
 
 
 
 
 
 
737ed3e
 
 
 
 
 
8b51e6f
 
 
 
 
737ed3e
8b51e6f
737ed3e
8b51e6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
55
56
57
58
59
---
license: mit
tags:
- grpo-tool-saturation
- sft
- llamafactory-ready
---

# grpo-tool-sat-sft-corpus-v1

SFT-only view of grpo-tool-sat-dataset-v1. v1.1 — prompt now ends with newline to match RL eval_prefix concatenation.

## Dataset Info

- **Rows**: 8000
- **Columns**: 5

## Columns

| Column | Type | Description |
|--------|------|-------------|
| k | Value('int64') | Key integer |
| r | Value('int64') | k mod 3 |
| tool | Value('string') | map or table |
| prompt | Value('string') | User prompt: "Key: <k>
" (trailing newline) |
| response | Value('string') | Target completion: prose + <tool_call> + <observation> + <answer> |

## Generation Parameters

```json
{
  "script_name": "src/data_gen.py + filter",
  "model": "n/a",
  "description": "SFT-only view of grpo-tool-sat-dataset-v1. v1.1 \u2014 prompt now ends with newline to match RL eval_prefix concatenation.",
  "hyperparameters": {
    "seed": 1,
    "overlap_skew_map": 0.6,
    "hash_slice": 6
  },
  "input_datasets": [
    "raca-workspace-v1/grpo-tool-sat-dataset-v1"
  ]
}
```

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("raca-workspace-v1/grpo-tool-sat-sft-corpus-v1", split="train")
print(f"Loaded {len(dataset)} rows")
```

---

*Uploaded via [RACA](https://github.com/Zayne-sprague/Dr-Claude-Code) hf_utility.*