Zaynes commited on
Commit
737ed3e
·
verified ·
1 Parent(s): a20ee1b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -31
README.md CHANGED
@@ -4,34 +4,11 @@ tags:
4
  - grpo-tool-saturation
5
  - sft
6
  - llamafactory-ready
7
- configs:
8
- - config_name: default
9
- data_files:
10
- - split: train
11
- path: data/train-*
12
- dataset_info:
13
- features:
14
- - name: k
15
- dtype: int64
16
- - name: r
17
- dtype: int64
18
- - name: tool
19
- dtype: string
20
- - name: prompt
21
- dtype: string
22
- - name: response
23
- dtype: string
24
- splits:
25
- - name: train
26
- num_bytes: 1333244
27
- num_examples: 8000
28
- download_size: 283618
29
- dataset_size: 1333244
30
  ---
31
 
32
  # grpo-tool-sat-sft-corpus-v1
33
 
34
- SFT-only view of grpo-tool-sat-dataset-v1. 8000 demonstration rows with prompt/response columns ready for LlamaFactory. Overlap map-fraction 0.594; token-level shuffled across r-classes.
35
 
36
  ## Dataset Info
37
 
@@ -42,19 +19,20 @@ SFT-only view of grpo-tool-sat-dataset-v1. 8000 demonstration rows with prompt/r
42
 
43
  | Column | Type | Description |
44
  |--------|------|-------------|
45
- | k | Value('int64') | Key integer in [0, 9999] |
46
- | r | Value('int64') | k mod 3 (0 = M_only, 1 = T_only, 2 = Overlap) |
47
- | tool | Value('string') | Tool used in this demo (map or table) |
48
- | prompt | Value('string') | User-side prompt: Key: <k> |
49
- | response | Value('string') | Target assistant completion: prose + <tool_call> + <observation> + <answer> |
 
50
 
51
  ## Generation Parameters
52
 
53
  ```json
54
  {
55
- "script_name": "src/data_gen.py (post-filter)",
56
  "model": "n/a",
57
- "description": "SFT-only view of grpo-tool-sat-dataset-v1. 8000 demonstration rows with prompt/response columns ready for LlamaFactory. Overlap map-fraction 0.594; token-level shuffled across r-classes.",
58
  "hyperparameters": {
59
  "seed": 1,
60
  "overlap_skew_map": 0.6,
 
4
  - grpo-tool-saturation
5
  - sft
6
  - llamafactory-ready
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # grpo-tool-sat-sft-corpus-v1
10
 
11
+ SFT-only view of grpo-tool-sat-dataset-v1. v1.1 prompt now ends with newline to match RL eval_prefix concatenation.
12
 
13
  ## Dataset Info
14
 
 
19
 
20
  | Column | Type | Description |
21
  |--------|------|-------------|
22
+ | k | Value('int64') | Key integer |
23
+ | r | Value('int64') | k mod 3 |
24
+ | tool | Value('string') | map or table |
25
+ | prompt | Value('string') | User prompt: "Key: <k>
26
+ " (trailing newline) |
27
+ | response | Value('string') | Target completion: prose + <tool_call> + <observation> + <answer> |
28
 
29
  ## Generation Parameters
30
 
31
  ```json
32
  {
33
+ "script_name": "src/data_gen.py + filter",
34
  "model": "n/a",
35
+ "description": "SFT-only view of grpo-tool-sat-dataset-v1. v1.1 \u2014 prompt now ends with newline to match RL eval_prefix concatenation.",
36
  "hyperparameters": {
37
  "seed": 1,
38
  "overlap_skew_map": 0.6,