Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +1,35 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Overview
|
6 |
|
|
|
7 |
|
|
|
8 |
## Variants
|
9 |
|
10 |
| No | Variant | Cortex CLI command |
|
11 |
| --- | --- | --- |
|
12 |
-
| 1 | [gguf] | `cortex run ` |
|
13 |
|
14 |
## Use it with Jan (UI)
|
15 |
|
16 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
17 |
2. Use in Jan model Hub:
|
18 |
-
```
|
19 |
-
cortexhub/
|
20 |
```
|
21 |
|
22 |
## Use it with Cortex (CLI)
|
23 |
|
24 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
25 |
2. Run the model with command:
|
26 |
-
```
|
27 |
-
cortex run
|
28 |
```
|
29 |
|
30 |
## Credits
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- cortex.cpp
|
6 |
---
|
7 |
|
8 |
## Overview
|
9 |
|
10 |
+
Athene-V2-Chat-72B is an open-weight LLM that competes on par with GPT-4o across various benchmarks. It is currently ranked as the best open model on Chatbot Arena, where it outperforms GPT-4o-0513 (the highest-ranked GPT-4o model on Arena) in hard and math categories. It also matches GPT-4o-0513 in coding, instruction following, longer queries, and multi-turn conversations.
|
11 |
|
12 |
+
Trained through RLHF with Qwen-2.5-72B-Instruct as the base model, Athene-V2-Chat-72B excels in chat, math, and coding. Additionally, its sister model, Athene-V2-Agent-72B, surpasses GPT-4o in complex function calling and agentic applications, further extending its capabilities.
|
13 |
## Variants
|
14 |
|
15 |
| No | Variant | Cortex CLI command |
|
16 |
| --- | --- | --- |
|
17 |
+
| 1 | [gguf](https://huggingface.co/cortexso/athene/tree/main) | `cortex run athene` |
|
18 |
|
19 |
## Use it with Jan (UI)
|
20 |
|
21 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
22 |
2. Use in Jan model Hub:
|
23 |
+
```bash
|
24 |
+
cortexhub/athene
|
25 |
```
|
26 |
|
27 |
## Use it with Cortex (CLI)
|
28 |
|
29 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
30 |
2. Run the model with command:
|
31 |
+
```bash
|
32 |
+
cortex run athene
|
33 |
```
|
34 |
|
35 |
## Credits
|