Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,25 @@ tags:
|
|
9 |
- Athene
|
10 |
- Chat Model
|
11 |
---
|
12 |
-
# Athene-V2-Chat-72B
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
We introduce Athene-V2-Chat-72B, an open-weights LLM that rivals GPT-4o across benchmarks. It is trained through RLHF based off Qwen-2.5-72B.
|
15 |
Athene-V2-Chat-72B excels in chat, math and coding. Its sister model, [Athene-V2-Agent-72B](https://huggingface.co/Nexusflow/Athene-V2-Chat), surpasses GPT-4o in complex function calling and agent applications.
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- **Model type:** Chat Model
|
19 |
-
- **Finetuned from model:** [Qwen 2.5 72B](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct)
|
20 |
- **License**: [Nexusflow Research License](https://huggingface.co/Nexusflow/Athene-V2-Chat/blob/main/Nexusflow_Research_License.pdf)
|
21 |
- **Blog**: https://nexusflow.ai/blogs/athene-V2
|
22 |
|
|
|
9 |
- Athene
|
10 |
- Chat Model
|
11 |
---
|
12 |
+
# Athene-V2-Chat-72B: Rivaling GPT-4o across Benchmarks
|
13 |
+
|
14 |
+
<p align="center">
|
15 |
+
<a href="https://huggingface.co/Nexusflow" target="_blank">Nexusflow HF</a> - <a href="https://discord.gg/HDSVmNAs3y" target="_blank">Nexusflow Discord</a>
|
16 |
+
</p>
|
17 |
+
|
18 |
|
19 |
We introduce Athene-V2-Chat-72B, an open-weights LLM that rivals GPT-4o across benchmarks. It is trained through RLHF based off Qwen-2.5-72B.
|
20 |
Athene-V2-Chat-72B excels in chat, math and coding. Its sister model, [Athene-V2-Agent-72B](https://huggingface.co/Nexusflow/Athene-V2-Chat), surpasses GPT-4o in complex function calling and agent applications.
|
21 |
|
22 |
+
Benchmark performance:
|
23 |
+
|
24 |
+
<p align="center" width="100%">
|
25 |
+
<a><img src="benchmark.jpg" alt="Benchmark" style="width: 40%; min-width: 300px; display: block; margin: auto;"></a>
|
26 |
+
</p>
|
27 |
+
|
28 |
+
- **Developed by:** The Nexusflow Team
|
29 |
- **Model type:** Chat Model
|
30 |
+
- **Finetuned from model:** [Qwen 2.5 72B](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct)
|
31 |
- **License**: [Nexusflow Research License](https://huggingface.co/Nexusflow/Athene-V2-Chat/blob/main/Nexusflow_Research_License.pdf)
|
32 |
- **Blog**: https://nexusflow.ai/blogs/athene-V2
|
33 |
|