d4nieldev commited on
Commit
ba98c01
·
verified ·
1 Parent(s): f7d0a0c

Add repo-disjoint Qwen3 token-count splits

Browse files
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train.jsonl.gz
7
+ - split: dev
8
+ path: data/dev.jsonl.gz
9
+ - split: test
10
+ path: data/test.jsonl.gz
11
+ ---
12
+
13
+ # SWE-Fixer Diff Train Full, Repo-Disjoint Qwen3 Splits
14
+
15
+ This dataset is derived from `.cache/glotcond/materialized/swe_fixer_diff_train_full.jsonl`.
16
+ It adds `prompt_input_token_count`, computed with `Qwen/Qwen3-4B-Base` using
17
+ `add_special_tokens=False`.
18
+
19
+ The split is repo-disjoint by `metadata.repo` and targets train/dev/test ratios
20
+ of 0.7/0.1/0.2 while balancing the prompt token-count distribution.
21
+
22
+ | split | rows | row ratio | repos | token mean | median | p90 | p95 | max |
23
+ |---|---:|---:|---:|---:|---:|---:|---:|---:|
24
+ | train | 33387 | 0.7000 | 240 | 31968.8 | 15708.0 | 76027.0 | 113771.6 | 1135223 |
25
+ | dev | 4778 | 0.1002 | 33 | 31899.0 | 15805.5 | 79846.3 | 129640.6 | 450936 |
26
+ | test | 9534 | 0.1999 | 70 | 32040.3 | 15861.0 | 76438.9 | 112687.2 | 483488 |
27
+
28
+ `metadata/split_summary.json` contains the full split diagnostics.
data/dev.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb879bb1d09f1dac0f33372309ef459a034a155bb0f2afcda195ace8207bd4f0
3
+ size 122858748
data/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219fb73c125146f91470c558e7cb9ddece4592f95cdb91c2907954b90afdb1e8
3
+ size 254332639
data/train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d680c7e3cb7ca6aa019369d6cb7167b0907f0d918d6cc6288912abc1da814ec
3
+ size 907523528
metadata/row_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
metadata/split_assignments.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/split_summary.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "initial_split_objective": 3.794929162394326e-05,
3
+ "repo_overlap_ok": true,
4
+ "source_file": ".cache/glotcond/materialized/swe_fixer_diff_train_full.jsonl",
5
+ "split_objective": 1.2386810123251488e-05,
6
+ "splits": {
7
+ "dev": {
8
+ "repos": 33,
9
+ "row_ratio": 0.10016981488081511,
10
+ "rows": 4778,
11
+ "token_bin_counts": [
12
+ 474,
13
+ 472,
14
+ 477,
15
+ 489,
16
+ 469,
17
+ 458,
18
+ 493,
19
+ 498,
20
+ 453,
21
+ 495
22
+ ],
23
+ "token_bin_ratios_within_split": [
24
+ 0.09920468815403935,
25
+ 0.0987861029719548,
26
+ 0.09983256592716618,
27
+ 0.1023440770196735,
28
+ 0.09815822519882796,
29
+ 0.09585600669736291,
30
+ 0.10318124738384261,
31
+ 0.104227710339054,
32
+ 0.09480954374215153,
33
+ 0.10359983256592717
34
+ ],
35
+ "token_max": 450936,
36
+ "token_mean": 31899.03871912934,
37
+ "token_median": 15805.5,
38
+ "token_min": 269,
39
+ "token_p10": 3447.1000000000004,
40
+ "token_p25": 7075.5,
41
+ "token_p75": 37393.25,
42
+ "token_p90": 79846.30000000003,
43
+ "token_p95": 129640.59999999995,
44
+ "token_p99": 209701.47999999934,
45
+ "token_ratio": 0.0999284046086949,
46
+ "token_sum": 152413607
47
+ },
48
+ "test": {
49
+ "repos": 70,
50
+ "row_ratio": 0.19987840415941635,
51
+ "rows": 9534,
52
+ "token_bin_counts": [
53
+ 972,
54
+ 961,
55
+ 949,
56
+ 922,
57
+ 942,
58
+ 954,
59
+ 950,
60
+ 957,
61
+ 971,
62
+ 956
63
+ ],
64
+ "token_bin_ratios_within_split": [
65
+ 0.10195091252359975,
66
+ 0.10079714705265366,
67
+ 0.09953849381162157,
68
+ 0.09670652401929936,
69
+ 0.0988042794210195,
70
+ 0.1000629326620516,
71
+ 0.09964338158170757,
72
+ 0.10037759597230964,
73
+ 0.10184602475351374,
74
+ 0.10027270820222361
75
+ ],
76
+ "token_max": 483488,
77
+ "token_mean": 32040.30459408433,
78
+ "token_median": 15861.0,
79
+ "token_min": 278,
80
+ "token_p10": 3335.6000000000004,
81
+ "token_p25": 7031.75,
82
+ "token_p75": 38330.0,
83
+ "token_p90": 76438.90000000001,
84
+ "token_p95": 112687.20000000004,
85
+ "token_p99": 248772.46000000002,
86
+ "token_ratio": 0.2002797295764155,
87
+ "token_sum": 305472264
88
+ },
89
+ "train": {
90
+ "repos": 240,
91
+ "row_ratio": 0.6999517809597685,
92
+ "rows": 33387,
93
+ "token_bin_counts": [
94
+ 3324,
95
+ 3337,
96
+ 3344,
97
+ 3359,
98
+ 3358,
99
+ 3358,
100
+ 3326,
101
+ 3316,
102
+ 3346,
103
+ 3319
104
+ ],
105
+ "token_bin_ratios_within_split": [
106
+ 0.09955970886872136,
107
+ 0.0999490819780154,
108
+ 0.10015874442148141,
109
+ 0.10060802108605146,
110
+ 0.10057806930841345,
111
+ 0.10057806930841345,
112
+ 0.09961961242399736,
113
+ 0.09932009464761733,
114
+ 0.10021864797675742,
115
+ 0.09940994998053135
116
+ ],
117
+ "token_max": 1135223,
118
+ "token_mean": 31968.795998442507,
119
+ "token_median": 15708.0,
120
+ "token_min": 206,
121
+ "token_p10": 3399.6000000000004,
122
+ "token_p25": 7132.5,
123
+ "token_p75": 37254.0,
124
+ "token_p90": 76027.00000000012,
125
+ "token_p95": 113771.59999999954,
126
+ "token_p99": 219757.8799999997,
127
+ "token_ratio": 0.6997918658148896,
128
+ "token_sum": 1067342192
129
+ }
130
+ },
131
+ "target_ratios": {
132
+ "dev": 0.1,
133
+ "test": 0.2,
134
+ "train": 0.7
135
+ },
136
+ "token_count_column": "prompt_input_token_count",
137
+ "token_decile_edges": [
138
+ 3389.8,
139
+ 5820.200000000001,
140
+ 8548.400000000001,
141
+ 11705.2,
142
+ 15746.0,
143
+ 21586.399999999998,
144
+ 30941.0,
145
+ 46939.4,
146
+ 76360.6
147
+ ],
148
+ "tokenizer": "Qwen/Qwen3-4B-Base",
149
+ "total_repos": 343,
150
+ "total_rows": 47699
151
+ }