File size: 614 Bytes
ac7fe33 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# ASDiv (train/test 1:9)
This dataset is derived from `EleutherAI/asdiv` by splitting the original `validation` split
into `train` and `test` with a ratio of 1:9.
## Source
- Original dataset: `EleutherAI/asdiv`
Link: https://huggingface.co/datasets/EleutherAI/asdiv
## License
- Inherits the original dataset's license (CC-BY-NC-4.0) unless otherwise noted in this repository.
## Splitting Details
- Method: `datasets.Dataset.train_test_split`
- Source split: `validation`
- Test size: 90.0%
- Shuffle: yes
- Seed: configurable via CLI (default 42)
## Provenance
- Generated at: 2025-11-03 09:05 UTC
|