amandinerossello commited on
Commit
a18af32
·
verified ·
1 Parent(s): d3ad291

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +210 -26
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -2,59 +2,243 @@
2
  dataset_info:
3
  features:
4
  - name: publication
5
- dtype: 'null'
6
  - name: equation
7
- dtype: 'null'
8
  - name: reaction_energy
9
  dtype: float64
10
  - name: miller_index
11
- dtype: 'null'
12
  - name: sites
13
- dtype: 'null'
14
  - name: other_structure
15
- dtype: 'null'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - name: other_structure_energy
17
- dtype: 'null'
18
  - name: reactant_slab
19
- dtype: 'null'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - name: reactant_slab_energy
21
- dtype: 'null'
22
  - name: product_slab
23
- dtype: 'null'
24
  - name: product_slab_energy
25
- dtype: 'null'
26
  - name: reactant_molecule
27
- dtype: 'null'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - name: reactant_molecule_energy
29
- dtype: 'null'
30
  - name: product_molecule
31
- dtype: 'null'
32
  - name: product_molecule_energy
33
- dtype: 'null'
34
  - name: reactant_adslab
35
- dtype: 'null'
36
  - name: reactant_adslab_energy
37
- dtype: 'null'
38
  - name: product_adslab
39
- dtype: 'null'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  - name: product_adslab_energy
41
- dtype: 'null'
42
  - name: reactant_other
43
- dtype: 'null'
44
  - name: reactant_other_energy
45
- dtype: 'null'
46
  - name: product_other
47
- dtype: 'null'
48
  - name: product_other_energy
49
- dtype: 'null'
50
  - name: __index_level_0__
51
  dtype: int64
52
  splits:
53
  - name: train
54
- num_bytes: 0
55
- num_examples: 0
56
- download_size: 6067
57
- dataset_size: 0
58
  configs:
59
  - config_name: default
60
  data_files:
 
2
  dataset_info:
3
  features:
4
  - name: publication
5
+ dtype: string
6
  - name: equation
7
+ dtype: string
8
  - name: reaction_energy
9
  dtype: float64
10
  - name: miller_index
11
+ list: float64
12
  - name: sites
13
+ dtype: string
14
  - name: other_structure
15
+ list:
16
+ - name: cartesian_site_positions
17
+ list:
18
+ list: float64
19
+ - name: chemical_formula_anonymous
20
+ dtype: string
21
+ - name: chemical_formula_descriptive
22
+ dtype: string
23
+ - name: chemical_formula_reduced
24
+ dtype: string
25
+ - name: dimension_types
26
+ list: int64
27
+ - name: elements
28
+ list: string
29
+ - name: elements_ratios
30
+ list: float64
31
+ - name: immutable_id
32
+ dtype: string
33
+ - name: lattice_vectors
34
+ list:
35
+ list: float64
36
+ - name: nelements
37
+ dtype: int64
38
+ - name: nperiodic_dimensions
39
+ dtype: int64
40
+ - name: nsites
41
+ dtype: int64
42
+ - name: species
43
+ list:
44
+ - name: attached
45
+ dtype: 'null'
46
+ - name: chemical_symbols
47
+ list: string
48
+ - name: concentration
49
+ list: int64
50
+ - name: mass
51
+ dtype: 'null'
52
+ - name: name
53
+ dtype: string
54
+ - name: nattached
55
+ dtype: 'null'
56
+ - name: original_name
57
+ dtype: 'null'
58
+ - name: species_at_sites
59
+ list: string
60
+ - name: system_name
61
+ dtype: string
62
  - name: other_structure_energy
63
+ list: float64
64
  - name: reactant_slab
65
+ list:
66
+ - name: cartesian_site_positions
67
+ list:
68
+ list: float64
69
+ - name: chemical_formula_anonymous
70
+ dtype: string
71
+ - name: chemical_formula_descriptive
72
+ dtype: string
73
+ - name: chemical_formula_reduced
74
+ dtype: string
75
+ - name: dimension_types
76
+ list: int64
77
+ - name: elements
78
+ list: string
79
+ - name: elements_ratios
80
+ list: float64
81
+ - name: immutable_id
82
+ dtype: string
83
+ - name: lattice_vectors
84
+ list:
85
+ list: float64
86
+ - name: nelements
87
+ dtype: int64
88
+ - name: nperiodic_dimensions
89
+ dtype: int64
90
+ - name: nsites
91
+ dtype: int64
92
+ - name: species
93
+ list:
94
+ - name: attached
95
+ dtype: 'null'
96
+ - name: chemical_symbols
97
+ list: string
98
+ - name: concentration
99
+ list: int64
100
+ - name: mass
101
+ dtype: 'null'
102
+ - name: name
103
+ dtype: string
104
+ - name: nattached
105
+ dtype: 'null'
106
+ - name: original_name
107
+ dtype: 'null'
108
+ - name: species_at_sites
109
+ list: string
110
+ - name: system_name
111
+ dtype: string
112
  - name: reactant_slab_energy
113
+ list: float64
114
  - name: product_slab
115
+ list: 'null'
116
  - name: product_slab_energy
117
+ list: float64
118
  - name: reactant_molecule
119
+ list:
120
+ - name: cartesian_site_positions
121
+ list:
122
+ list: float64
123
+ - name: chemical_formula_anonymous
124
+ dtype: string
125
+ - name: chemical_formula_descriptive
126
+ dtype: string
127
+ - name: chemical_formula_reduced
128
+ dtype: string
129
+ - name: dimension_types
130
+ list: int64
131
+ - name: elements
132
+ list: string
133
+ - name: elements_ratios
134
+ list: float64
135
+ - name: immutable_id
136
+ dtype: string
137
+ - name: lattice_vectors
138
+ list:
139
+ list: float64
140
+ - name: nelements
141
+ dtype: int64
142
+ - name: nperiodic_dimensions
143
+ dtype: int64
144
+ - name: nsites
145
+ dtype: int64
146
+ - name: species
147
+ list:
148
+ - name: attached
149
+ dtype: 'null'
150
+ - name: chemical_symbols
151
+ list: string
152
+ - name: concentration
153
+ list: int64
154
+ - name: mass
155
+ dtype: 'null'
156
+ - name: name
157
+ dtype: string
158
+ - name: nattached
159
+ dtype: 'null'
160
+ - name: original_name
161
+ dtype: 'null'
162
+ - name: species_at_sites
163
+ list: string
164
+ - name: system_name
165
+ dtype: string
166
  - name: reactant_molecule_energy
167
+ list: float64
168
  - name: product_molecule
169
+ list: 'null'
170
  - name: product_molecule_energy
171
+ list: float64
172
  - name: reactant_adslab
173
+ list: 'null'
174
  - name: reactant_adslab_energy
175
+ list: float64
176
  - name: product_adslab
177
+ list:
178
+ - name: cartesian_site_positions
179
+ list:
180
+ list: float64
181
+ - name: chemical_formula_anonymous
182
+ dtype: string
183
+ - name: chemical_formula_descriptive
184
+ dtype: string
185
+ - name: chemical_formula_reduced
186
+ dtype: string
187
+ - name: dimension_types
188
+ list: int64
189
+ - name: elements
190
+ list: string
191
+ - name: elements_ratios
192
+ list: float64
193
+ - name: immutable_id
194
+ dtype: string
195
+ - name: lattice_vectors
196
+ list:
197
+ list: float64
198
+ - name: nelements
199
+ dtype: int64
200
+ - name: nperiodic_dimensions
201
+ dtype: int64
202
+ - name: nsites
203
+ dtype: int64
204
+ - name: species
205
+ list:
206
+ - name: attached
207
+ dtype: 'null'
208
+ - name: chemical_symbols
209
+ list: string
210
+ - name: concentration
211
+ list: int64
212
+ - name: mass
213
+ dtype: 'null'
214
+ - name: name
215
+ dtype: string
216
+ - name: nattached
217
+ dtype: 'null'
218
+ - name: original_name
219
+ dtype: 'null'
220
+ - name: species_at_sites
221
+ list: string
222
+ - name: system_name
223
+ dtype: string
224
  - name: product_adslab_energy
225
+ list: float64
226
  - name: reactant_other
227
+ list: 'null'
228
  - name: reactant_other_energy
229
+ list: 'null'
230
  - name: product_other
231
+ list: 'null'
232
  - name: product_other_energy
233
+ list: 'null'
234
  - name: __index_level_0__
235
  dtype: int64
236
  splits:
237
  - name: train
238
+ num_bytes: 3180401
239
+ num_examples: 1061
240
+ download_size: 530807
241
+ dataset_size: 3180401
242
  configs:
243
  - config_name: default
244
  data_files:
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cf1574a5a792fa82d981a5e686865436039123fe2103b7c825ad47ba238bea2
3
- size 6067
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31505a7a96a17324719ccca5b5bc47d125744bc695dd1abe809b9b34a51c51f2
3
+ size 530807