swhitfield/biomap-research-contact_prediction_binary
contact_prediction_binary Sourced from biomap-research/contact_prediction_binary and prepared for Hugging Face datasets usage. Data files Parquet files are stored under data/ using Hugging Face split naming conventions (train-*, validation-*, test-*). Preparation Preprocess mode: minimal. Seed: 1957723. No max sequence length filter was applied. Renamed source columns: label -> targets, seq -> sequence. Columns: id, sequence, targets, split.… See the full description on the dataset page: https://huggingface.co/datasets/swhitfield/biomap-research-contact_prediction_binary.
contactpredictionbinary
Sourced from biomap-research/contact_prediction_binary and prepared for Hugging Face datasets usage.
Data files
Parquet files are stored under data/ using Hugging Face split naming conventions (train-*, validation-*, test-*).
Preparation
- Preprocess mode:
minimal. - Seed:
1957723. - No max sequence length filter was applied.
- Renamed source columns:
label->targets,seq->sequence. - Columns:
id,sequence,targets,split. - Validation handling: upstream-provided validation split was preserved; configured seed was
1957723. - Split subsets: canonical
train/validation/testpreserve the downloaded source splits;_random,_stratified, and_clustersuffixes select pooled alternative partitions generated with seed1957723. Each pooled partition reuses the canonical split sizes.
Sequence clustering
Configured settings used for cluster-based split assignment:
- Minimum sequence identity (
--min-seq-id):0.3 - Minimum coverage (
-c):0.8 - Threads:
1 - Seed (cluster ordering / tie-breaking):
1957723
Split sizes
test: 1505 rowstest_cluster: 1505 rowstest_random: 1505 rowstest_stratified: 1505 rowstrain: 12041 rowstrain_cluster: 12041 rowstrain_random: 12041 rowstrain_stratified: 12041 rowsvalidation: 1505 rowsvalidation_cluster: 1505 rowsvalidation_random: 1505 rowsvalidation_stratified: 1505 rows
Loading
from datasets import load_dataset
ds = load_dataset("<owner>/<repo>")
print(ds)