PROTAC-Bench commited on
Commit
afe7ce5
·
verified ·
1 Parent(s): 46d07a6

Remove stale internal dataset-metadata.json

Browse files
Files changed (1) hide show
  1. dataset-metadata.json +0 -28
dataset-metadata.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "title": "PROTAC-PLM-Bench",
3
- "id": "thorklm/protac-plm-bench",
4
- "licenses": [
5
- {"name": "CC-BY-4.0"}
6
- ],
7
- "keywords": [
8
- "chemistry",
9
- "drug-discovery",
10
- "protac",
11
- "protein-degradation",
12
- "benchmark"
13
- ],
14
- "resources": [
15
- {
16
- "path": "data/protac_bench.csv",
17
- "description": "Main dataset: 10,748 PROTAC entries with SMILES, target, E3 ligase type, and binary activity label."
18
- },
19
- {
20
- "path": "data/loto_folds.json",
21
- "description": "65 pre-computed Leave-One-Target-Out fold assignments."
22
- },
23
- {
24
- "path": "data/admet_scores.csv",
25
- "description": "7-property ADMET cascade scores for all entries."
26
- }
27
- ]
28
- }