Update README.md
Browse files
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/
|
15 |
-
| [evo2_7b](https://huggingface.co/
|
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/
|
21 |
-
| [evo2_7b_base](https://huggingface.co/
|
22 |
-
| [evo2_1b_base](https://huggingface.co/
|
|
|
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 |
|