SauravMaheshkar commited on
Commit
54d7b89
1 Parent(s): 80c45d4

feat: add model card

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ pretty_name: tox21_SRp53
7
+ tags:
8
+ - bio
9
+ - bio-chem
10
+ - molnet
11
+ - molecule-net
12
+ - biophysics
13
+ task_categories:
14
+ - other
15
+ task_ids: []
16
+ ---
17
+ ## Table of Contents
18
+ - [Dataset Description](#dataset-description)
19
+ - [Dataset Summary](#dataset-summary)
20
+ - [Dataset Structure](#dataset-structure)
21
+ - [Data Fields](#data-fields)
22
+ - [Data Splits](#data-splits)
23
+ - [Additional Information](#additional-information)
24
+ - [Citation Information](#citation-information)
25
+ - [Contributions](#contributions)
26
+ # Dataset Description
27
+ - **Homepage: https://moleculenet.org/**
28
+ - **Repository: https://github.com/deepchem/deepchem/tree/master**
29
+ - **Paper: https://arxiv.org/abs/1703.00564**
30
+ ## Dataset Summary
31
+ `tox21_SRp53` is a dataset included in [MoleculeNet](https://moleculenet.org/). The "Toxicology in the 21st Century" (Tox21) initiative created a public database measuring toxicity of compounds, which has been used in the 2014 Tox21 Data Challenge. This dataset contains qualitative toxicity measurements for 8k compounds on 12 different targets, including nuclear receptors and stress response pathways.
32
+
33
+ # Dataset Structure
34
+
35
+ ## Data Fields
36
+ Each split contains
37
+ * `smiles`: the [SMILES](https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system) representation of a molecule
38
+ * `selfies`: the [SELFIES](https://github.com/aspuru-guzik-group/selfies) representation of a molecule
39
+ * `target`: Measured results (Active/Inactive) for bioassays
40
+
41
+ ## Data Splits
42
+ The dataset is split into an 80/10/10 train/valid/test split using random split.
43
+
44
+ # Additional Information
45
+
46
+ ## Citation Information
47
+ ```
48
+ @misc{https://doi.org/10.48550/arxiv.1703.00564,
49
+ doi = {10.48550/ARXIV.1703.00564},
50
+
51
+ url = {https://arxiv.org/abs/1703.00564},
52
+
53
+ author = {Wu, Zhenqin and Ramsundar, Bharath and Feinberg, Evan N. and Gomes, Joseph and Geniesse, Caleb and Pappu, Aneesh S. and Leswing, Karl and Pande, Vijay},
54
+
55
+ keywords = {Machine Learning (cs.LG), Chemical Physics (physics.chem-ph), Machine Learning (stat.ML), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Physical sciences, FOS: Physical sciences},
56
+
57
+ title = {MoleculeNet: A Benchmark for Molecular Machine Learning},
58
+
59
+ publisher = {arXiv},
60
+
61
+ year = {2017},
62
+
63
+ copyright = {arXiv.org perpetual, non-exclusive license}
64
+ }
65
+ ```
66
+ ## Contributions
67
+ Thanks to [@SauravMaheshkar](https://github.com/SauravMaheshkar) for adding this dataset.