tabbiomed-neurips2026 commited on
Commit
e070469
·
verified ·
1 Parent(s): f66a63c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - tabular-regression
5
+ pretty_name: true_melting_point
6
+ tags:
7
+ - tabular
8
+ - proteomics
9
+ - regression
10
+ - Biomedical
11
+ - Benchmark
12
+ - cds-seq
13
+ configs:
14
+ - config_name: true_melting_point
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: 'Sequence-level regression task predicting the melting temperature
24
+ of proteins. Data originates from the Thermostability Atlas, compiled via a mass
25
+ spectrometry-based proteomic approach. Splits follow the ''mixed'' strategy from
26
+ FLIP: sequences are clustered at 20% identity, with 80% of clusters assigned to
27
+ train and 20% to test, avoiding over-emphasis of large clusters. Features are
28
+ mean-pooled ESM-2 (esm2_t12_35M_UR50D) sequence embeddings.'
29
+ ---