This repository contains the final public training-data release used for CodonTranslator.
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 selectionThe public data_v3 split was rebuilt from data_v2 with the following rules:
Mixed seen/held-out protein clusters and exact-protein leakage cases are removed on the seen side before final release.
train = 36,888,301val = 373,637test = 331,455All three released splits satisfy:
train/val = 0train/test = 0rows == unique_seq_idEach released parquet shard contains these columns:
RefseqIDprotein_refseq_idprotein_seqcds_DNAtaxonshardembeddings_v2/ is the exact species embedding store used in training. It contains:
species_vocab.jsonspecies_index.jsonspecies_tok_emb.binmetadata.jsontaxonomy_database.jsonThe released data_v3 taxa are fully covered by this embedding store.
The corresponding public model and code release is:
alegendaryfish/CodonTranslatorThis 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.
61 commits
This repository contains the final public training-data release used for CodonTranslator.
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 selectionThe public data_v3 split was rebuilt from data_v2 with the following rules:
Mixed seen/held-out protein clusters and exact-protein leakage cases are removed on the seen side before final release.
train = 36,888,301val = 373,637test = 331,455All three released splits satisfy:
train/val = 0train/test = 0rows == unique_seq_idEach released parquet shard contains these columns:
RefseqIDprotein_refseq_idprotein_seqcds_DNAtaxonshardembeddings_v2/ is the exact species embedding store used in training. It contains:
species_vocab.jsonspecies_index.jsonspecies_tok_emb.binmetadata.jsontaxonomy_database.jsonThe released data_v3 taxa are fully covered by this embedding store.
The corresponding public model and code release is:
alegendaryfish/CodonTranslatorThis 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.
61 commits