Datasets:
The dataset viewer is not available for this split.
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
CodonTranslator Data
This repository contains the final public training-data release used for CodonTranslator.
Contents
train/: representative-only training shardsval/: representative-only validation shardstest/: representative-only held-out test shardsembeddings_v2/: precomputed species conditioning embeddings used in training_work/final_representative_counts.json: final released split sizes_work/split_report.json: split audit report_work/mmseqs_manifest.json: MMseqs version and clustering parameters_work/cluster_split.parquet: cluster-level split assignments_work/seq_cluster.parquet: MMseqs cluster assignments_work/seq_split.parquet: split assignments before representative selection
Split definition
The public data_v3 split was rebuilt from data_v2 with the following rules:
- MMseqs clustering in protein space
- test holdout by binomial species
- validation split from seen species but unseen clusters
- representative-only parquet outputs, one retained row per released representative sequence
Mixed seen/held-out protein clusters and exact-protein leakage cases are removed on the seen side before final release.
Final released split sizes
train = 36,888,301val = 373,637test = 331,455
All three released splits satisfy:
- exact protein overlap
train/val = 0 - exact protein overlap
train/test = 0 - test species not seen in train/val
- representatives-only rows, so
rows == unique_seq_id
Parquet schema
Each released parquet shard contains these columns:
RefseqIDprotein_refseq_idprotein_seqcds_DNAtaxonshard
Embeddings
embeddings_v2/ is the exact species embedding store used in training. It contains:
species_vocab.jsonspecies_index.jsonspecies_tok_emb.binmetadata.jsontaxonomy_database.json
The released data_v3 taxa are fully covered by this embedding store.
Model and code
The corresponding public model and code release is:
alegendaryfish/CodonTranslator
Attribution
This release redistributes processed training data and derived embeddings for reproducibility of the CodonTranslator experiments. See the audit files in _work/ for construction details and final verification outputs.
The raw MMseqs working database is not included because it is large, machine-specific intermediate state. The released _work/ files are the reproducibility artifacts needed to audit and reconstruct the clustering and split decisions.
- Downloads last month
- 23