albagon commited on
Commit
c88f026
·
verified ·
1 Parent(s): 62fa4d2

Add 80/10/10 train/val/test split

Browse files
README.md CHANGED
@@ -1,46 +1,22 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: id
5
  dtype: string
6
- - name: question
7
- dtype: string
8
- - name: opa
9
- dtype: string
10
- - name: opb
11
- dtype: string
12
- - name: opc
13
- dtype: string
14
- - name: opd
15
- dtype: string
16
- - name: cop
17
- dtype:
18
- class_label:
19
- names:
20
- '0': a
21
- '1': b
22
- '2': c
23
- '3': d
24
- - name: choice_type
25
- dtype: string
26
- - name: exp
27
- dtype: string
28
- - name: subject_name
29
- dtype: string
30
- - name: topic_name
31
  dtype: string
32
  splits:
33
  - name: train
34
- num_bytes: 105522204
35
  num_examples: 146257
36
  - name: validation
37
- num_bytes: 13190185
38
  num_examples: 18282
39
  - name: test
40
- num_bytes: 13190906
41
  num_examples: 18283
42
- download_size: 81088610
43
- dataset_size: 131903295
44
  configs:
45
  - config_name: default
46
  data_files:
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: prompt
5
  dtype: string
6
+ - name: completion
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
  splits:
9
  - name: train
10
+ num_bytes: 28807371
11
  num_examples: 146257
12
  - name: validation
13
+ num_bytes: 3599695
14
  num_examples: 18282
15
  - name: test
16
+ num_bytes: 3596015
17
  num_examples: 18283
18
+ download_size: 21003730
19
+ dataset_size: 36003081
20
  configs:
21
  - config_name: default
22
  data_files:
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b8a8df1883656e69d7da11d5e30e9f177cbc06f73401370b4e19bf988c7cc97
3
- size 8197964
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8653d302d53fa13ed20cd20f7a2c6356f30b96a494c9c3f56abe08fca0608412
3
+ size 2103679
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dbae1fc5f62aa263b8364fe2b34e6093a03d51a4dcffcb0a3a7b5878cae5476
3
- size 64630142
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57fdb7561a7e3fdb6013265646e5f933f662d5a5ced47cfd0d04c06f286c0ae
3
+ size 16791297
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:084a46af1a9b95e5df65b0ff8cff26771353459d8f99c1cae9fe623d50821dbd
3
- size 8260504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97f0c81f018bfe19207b8e3d2de6bf8215f721165c535989f254a05971eb46b
3
+ size 2108754