Update max sequence length to 131,074 bp
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ HybriDNA combines the efficiency of Mamba state space models with the expressive
|
|
| 28 |
- **Key-Value Heads**: 8 (Grouped Query Attention)
|
| 29 |
- **Mamba Version**: Mamba-2
|
| 30 |
- **Vocabulary**: 12 tokens (A, C, G, T, N + special tokens)
|
| 31 |
-
- **Max Sequence Length**:
|
| 32 |
|
| 33 |
## Installation
|
| 34 |
|
|
|
|
| 28 |
- **Key-Value Heads**: 8 (Grouped Query Attention)
|
| 29 |
- **Mamba Version**: Mamba-2
|
| 30 |
- **Vocabulary**: 12 tokens (A, C, G, T, N + special tokens)
|
| 31 |
+
- **Max Sequence Length**: 131,074 bp
|
| 32 |
|
| 33 |
## Installation
|
| 34 |
|