File size: 1,032 Bytes
511329b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16fa00d
511329b
 
2ae09d7
 
 
58abe93
47925a7
58abe93
47925a7
 
511329b
 
 
16fa00d
511329b
2ae09d7
 
58abe93
 
511329b
16fa00d
fd5e2d8
16fa00d
 
 
 
fd5e2d8
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
dataset_info:
  features:
  - name: CompName
    dtype: string
  - name: SMILES
    dtype: string
  - name: Property
    dtype: string
  - name: Value
    dtype: float64
  - name: unit
    dtype: string
  - name: Source
    dtype: string
  splits:
  - name: wiki
    num_bytes: 721921
    num_examples: 7241
  - name: Bradley
    num_bytes: 3335823
    num_examples: 24889
  - name: RadonPy
    num_bytes: 1483570
    num_examples: 11847
  download_size: 1505196
  dataset_size: 5541314
configs:
- config_name: default
  data_files:
  - split: wiki
    path: data/train-*
  - split: Bradley
    path: data/Bradley-*
  - split: RadonPy
    path: data/RadonPy-*
---

# Source/split
- wiki
  - Data from wikipedia and wikidata
  - CC-BY-SA license
- Bradley
  - Data from [Jean-Claude Bradley Open Melting Point Dataset](https://figshare.com/articles/dataset/Jean_Claude_Bradley_Open_Melting_Point_Datset/1031637?file=1503990)
- RadonPy
  - Simulated data from [RadonPy](https://github.com/RadonPy/RadonPy)
  - BSD 3-Clause License