Add Hugging Face dataset card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LeMaterial/Atompack
|
| 2 |
|
| 3 |
Atompack is the Hugging Face Hub repository for public atomistic ML datasets distributed in the
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: LeMaterial/Atompack
|
| 5 |
+
tags:
|
| 6 |
+
- atomistic-machine-learning
|
| 7 |
+
- materials-science
|
| 8 |
+
- chemistry
|
| 9 |
+
- atompack
|
| 10 |
+
task_categories:
|
| 11 |
+
- other
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100M<n<1B
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: "**"
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
# LeMaterial/Atompack
|
| 22 |
|
| 23 |
Atompack is the Hugging Face Hub repository for public atomistic ML datasets distributed in the
|