gbrixi commited on
Commit
6915b21
·
verified ·
1 Parent(s): 54503d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
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](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 |