lejelly commited on
Commit
ac7fe33
·
verified ·
1 Parent(s): f357def

Add dataset card (auto-generated)

Browse files
Files changed (1) hide show
  1. README.md +25 -31
README.md CHANGED
@@ -1,31 +1,25 @@
1
- ---
2
- dataset_info:
3
- config_name: asdiv
4
- features:
5
- - name: body
6
- dtype: string
7
- - name: question
8
- dtype: string
9
- - name: solution_type
10
- dtype: string
11
- - name: answer
12
- dtype: string
13
- - name: formula
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 50040.117136659435
18
- num_examples: 230
19
- - name: test
20
- num_bytes: 451448.88286334055
21
- num_examples: 2075
22
- download_size: 299086
23
- dataset_size: 501489.0
24
- configs:
25
- - config_name: asdiv
26
- data_files:
27
- - split: train
28
- path: asdiv/train-*
29
- - split: test
30
- path: asdiv/test-*
31
- ---
 
1
+ # ASDiv (train/test 1:9)
2
+
3
+ This dataset is derived from `EleutherAI/asdiv` by splitting the original `validation` split
4
+ into `train` and `test` with a ratio of 1:9.
5
+
6
+ ## Source
7
+
8
+ - Original dataset: `EleutherAI/asdiv`
9
+ Link: https://huggingface.co/datasets/EleutherAI/asdiv
10
+
11
+ ## License
12
+
13
+ - Inherits the original dataset's license (CC-BY-NC-4.0) unless otherwise noted in this repository.
14
+
15
+ ## Splitting Details
16
+
17
+ - Method: `datasets.Dataset.train_test_split`
18
+ - Source split: `validation`
19
+ - Test size: 90.0%
20
+ - Shuffle: yes
21
+ - Seed: configurable via CLI (default 42)
22
+
23
+ ## Provenance
24
+
25
+ - Generated at: 2025-11-03 09:05 UTC