linfei-mise
commited on
Commit
·
9fc8243
1
Parent(s):
568fcbc
Update repository references from treasurels to DeepYoke organization
Browse files- README.md +4 -4
- ToxiMol.py +1 -1
- dataset_infos.json +2 -2
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# ToxiMol: Breaking Bad Molecules - A Benchmark for Structure-Level Molecular Detoxification
|
| 2 |
|
| 3 |
[](https://arxiv.org)
|
| 4 |
-
[](https://huggingface.co/datasets/
|
| 5 |
|
| 6 |
## Overview
|
| 7 |
|
|
@@ -65,8 +65,8 @@ Each entry contains:
|
|
| 65 |
from datasets import load_dataset
|
| 66 |
|
| 67 |
# Load a specific subdataset
|
| 68 |
-
ames_dataset = load_dataset("
|
| 69 |
-
tox21_dataset = load_dataset("
|
| 70 |
|
| 71 |
# Access the data
|
| 72 |
for example in ames_dataset['test']:
|
|
@@ -88,7 +88,7 @@ subdatasets = [
|
|
| 88 |
# Load all datasets
|
| 89 |
datasets = {}
|
| 90 |
for name in subdatasets:
|
| 91 |
-
datasets[name] = load_dataset("
|
| 92 |
```
|
| 93 |
|
| 94 |
## Experimental Results
|
|
|
|
| 1 |
# ToxiMol: Breaking Bad Molecules - A Benchmark for Structure-Level Molecular Detoxification
|
| 2 |
|
| 3 |
[](https://arxiv.org)
|
| 4 |
+
[](https://huggingface.co/datasets/DeepYoke/ToxiMol-benchmark)
|
| 5 |
|
| 6 |
## Overview
|
| 7 |
|
|
|
|
| 65 |
from datasets import load_dataset
|
| 66 |
|
| 67 |
# Load a specific subdataset
|
| 68 |
+
ames_dataset = load_dataset("DeepYoke/ToxiMol-benchmark", "ames")
|
| 69 |
+
tox21_dataset = load_dataset("DeepYoke/ToxiMol-benchmark", "tox21")
|
| 70 |
|
| 71 |
# Access the data
|
| 72 |
for example in ames_dataset['test']:
|
|
|
|
| 88 |
# Load all datasets
|
| 89 |
datasets = {}
|
| 90 |
for name in subdatasets:
|
| 91 |
+
datasets[name] = load_dataset("DeepYoke/ToxiMol-benchmark", name)
|
| 92 |
```
|
| 93 |
|
| 94 |
## Experimental Results
|
ToxiMol.py
CHANGED
|
@@ -35,7 +35,7 @@ Each molecule includes SMILES representation and corresponding 2D molecular stru
|
|
| 35 |
using RDKit to support multimodal input construction.
|
| 36 |
"""
|
| 37 |
|
| 38 |
-
_HOMEPAGE = "https://huggingface.co/datasets/
|
| 39 |
|
| 40 |
# Define the names of all the subdatasets
|
| 41 |
_SUBDATASETS = [
|
|
|
|
| 35 |
using RDKit to support multimodal input construction.
|
| 36 |
"""
|
| 37 |
|
| 38 |
+
_HOMEPAGE = "https://huggingface.co/datasets/DeepYoke/ToxiMol-benchmark"
|
| 39 |
|
| 40 |
# Define the names of all the subdatasets
|
| 41 |
_SUBDATASETS = [
|
dataset_infos.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebfa123ea9d09a0126af929b54cd342002ea98a4abda3f48ed1157807f5a919c
|
| 3 |
+
size 14211
|