Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -24,6 +24,7 @@ This repository contains the final public training-data release used for CodonTr
|
|
| 24 |
- `embeddings_v2/`: precomputed species conditioning embeddings used in training
|
| 25 |
- `_work/final_representative_counts.json`: final released split sizes
|
| 26 |
- `_work/split_report.json`: split audit report
|
|
|
|
| 27 |
- `_work/cluster_split.parquet`: cluster-level split assignments
|
| 28 |
- `_work/seq_cluster.parquet`: MMseqs cluster assignments
|
| 29 |
- `_work/seq_split.parquet`: split assignments before representative selection
|
|
@@ -84,3 +85,5 @@ The corresponding public model and code release is:
|
|
| 84 |
## Attribution
|
| 85 |
|
| 86 |
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.
|
|
|
|
|
|
|
|
|
| 24 |
- `embeddings_v2/`: precomputed species conditioning embeddings used in training
|
| 25 |
- `_work/final_representative_counts.json`: final released split sizes
|
| 26 |
- `_work/split_report.json`: split audit report
|
| 27 |
+
- `_work/mmseqs_manifest.json`: MMseqs version and clustering parameters
|
| 28 |
- `_work/cluster_split.parquet`: cluster-level split assignments
|
| 29 |
- `_work/seq_cluster.parquet`: MMseqs cluster assignments
|
| 30 |
- `_work/seq_split.parquet`: split assignments before representative selection
|
|
|
|
| 85 |
## Attribution
|
| 86 |
|
| 87 |
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.
|
| 88 |
+
|
| 89 |
+
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.
|