gbrixi commited on
Commit
b0f1121
·
verified ·
1 Parent(s): 45e6a7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -11,12 +11,12 @@ For instructions, details, and examples, please refer to the [github](https://gi
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/facebook/esm2_t48_15B_UR50D) | 50 | 40B |
15
- | [evo2_7b](https://huggingface.co/facebook/esm2_t36_3B_UR50D) | 32 | 7B |
16
 
17
- For advanced users, we also share the base models trained on 8192 context length, as well as a 1B checkpoint:
18
  | Checkpoint name | Num layers | Num parameters |
19
  |------------------------------|----|----------|
20
- | [evo2_40b_base](https://huggingface.co/facebook/esm2_t48_15B_UR50D) | 50 | 40B |
21
- | [evo2_7b_base](https://huggingface.co/facebook/esm2_t36_3B_UR50D) | 32 | 7B |
22
- | [evo2_1b_base](https://huggingface.co/facebook/esm2_t36_3B_UR50D) | 25 | 1B |
 
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
+ For advanced users, we also share the base models trained on 8192 context length, as well as the a 1B Evo 2 base checkpoint:
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 |