Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
## Evo 2
|
6 |
+
|
7 |
+
Evo 2 is a state-of-the-art DNA language model trained autoregressively on trillions of DNA tokens.
|
8 |
+
|
9 |
+
For instructions, details, and examples, please refer to the github and paper.
|
10 |
+
|
11 |
+
Evo 2 40B and 7B checkpoints, trained up to 1 million sequence length, are available here:
|
12 |
+
|
13 |
+
Checkpoint name Num layers Num parameters
|
14 |
+
evo2_40b 50 40B
|
15 |
+
evo2_7b 32 7B
|
16 |
+
We also share 40B, 7B, and 1B base checkpoints trained on 8192 context length:
|
17 |
+
|
18 |
+
Checkpoint name Num layers Num parameters
|
19 |
+
evo2_40b_base 50 40B
|
20 |
+
evo2_7b_base 32 7B
|
21 |
+
evo2_1b_base 25 1B
|