File size: 1,171 Bytes
28bd4a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: level_0
    dtype: int64
  - name: index
    dtype: float64
  - name: original_rxn
    dtype: string
  - name: fragments
    dtype: string
  - name: source
    dtype: string
  - name: year
    dtype: int64
  - name: mapped_rxn
    dtype: string
  - name: confidence
    dtype: float64
  - name: canonical_rxn_with_fragment_info
    dtype: string
  - name: canonical_rxn
    dtype: string
  - name: ID
    dtype: string
  - name: reaction_hash
    dtype: string
  - name: reactants
    dtype: string
  - name: products
    dtype: string
  - name: retro_template
    dtype: string
  - name: template_hash
    dtype: string
  - name: selectivity
    dtype: float64
  - name: outcomes
    dtype: float64
  - name: reagents
    dtype: string
  - name: labels
    dtype: int64
  splits:
  - name: train
    num_bytes: 754334119
    num_examples: 400604
  - name: test
    num_bytes: 83993127
    num_examples: 44511
  download_size: 363489916
  dataset_size: 838327246
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---