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

Reorder dataset columns

Browse files
README.md CHANGED
@@ -19,6 +19,8 @@ It adds `prompt_input_token_count`, computed with `Qwen/Qwen3-4B-Base` using
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 |
 
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
+ Column order: `id`, `prompt`, `answer`, `prompt_input_token_count`, `metadata`.
23
+
24
  | split | rows | row ratio | repos | token mean | median | p90 | p95 | max |
25
  |---|---:|---:|---:|---:|---:|---:|---:|---:|
26
  | train | 33387 | 0.7000 | 240 | 31968.8 | 15708.0 | 76027.0 | 113771.6 | 1135223 |
data/dev.jsonl.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb879bb1d09f1dac0f33372309ef459a034a155bb0f2afcda195ace8207bd4f0
3
- size 122858748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1da36217b53f78d78791e1f3bc0b81d3cf2099e5811c449df551accd9231b6
3
+ size 122826236
data/test.jsonl.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:219fb73c125146f91470c558e7cb9ddece4592f95cdb91c2907954b90afdb1e8
3
- size 254332639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c6dc1411c4743c49cc9bafb0bdeaccec17463b1453ed4a409d22ed295526b4
3
+ size 254235329
data/train.jsonl.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d680c7e3cb7ca6aa019369d6cb7167b0907f0d918d6cc6288912abc1da814ec
3
- size 907523528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9caa5c33ca61f025b5a79264be828bd6510101641843bebc2a31323cf3adc3ed
3
+ size 906964596
metadata/split_summary.json CHANGED
@@ -1,4 +1,11 @@
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",
 
1
  {
2
+ "column_order": [
3
+ "id",
4
+ "prompt",
5
+ "answer",
6
+ "prompt_input_token_count",
7
+ "metadata"
8
+ ],
9
  "initial_split_objective": 3.794929162394326e-05,
10
  "repo_overlap_ok": true,
11
  "source_file": ".cache/glotcond/materialized/swe_fixer_diff_train_full.jsonl",