Datasets:
Upload dataset
Browse files- README.md +43 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: normalized_charge_density
|
| 11 |
+
sequence:
|
| 12 |
+
sequence:
|
| 13 |
+
sequence: float64
|
| 14 |
+
- name: elements
|
| 15 |
+
sequence: string
|
| 16 |
+
- name: nsites
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: chemical_formula_anonymous
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: chemical_formula_reduced
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: chemical_formula_descriptive
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: nelements
|
| 25 |
+
dtype: int64
|
| 26 |
+
- name: dimension_types
|
| 27 |
+
sequence: int64
|
| 28 |
+
- name: nperiodic_dimensions
|
| 29 |
+
dtype: int64
|
| 30 |
+
- name: lattice_vectors
|
| 31 |
+
sequence:
|
| 32 |
+
sequence: float64
|
| 33 |
+
- name: cartesian_site_positions
|
| 34 |
+
sequence:
|
| 35 |
+
sequence: float64
|
| 36 |
+
- name: species_at_sites
|
| 37 |
+
sequence: string
|
| 38 |
+
- name: immutable_id
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: train
|
| 42 |
+
num_bytes: 2114170
|
| 43 |
+
num_examples: 1
|
| 44 |
+
download_size: 447400
|
| 45 |
+
dataset_size: 2114170
|
| 46 |
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eea9c537dc329a667fe4c5ff0efcc04fec31ab84946f2291e1f45bb89557522
|
| 3 |
+
size 447400
|