evan-nexusflow
commited on
Commit
•
35a1293
1
Parent(s):
9cde5d1
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ Athene-V2-Chat-72B excels in chat, math, and coding. Its sister model, [Athene-V
|
|
31 |
- **Blog**: https://nexusflow.ai/blogs/athene-V2
|
32 |
|
33 |
## Usage
|
34 |
-
Athene-V2-Chat uses the same chat template as
|
35 |
|
36 |
```Python
|
37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
31 |
- **Blog**: https://nexusflow.ai/blogs/athene-V2
|
32 |
|
33 |
## Usage
|
34 |
+
Athene-V2-Chat uses the same chat template as Qwen2.5-72B-Instruct. Below is an example simple usage using the Transformers library.
|
35 |
|
36 |
```Python
|
37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|