tabbiomed-neurips2026 commited on
Commit
7b3d7ce
·
verified ·
1 Parent(s): e8701de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - tabular-classification
5
+ pretty_name: proteinea_solubility
6
+ tags:
7
+ - tabular
8
+ - proteomics
9
+ - binary
10
+ - Biomedical
11
+ - Benchmark
12
+ - protein-seq
13
+ configs:
14
+ - config_name: proteinea_solubility
15
+ data_files:
16
+ - split: train
17
+ path: data/train.parquet
18
+ - split: validation
19
+ path: data/val.parquet
20
+ - split: test
21
+ path: data/test.parquet
22
+ dataset_info:
23
+ description: 'Sample-level binary classification task predicting protein solubility.
24
+ Labels: 1 = soluble, 0 = insoluble. Features are k-mer (k=3) frequency vectors
25
+ computed from single amino-acid sequences. Missing feature values are not imputed.'
26
+ ---