File size: 653 Bytes
50f69a2
0f75459
 
 
50f69a2
0f75459
 
 
 
d4671a7
 
0f75459
 
f2f7b80
b3f6116
f2f7b80
d4671a7
0f75459
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
language:
- en
---

# DNA → Amino Acid Translation Dataset

### Description
This dataset contains randomly generated DNA sequences (A, C, G, T)
and their amino-acid translations using the standard genetic code.
It is suitable for Seq2Seq learning and translation model training.

All sequence lengths are multiples of 3 to valid codon structure and vary widely to ensure diversity.
- **Minimum length:** 60 nucleotides  
- **Maximum length:** 1024 nucleotides 

### Dataset Structure
- **Fields**
  - `src`: input DNA sequence (string)
  - `tgt`: translated amino acid sequence (string)
- **Splits**
  - `train`, `validation`, `test`