Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,33 +2,6 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
configs:
|
| 6 |
-
- config_name: default
|
| 7 |
-
data_files:
|
| 8 |
-
- split: train
|
| 9 |
-
path: data/train-*
|
| 10 |
-
- split: validation
|
| 11 |
-
path: data/validation-*
|
| 12 |
-
- split: test
|
| 13 |
-
path: data/test-*
|
| 14 |
-
dataset_info:
|
| 15 |
-
features:
|
| 16 |
-
- name: src
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: tgt
|
| 19 |
-
dtype: string
|
| 20 |
-
splits:
|
| 21 |
-
- name: train
|
| 22 |
-
num_bytes: 183416
|
| 23 |
-
num_examples: 240
|
| 24 |
-
- name: validation
|
| 25 |
-
num_bytes: 45854
|
| 26 |
-
num_examples: 60
|
| 27 |
-
- name: test
|
| 28 |
-
num_bytes: 45854
|
| 29 |
-
num_examples: 60
|
| 30 |
-
download_size: 180765
|
| 31 |
-
dataset_size: 275124
|
| 32 |
---
|
| 33 |
|
| 34 |
# DNA → Amino Acid Translation Dataset
|
|
@@ -38,9 +11,9 @@ This dataset contains randomly generated DNA sequences (A, C, G, T)
|
|
| 38 |
and their amino-acid translations using the standard genetic code.
|
| 39 |
It is suitable for Seq2Seq learning and translation model training.
|
| 40 |
|
| 41 |
-
|
| 42 |
- **Minimum length:** 60 nucleotides
|
| 43 |
-
- **Maximum length:**
|
| 44 |
|
| 45 |
### Dataset Structure
|
| 46 |
- **Fields**
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# DNA → Amino Acid Translation Dataset
|
|
|
|
| 11 |
and their amino-acid translations using the standard genetic code.
|
| 12 |
It is suitable for Seq2Seq learning and translation model training.
|
| 13 |
|
| 14 |
+
All sequence lengths are multiples of 3 to valid codon structure and vary widely to ensure diversity.
|
| 15 |
- **Minimum length:** 60 nucleotides
|
| 16 |
+
- **Maximum length:** 1024 nucleotides
|
| 17 |
|
| 18 |
### Dataset Structure
|
| 19 |
- **Fields**
|