gbrixi commited on
Commit
9e69aee
·
verified ·
1 Parent(s): d8058b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -2,4 +2,21 @@
2
  license: apache-2.0
3
  ---
4
 
5
- Evo 2 7B in mp1 savanna ckpt style https://github.com/Zymrael/savanna
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/649aee789fc303937a045f6a/IGUfG31MMvDzhdjRK-nlJ.jpeg" width="70%" />
6
+
7
+ ## Evo 2 7B - savanna
8
+
9
+ This is an version of Evo 2 7B checkpoint compatible with the savanna repo. Please use it for finetuning and continued training.
10
+
11
+ For instructions, details, and examples, please refer to the [Evo 2 gitHub](https://github.com/ArcInstitute/evo2), [Savanna github](https://github.com/Zymrael/savanna) and [paper](https://www.biorxiv.org/content/10.1101/2025.02.18.638918).
12
+
13
+ ## Model Details
14
+
15
+ - **Base Model**: Evo 2 7B
16
+ - **Context Length**: 1 million
17
+ - **Parameters**: 7B
18
+ - **Architecture**: 32 layers
19
+
20
+ ## Usage
21
+
22
+ Please refer to the [Savanna GitHub repository](https://github.com/Zymrael/savanna) for detailed usage instructions and examples.