Datasets:
Normalize prompt and continuation boundaries
Browse files- README.md +4 -3
- data/train-00000-of-00001.parquet +2 -2
- data/validation-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -16,8 +16,9 @@ This dataset is the normalized task suite used by the training examples in
|
|
| 16 |
19,548 validation examples. Each row has the following fields:
|
| 17 |
|
| 18 |
- `task`: stable task name
|
| 19 |
-
- `prompt`: language-model context
|
| 20 |
-
|
|
|
|
| 21 |
- `gold_idx`: zero-based index of the correct continuation
|
| 22 |
|
| 23 |
The validation metric in portallib is continuation log-probability normalized by character length
|
|
@@ -71,7 +72,7 @@ python scripts/prepare_dataset.py --output portal_tasks.json
|
|
| 71 |
```
|
| 72 |
|
| 73 |
The canonical JSON serialization has SHA-256
|
| 74 |
-
`
|
| 75 |
|
| 76 |
TruthfulQA exposes one labeled split, so the first 75% is used for training and the final 25% for
|
| 77 |
validation. Every other task uses its upstream `train` and `validation`
|
|
|
|
| 16 |
19,548 validation examples. Each row has the following fields:
|
| 17 |
|
| 18 |
- `task`: stable task name
|
| 19 |
+
- `prompt`: language-model context with no trailing whitespace; it is empty only when a source
|
| 20 |
+
sentence places its blank first
|
| 21 |
+
- `choices`: candidate continuations with exactly one leading space and no trailing whitespace
|
| 22 |
- `gold_idx`: zero-based index of the correct continuation
|
| 23 |
|
| 24 |
The validation metric in portallib is continuation log-probability normalized by character length
|
|
|
|
| 72 |
```
|
| 73 |
|
| 74 |
The canonical JSON serialization has SHA-256
|
| 75 |
+
`97ae9193a02b96daec13f7e21f56fbe7ed5102fd900e6c2093d9bbfc009f74cd`.
|
| 76 |
|
| 77 |
TruthfulQA exposes one labeled split, so the first 75% is used for training and the final 25% for
|
| 78 |
validation. Every other task uses its upstream `train` and `validation`
|
data/train-00000-of-00001.parquet
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:a2b188cf297de659d57d715f31a546e01ec869e07921265038a806537c85f822
|
| 3 |
+
size 39569897
|
data/validation-00000-of-00001.parquet
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:ebc0968aa8d724d4c325cf6db5858fe1100914684ed9c2ce4de66436dfe6c377
|
| 3 |
+
size 9080138
|