cjpcool commited on
Commit
5fe92ac
·
verified ·
1 Parent(s): b0dda73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +205 -57
README.md CHANGED
@@ -1,57 +1,205 @@
1
- ---
2
- license: mit
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data.parquet
8
- dataset_info:
9
- features:
10
- - name: frac_coords
11
- sequence:
12
- sequence:
13
- dtype: float32
14
- - name: cart_coords
15
- sequence:
16
- sequence:
17
- dtype: float32
18
- - name: node_feat
19
- sequence:
20
- sequence:
21
- dtype: float32
22
- - name: node_type
23
- sequence:
24
- dtype: int64
25
- - name: edge_feat
26
- sequence:
27
- sequence:
28
- dtype: float32
29
- - name: edge_index
30
- sequence:
31
- sequence:
32
- dtype: int64
33
- - name: lengths
34
- sequence:
35
- dtype: float32
36
- - name: num_nodes
37
- dtype: int64
38
- - name: num_atoms
39
- dtype: int64
40
- - name: angles
41
- sequence:
42
- dtype: float32
43
- - name: vector
44
- sequence:
45
- dtype: float32
46
- - name: y
47
- sequence:
48
- dtype: float32
49
- - name: young
50
- sequence:
51
- dtype: float32
52
- - name: shear
53
- sequence:
54
- dtype: float32
55
- - name: poisson
56
- sequence:
57
- dtype: float32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - graph-ml
5
+ tags:
6
+ - material
7
+ - metamaterial
8
+ - graph
9
+ - Geospatial
10
+ size_categories:
11
+ - 10K<n<100K
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: full
16
+ path: data.parquet
17
+ dataset_info:
18
+ features:
19
+ - name: frac_coords
20
+ sequence:
21
+ sequence:
22
+ dtype: float32
23
+ - name: cart_coords
24
+ sequence:
25
+ sequence:
26
+ dtype: float32
27
+ - name: node_feat
28
+ sequence:
29
+ sequence:
30
+ dtype: float32
31
+ - name: node_type
32
+ sequence:
33
+ dtype: int64
34
+ - name: edge_feat
35
+ sequence:
36
+ sequence:
37
+ dtype: float32
38
+ - name: edge_index
39
+ sequence:
40
+ sequence:
41
+ dtype: int64
42
+ - name: lengths
43
+ sequence:
44
+ dtype: float32
45
+ - name: num_nodes
46
+ dtype: int64
47
+ - name: num_atoms
48
+ dtype: int64
49
+ - name: angles
50
+ sequence:
51
+ dtype: float32
52
+ - name: vector
53
+ sequence:
54
+ dtype: float32
55
+ - name: y
56
+ sequence:
57
+ dtype: float32
58
+ - name: young
59
+ sequence:
60
+ dtype: float32
61
+ - name: shear
62
+ sequence:
63
+ dtype: float32
64
+ - name: poisson
65
+ sequence:
66
+ dtype: float32
67
+ ---
68
+
69
+ # Dataset Card for Dataset Name
70
+
71
+ <!-- Provide a quick summary of the dataset. -->
72
+
73
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
74
+
75
+ ## Dataset Details
76
+
77
+ ### Dataset Description
78
+
79
+ <!-- Provide a longer summary of what this dataset is. -->
80
+
81
+
82
+
83
+ - **Curated by:** [More Information Needed]
84
+ - **Funded by [optional]:** [More Information Needed]
85
+ - **Shared by [optional]:** [More Information Needed]
86
+ - **Language(s) (NLP):** [More Information Needed]
87
+ - **License:** [More Information Needed]
88
+
89
+ ### Dataset Sources [optional]
90
+
91
+ <!-- Provide the basic links for the dataset. -->
92
+
93
+ - **Repository:** [More Information Needed]
94
+ - **Paper [optional]:** [More Information Needed]
95
+ - **Demo [optional]:** [More Information Needed]
96
+
97
+ ## Uses
98
+
99
+ <!-- Address questions around how the dataset is intended to be used. -->
100
+
101
+ ### Direct Use
102
+
103
+ <!-- This section describes suitable use cases for the dataset. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ### Out-of-Scope Use
108
+
109
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
110
+
111
+ [More Information Needed]
112
+
113
+ ## Dataset Structure
114
+
115
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
116
+
117
+ [More Information Needed]
118
+
119
+ ## Dataset Creation
120
+
121
+ ### Curation Rationale
122
+
123
+ <!-- Motivation for the creation of this dataset. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Source Data
128
+
129
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
130
+
131
+ #### Data Collection and Processing
132
+
133
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
134
+
135
+ [More Information Needed]
136
+
137
+ #### Who are the source data producers?
138
+
139
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
140
+
141
+ [More Information Needed]
142
+
143
+ ### Annotations [optional]
144
+
145
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
146
+
147
+ #### Annotation process
148
+
149
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
150
+
151
+ [More Information Needed]
152
+
153
+ #### Who are the annotators?
154
+
155
+ <!-- This section describes the people or systems who created the annotations. -->
156
+
157
+ [More Information Needed]
158
+
159
+ #### Personal and Sensitive Information
160
+
161
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
162
+
163
+ [More Information Needed]
164
+
165
+ ## Bias, Risks, and Limitations
166
+
167
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
168
+
169
+ [More Information Needed]
170
+
171
+ ### Recommendations
172
+
173
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
174
+
175
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Dataset Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Dataset Card Contact
204
+
205
+ [More Information Needed]