linfei-mise commited on
Commit
f307cfa
·
1 Parent(s): 80b7184

Add YAML metadata to README.md for Hugging Face compatibility

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -1,3 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ToxiMol: A Benchmark for Structure-Level Molecular Detoxification
2
 
3
  [![arXiv](https://img.shields.io/badge/arXiv-Coming%20Soon-red.svg)](https://arxiv.org)
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - other
5
+ task_ids:
6
+ - other
7
+ multilinguality:
8
+ - monolingual
9
+ size_categories:
10
+ - 1K<n<10K
11
+ source_datasets:
12
+ - original
13
+ language:
14
+ - en
15
+ tags:
16
+ - chemistry
17
+ - toxicity
18
+ - molecular-design
19
+ - SMILES
20
+ - drug-discovery
21
+ - benchmark
22
+ - multimodal
23
+ - structure-activity-relationship
24
+ pretty_name: "ToxiMol: A Benchmark for Structure-Level Molecular Detoxification"
25
+ dataset_info:
26
+ features:
27
+ - name: task
28
+ dtype: string
29
+ - name: id
30
+ dtype: int64
31
+ - name: smiles
32
+ dtype: string
33
+ - name: image_path
34
+ dtype: string
35
+ splits:
36
+ - name: test
37
+ num_examples: 560
38
+ configs:
39
+ - config_name: ames
40
+ data_files: "ames/*"
41
+ - config_name: carcinogens_lagunin
42
+ data_files: "carcinogens_lagunin/*"
43
+ - config_name: clintox
44
+ data_files: "clintox/*"
45
+ - config_name: dili
46
+ data_files: "dili/*"
47
+ - config_name: herg
48
+ data_files: "herg/*"
49
+ - config_name: herg_central
50
+ data_files: "herg_central/*"
51
+ - config_name: herg_karim
52
+ data_files: "herg_karim/*"
53
+ - config_name: ld50_zhu
54
+ data_files: "ld50_zhu/*"
55
+ - config_name: skin_reaction
56
+ data_files: "skin_reaction/*"
57
+ - config_name: tox21
58
+ data_files: "tox21/*"
59
+ - config_name: toxcast
60
+ data_files: "toxcast/*"
61
+ ---
62
+
63
  # ToxiMol: A Benchmark for Structure-Level Molecular Detoxification
64
 
65
  [![arXiv](https://img.shields.io/badge/arXiv-Coming%20Soon-red.svg)](https://arxiv.org)