File size: 1,663 Bytes
a7a8683
 
 
 
 
 
 
9bdc104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d9bcb4
 
9bdc104
1d9bcb4
 
9bdc104
1d9bcb4
 
 
 
9bdc104
abb3705
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
license: mit
language:
- en
pretty_name: smiles-transformer-dataset
size_categories:
- 100M<n<1B
dataset_info:
  features:
  - name: text
    dtype: string
  - name: formula
    dtype: string
  - name: NumHDonors
    dtype: int64
  - name: NumHAcceptors
    dtype: int64
  - name: MolLogP
    dtype: float64
  - name: NumHeteroatoms
    dtype: int64
  - name: RingCount
    dtype: int64
  - name: NumRotatableBonds
    dtype: int64
  - name: NumAromaticBonds
    dtype: int64
  - name: NumAcidGroups
    dtype: int64
  - name: NumBasicGroups
    dtype: int64
  - name: Apol
    dtype: float64
  splits:
  - name: train
    num_bytes: 136431671689
    num_examples: 908086717
  - name: test
    num_bytes: 7437928022
    num_examples: 50487919
  - name: validation
    num_bytes: 7621324737
    num_examples: 50605067
  download_size: 34998665406
  dataset_size: 151490924448
---

# smiles-transformers dataset

  TODO: Add references to the datasets we curated

## dataset features

  - name: text
    - Molecule SMILES : string
  - name: formula
    - Molecular formula : string
  - name: NumHDonors
    - Number of hidrogen bond donors : int
  - name: NumHAcceptors
    - Number of hidrogen bond acceptors : int
  - name: MolLogP
    - Wildman-Crippen LogP : float
  - name: NumHeteroatoms
    - Number of hetero atoms: int
  - name: RingCount
    - Number of rings : int
  - name: NumRotatableBonds
    - Number of rotable bonds : int
  - name: NumAromaticBonds
    - Number of aromatic bonds : int
  - name: NumAcidGroups
    - Number of acid groups : int
  - name: NumBasicGroups
    - Number of basic groups : int
  - name: Apol

## citation information