linfei-mise commited on
Commit
9fc8243
·
1 Parent(s): 568fcbc

Update repository references from treasurels to DeepYoke organization

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. ToxiMol.py +1 -1
  3. 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
  [![arXiv](https://img.shields.io/badge/arXiv-Coming%20Soon-red.svg)](https://arxiv.org)
4
- [![Dataset](https://img.shields.io/badge/🤗%20Hugging%20Face-ToxiMol-blue)](https://huggingface.co/datasets/treasurels/ToxiMol-benchmark)
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("treasurels/ToxiMol-benchmark", "ames")
69
- tox21_dataset = load_dataset("treasurels/ToxiMol-benchmark", "tox21")
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("treasurels/ToxiMol-benchmark", name)
92
  ```
93
 
94
  ## Experimental Results
 
1
  # ToxiMol: Breaking Bad Molecules - A Benchmark for Structure-Level Molecular Detoxification
2
 
3
  [![arXiv](https://img.shields.io/badge/arXiv-Coming%20Soon-red.svg)](https://arxiv.org)
4
+ [![Dataset](https://img.shields.io/badge/🤗%20Hugging%20Face-ToxiMol-blue)](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/treasurels/ToxiMol-benchmark"
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:b75be7e6c53c2229d57a04a750fc772ee4fbc08c36c56f74cfc74cc03ed76d66
3
- size 14233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfa123ea9d09a0126af929b54cd342002ea98a4abda3f48ed1157807f5a919c
3
+ size 14211