AdrianM0 commited on
Commit
64a16be
·
verified ·
1 Parent(s): 676cb62

Upload dataset

Browse files
MUV_600/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:514baf21f64bbb08ef413e9fd8f3bf4e288390b67fe58cc92e86ca78551da242
3
+ size 718600
MUV_600/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2c7a722f81122e386e4204bda18770835cdd40c03113ce73f60e7f69a050b9
3
+ size 3526532
MUV_600/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004ad087626992a25290480eeb3e9b3726a51ee3e1f80a4c2da9318f2354ebdf
3
+ size 734348
README.md CHANGED
@@ -96,6 +96,30 @@ dataset_info:
96
  num_examples: 10875
97
  download_size: 4864841
98
  dataset_size: 21076757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  configs:
100
  - config_name: BACE
101
  data_files:
@@ -129,4 +153,12 @@ configs:
129
  path: MUV_548/test-*
130
  - split: val
131
  path: MUV_548/val-*
 
 
 
 
 
 
 
 
132
  ---
 
96
  num_examples: 10875
97
  download_size: 4864841
98
  dataset_size: 21076757
99
+ - config_name: MUV_600
100
+ features:
101
+ - name: text
102
+ dtype: string
103
+ - name: input
104
+ dtype: string
105
+ - name: output
106
+ dtype: string
107
+ - name: answer_choices
108
+ sequence: 'null'
109
+ - name: correct_output_index
110
+ dtype: float64
111
+ splits:
112
+ - name: train
113
+ num_bytes: 15354979
114
+ num_examples: 52085
115
+ - name: test
116
+ num_bytes: 3165267
117
+ num_examples: 10740
118
+ - name: val
119
+ num_bytes: 3190051
120
+ num_examples: 10815
121
+ download_size: 4979480
122
+ dataset_size: 21710297
123
  configs:
124
  - config_name: BACE
125
  data_files:
 
153
  path: MUV_548/test-*
154
  - split: val
155
  path: MUV_548/val-*
156
+ - config_name: MUV_600
157
+ data_files:
158
+ - split: train
159
+ path: MUV_600/train-*
160
+ - split: test
161
+ path: MUV_600/test-*
162
+ - split: val
163
+ path: MUV_600/val-*
164
  ---