Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
---
|
2 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: pretrain100k
|
4 |
data_files:
|
5 |
- split: train
|
@@ -24,15 +38,8 @@ configs:
|
|
24 |
path: data/pretrain30k-*
|
25 |
- split: test
|
26 |
path: data/test-*
|
27 |
-
- config_name: kvrh
|
28 |
-
data_files:
|
29 |
-
- split: train
|
30 |
-
path: kvrh/fold_0/train.json
|
31 |
-
- split: test
|
32 |
-
path: kvrh/fold_0/test.json
|
33 |
-
|
34 |
-
|
35 |
dataset_info:
|
|
|
36 |
features:
|
37 |
- name: mbid
|
38 |
dtype: string
|
@@ -62,6 +69,42 @@ dataset_info:
|
|
62 |
num_examples: 87168
|
63 |
download_size: 61699673
|
64 |
dataset_size: 233974923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
---
|
66 |
# Dataset Card for "MatText"
|
67 |
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: finetune-fold-0
|
4 |
+
data_files:
|
5 |
+
- split: gvrh
|
6 |
+
path: finetune-fold-0/gvrh-*
|
7 |
+
- split: kvrh
|
8 |
+
path: finetune-fold-0/kvrh-*
|
9 |
+
- split: perov
|
10 |
+
path: finetune-fold-0/perov-*
|
11 |
+
- config_name: kvrh
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: kvrh/fold_0/train.json
|
15 |
+
- split: test
|
16 |
+
path: kvrh/fold_0/test.json
|
17 |
- config_name: pretrain100k
|
18 |
data_files:
|
19 |
- split: train
|
|
|
38 |
path: data/pretrain30k-*
|
39 |
- split: test
|
40 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
dataset_info:
|
42 |
+
- config_name: default
|
43 |
features:
|
44 |
- name: mbid
|
45 |
dtype: string
|
|
|
69 |
num_examples: 87168
|
70 |
download_size: 61699673
|
71 |
dataset_size: 233974923
|
72 |
+
- config_name: finetune-fold-0
|
73 |
+
features:
|
74 |
+
- name: labels
|
75 |
+
dtype: float64
|
76 |
+
- name: cif_symmetrized
|
77 |
+
dtype: string
|
78 |
+
- name: atom_sequences
|
79 |
+
dtype: string
|
80 |
+
- name: local_env
|
81 |
+
dtype: string
|
82 |
+
- name: slices
|
83 |
+
dtype: string
|
84 |
+
- name: cif_p1
|
85 |
+
dtype: string
|
86 |
+
- name: composition
|
87 |
+
dtype: string
|
88 |
+
- name: mbid
|
89 |
+
dtype: string
|
90 |
+
- name: atom_sequences_plusplus
|
91 |
+
dtype: string
|
92 |
+
- name: crystal_text_llm
|
93 |
+
dtype: string
|
94 |
+
- name: zmatrix
|
95 |
+
dtype: string
|
96 |
+
splits:
|
97 |
+
- name: gvrh
|
98 |
+
num_bytes: 13473652
|
99 |
+
num_examples: 4480
|
100 |
+
- name: kvrh
|
101 |
+
num_bytes: 13473652
|
102 |
+
num_examples: 4480
|
103 |
+
- name: perov
|
104 |
+
num_bytes: 21290412
|
105 |
+
num_examples: 9088
|
106 |
+
download_size: 12677423
|
107 |
+
dataset_size: 48237716
|
108 |
---
|
109 |
# Dataset Card for "MatText"
|
110 |
|