Datasets:
Add metadata.json
Browse files- metadata.json +16 -0
metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"READY": true,
|
| 3 |
+
"name": "avida_htnfa_esm2",
|
| 4 |
+
"task": "binary",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"cat_idx": [],
|
| 7 |
+
"num_samples": 5580,
|
| 8 |
+
"num_features": 480,
|
| 9 |
+
"imbalance_ratio": 7.1818,
|
| 10 |
+
"description": "Binary classification: predict VHH nanobody binding to hTNFa. Single antigen \u2014 antigen features omitted. Features: mean-pooled ESM-2 (esm2_t12_35M_UR50D) embeddings of VHH sequence. Split: CD-HIT cluster-based 80/10/10 on VHH sequences (c=0.7, aS=0.8).",
|
| 11 |
+
"source": "COGNANO AVIDa datasets (HuggingFace: cognano/AVIDa-hIL6, cognano/AVIDa-hTNFa, cognano/AVIDa-SARS-CoV-2). VHH (nanobody) sequences with binary binding labels against antigen variants.",
|
| 12 |
+
"label": "Proteomics",
|
| 13 |
+
"sub_labels": [
|
| 14 |
+
"Antigenomics"
|
| 15 |
+
]
|
| 16 |
+
}
|