Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: pretrain100k
|
6 |
+
path: data/pretrain100k-*
|
7 |
+
- split: pretrain2m
|
8 |
+
path: data/pretrain2m-*
|
9 |
+
- split: pretrain300k
|
10 |
+
path: data/pretrain300k-*
|
11 |
+
- split: pretrain30k
|
12 |
+
path: data/pretrain30k-*
|
13 |
+
- split: test
|
14 |
+
path: data/test-*
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: local_env
|
18 |
+
dtype: string
|
19 |
+
- name: composition
|
20 |
+
dtype: string
|
21 |
+
- name: cif_p1
|
22 |
+
dtype: string
|
23 |
+
- name: cif_symmetrized
|
24 |
+
dtype: string
|
25 |
+
- name: atom_sequences_plusplus
|
26 |
+
dtype: string
|
27 |
+
- name: atom_sequences
|
28 |
+
dtype: string
|
29 |
+
- name: crystal_text_llm
|
30 |
+
dtype: string
|
31 |
+
- name: crystal_system
|
32 |
+
dtype: string
|
33 |
+
- name: slices
|
34 |
+
dtype: string
|
35 |
+
- name: zmatrix
|
36 |
+
dtype: string
|
37 |
+
- name: robocrys_rep
|
38 |
+
dtype: string
|
39 |
+
- name: material_id
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: pretrain100k
|
43 |
+
num_bytes: 254687049
|
44 |
+
num_examples: 100000
|
45 |
+
- name: pretrain2m
|
46 |
+
num_bytes: 5111227697
|
47 |
+
num_examples: 2012082
|
48 |
+
- name: pretrain300k
|
49 |
+
num_bytes: 763216475
|
50 |
+
num_examples: 300000
|
51 |
+
- name: pretrain30k
|
52 |
+
num_bytes: 76288672
|
53 |
+
num_examples: 30000
|
54 |
+
- name: test
|
55 |
+
num_bytes: 51682625
|
56 |
+
num_examples: 20325
|
57 |
+
download_size: 1708951285
|
58 |
+
dataset_size: 6257102518
|
59 |
+
---
|
60 |
+
# Dataset Card for "MatText"
|
61 |
+
|
62 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|