Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100M - 1B
ArXiv:
Tags:
chemistry
scientific-language-interfaced-data
tabular-data
chemistry-lift
molecular-properties
drug-discovery
License:
Upload dataset
Browse files
MUV_644/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6f27bbb0e67fcb5430bb76cf199e228470fba3079bdb055a0fc85fbd959ed1a
|
3 |
+
size 696882
|
MUV_644/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5555388f20a6192fef58bc3058dc53276ce04a50ff5a7302937168e665848ea6
|
3 |
+
size 3257400
|
MUV_644/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:beb9cb578ce69c340d42ca1994bf981e73bee77584ec1379f27d3f9e53f628c0
|
3 |
+
size 708660
|
README.md
CHANGED
@@ -120,6 +120,30 @@ dataset_info:
|
|
120 |
num_examples: 10815
|
121 |
download_size: 4979480
|
122 |
dataset_size: 21710297
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
configs:
|
124 |
- config_name: BACE
|
125 |
data_files:
|
@@ -161,4 +185,12 @@ configs:
|
|
161 |
path: MUV_600/test-*
|
162 |
- split: val
|
163 |
path: MUV_600/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
---
|
|
|
120 |
num_examples: 10815
|
121 |
download_size: 4979480
|
122 |
dataset_size: 21710297
|
123 |
+
- config_name: MUV_644
|
124 |
+
features:
|
125 |
+
- name: text
|
126 |
+
dtype: string
|
127 |
+
- name: input
|
128 |
+
dtype: string
|
129 |
+
- name: output
|
130 |
+
dtype: string
|
131 |
+
- name: answer_choices
|
132 |
+
sequence: 'null'
|
133 |
+
- name: correct_output_index
|
134 |
+
dtype: float64
|
135 |
+
splits:
|
136 |
+
- name: train
|
137 |
+
num_bytes: 14201311
|
138 |
+
num_examples: 50810
|
139 |
+
- name: test
|
140 |
+
num_bytes: 3109734
|
141 |
+
num_examples: 11190
|
142 |
+
- name: val
|
143 |
+
num_bytes: 3101816
|
144 |
+
num_examples: 11115
|
145 |
+
download_size: 4662942
|
146 |
+
dataset_size: 20412861
|
147 |
configs:
|
148 |
- config_name: BACE
|
149 |
data_files:
|
|
|
185 |
path: MUV_600/test-*
|
186 |
- split: val
|
187 |
path: MUV_600/val-*
|
188 |
+
- config_name: MUV_644
|
189 |
+
data_files:
|
190 |
+
- split: train
|
191 |
+
path: MUV_644/train-*
|
192 |
+
- split: test
|
193 |
+
path: MUV_644/test-*
|
194 |
+
- split: val
|
195 |
+
path: MUV_644/val-*
|
196 |
---
|