SinaMostafanejad commited on
Commit
860d64f
·
1 Parent(s): b74cb30

try incorporating features in YAML

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md CHANGED
@@ -21,6 +21,85 @@ task_categories:
21
  - other
22
  task_ids:
23
  - tabular-single-column-regression
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  configs:
25
  - config_name: pm7
26
  data_files:
 
21
  - other
22
  task_ids:
23
  - tabular-single-column-regression
24
+ dataset_info:
25
+ config_name: pm7
26
+ features:
27
+ - name: title
28
+ dtype: string
29
+ - name: name
30
+ dtype: string
31
+ - name: mopac-id
32
+ dtype: int64
33
+ - name: net-charge
34
+ dtype: int64
35
+ - name: spin-multiplicity
36
+ dtype: int64
37
+ - name: openbabel-canonical-smiles
38
+ dtype: string
39
+ - name: openbabel-version
40
+ dtype: string
41
+ - name: rdkit-canonical-smiles
42
+ dtype: string
43
+ - name: rdkit-version
44
+ dtype: string
45
+ - name: oechem-canonical-smiles
46
+ dtype: string
47
+ - name: oechem-version
48
+ dtype: string
49
+ - name: mopac-keywords
50
+ sequence: string
51
+ - name: description
52
+ dtype: string
53
+ - name: atomic-indices
54
+ sequence: int64
55
+ - name: atomic-numbers
56
+ sequence: int64
57
+ - name: atomic-symbols
58
+ sequence: string
59
+ - name: coordinates
60
+ sequence: float64
61
+ - name: bonds
62
+ sequence: int64
63
+ - name: enthalpy-of-formation
64
+ dtype: float64
65
+ - name: enthalpy-of-formation-error
66
+ dtype: string
67
+ - name: enthalpy-of-formation-reference
68
+ dtype: 'null'
69
+ - name: enthalpy-of-formation-units
70
+ dtype: string
71
+ - name: ionization-energy
72
+ dtype: float64
73
+ - name: ionization-energy-error
74
+ dtype: string
75
+ - name: ionization-energy-reference
76
+ dtype: 'null'
77
+ - name: ionization-energy-units
78
+ dtype: string
79
+ - name: entropy
80
+ dtype: float64
81
+ - name: entropy-units
82
+ dtype: string
83
+ - name: constant-pressure-heat-capacity
84
+ dtype: float64
85
+ - name: constant-pressure-heat-capacity-units
86
+ dtype: string
87
+ - name: diople-moment
88
+ dtype: float64
89
+ - name: dipole-moment-reference
90
+ dtype: string
91
+ - name: dipole-moment-units
92
+ dtype: string
93
+ - name: mopac-reference-energy
94
+ dtype: float64
95
+ - name: mopac-reference-energy-units
96
+ dtype: string
97
+ splits:
98
+ - name: train
99
+ num_bytes: 6783360
100
+ num_examples: 4617
101
+ download_size: 2172928
102
+ dataset_size: 6783360
103
  configs:
104
  - config_name: pm7
105
  data_files: