kjappelbaum commited on
Commit
98758b2
1 Parent(s): 93f0ed0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: formula
5
+ dtype: string
6
+ - name: density
7
+ dtype: float64
8
+ - name: spacegroup
9
+ dtype: string
10
+ - name: spacegroup_number
11
+ dtype: int64
12
+ - name: cif
13
+ dtype: string
14
+ - name: is_longer_than_allowed
15
+ dtype: bool
16
+ splits:
17
+ - name: train
18
+ num_bytes: 284514500
19
+ num_examples: 154387
20
+ download_size: 95647734
21
+ dataset_size: 284514500
22
+ ---
23
+ # Dataset Card for "chemnlp-mp-cifs"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)