kjappelbaum commited on
Commit
34232eb
1 Parent(s): 50b6dec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: formula
5
+ dtype: string
6
+ - name: spg_symbol
7
+ dtype: string
8
+ - name: crystal_system
9
+ dtype: string
10
+ - name: dimensionality
11
+ dtype: int64
12
+ - name: gga_gga+u_r2scan_energy_above_hull
13
+ dtype: 'null'
14
+ - name: gga_gga+u_r2scan_formation_energy_per_atom
15
+ dtype: 'null'
16
+ - name: gga_gga+u_energy_above_hull
17
+ dtype: 'null'
18
+ - name: gga_gga+u_formation_energy_per_atom
19
+ dtype: 'null'
20
+ - name: description
21
+ dtype: string
22
+ - name: description_w_bondlengths
23
+ dtype: string
24
+ - name: cifstr
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 785364472
29
+ num_examples: 117576
30
+ download_size: 185853489
31
+ dataset_size: 785364472
32
+ ---
33
+ # Dataset Card for "chemnlp-robocrys"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)