Update README.md
Browse files
README.md
CHANGED
@@ -6,16 +6,17 @@ license: apache-2.0
|
|
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 |
-
|
19 |
-
evo2_40b_base
|
20 |
-
evo2_7b_base
|
21 |
-
evo2_1b_base
|
|
|
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](https://github.com/ArcInstitute/evo2) and [paper]().
|
10 |
|
11 |
Evo 2 40B and 7B checkpoints, trained up to 1 million sequence length, are available here:
|
12 |
+
| Checkpoint name | Num layers | Num parameters |
|
13 |
+
|------------------------------|----|----------|
|
14 |
+
| [evo2_40b](https://huggingface.co/arcinstitute/evo2_40b) | 50 | 40B |
|
15 |
+
| [evo2_7b](https://huggingface.co/arcinstitute/evo2_7b) | 32 | 7B |
|
16 |
|
|
|
|
|
|
|
17 |
We also share 40B, 7B, and 1B base checkpoints trained on 8192 context length:
|
18 |
+
| Checkpoint name | Num layers | Num parameters |
|
19 |
+
|------------------------------|----|----------|
|
20 |
+
| [evo2_40b_base](https://huggingface.co/arcinstitute/evo2_40b_base) | 50 | 40B |
|
21 |
+
| [evo2_7b_base](https://huggingface.co/arcinstitute/evo2_7b_base) | 32 | 7B |
|
22 |
+
| [evo2_1b_base](https://huggingface.co/arcinstitute/evo2_1b_base) | 25 | 1B |
|