Reorder dataset columns
Browse files- README.md +2 -0
- data/dev.jsonl.gz +2 -2
- data/test.jsonl.gz +2 -2
- data/train.jsonl.gz +2 -2
- metadata/split_summary.json +7 -0
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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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",
|