yairschiff commited on
Commit
507b8a4
1 Parent(s): 2b53b3a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: num_atoms
5
+ dtype: int64
6
+ - name: atomic_symbols
7
+ sequence: string
8
+ - name: pos
9
+ sequence:
10
+ sequence: float64
11
+ - name: charges
12
+ sequence: float64
13
+ - name: harmonic_oscillator_frequencies
14
+ sequence: float64
15
+ - name: smiles
16
+ dtype: string
17
+ - name: inchi
18
+ dtype: string
19
+ - name: A
20
+ dtype: float64
21
+ - name: B
22
+ dtype: float64
23
+ - name: C
24
+ dtype: float64
25
+ - name: mu
26
+ dtype: float64
27
+ - name: alpha
28
+ dtype: float64
29
+ - name: homo
30
+ dtype: float64
31
+ - name: lumo
32
+ dtype: float64
33
+ - name: gap
34
+ dtype: float64
35
+ - name: r2
36
+ dtype: float64
37
+ - name: zpve
38
+ dtype: float64
39
+ - name: u0
40
+ dtype: float64
41
+ - name: u
42
+ dtype: float64
43
+ - name: h
44
+ dtype: float64
45
+ - name: g
46
+ dtype: float64
47
+ - name: cv
48
+ dtype: float64
49
+ - name: canonical_smiles
50
+ dtype: string
51
+ - name: logP
52
+ dtype: float64
53
+ - name: qed
54
+ dtype: float64
55
+ - name: np_score
56
+ dtype: float64
57
+ - name: sa_score
58
+ dtype: float64
59
+ - name: ring_count
60
+ dtype: int64
61
+ - name: R3
62
+ dtype: int64
63
+ - name: R4
64
+ dtype: int64
65
+ - name: R5
66
+ dtype: int64
67
+ - name: R6
68
+ dtype: int64
69
+ - name: R7
70
+ dtype: int64
71
+ - name: R8
72
+ dtype: int64
73
+ - name: R9
74
+ dtype: int64
75
+ - name: single_bond
76
+ dtype: int64
77
+ - name: double_bond
78
+ dtype: int64
79
+ - name: triple_bond
80
+ dtype: int64
81
+ - name: aromatic_bond
82
+ dtype: int64
83
+ splits:
84
+ - name: train
85
+ num_bytes: 199395693
86
+ num_examples: 133885
87
+ download_size: 180380355
88
+ dataset_size: 199395693
89
+ ---
90
+ # Dataset Card for "qm9"
91
+
92
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)