peter-jin-nexusflow
commited on
Commit
•
32dc7f5
1
Parent(s):
7099ab9
Update README.md
Browse files
README.md
CHANGED
@@ -23,14 +23,14 @@ We introduce Athene-Llama3-70B, an open-weights LLM trained through RLHF based o
|
|
23 |
|
24 |
Blog: https://nexusflow.ai/blogs/athene
|
25 |
|
26 |
-
| Model
|
27 |
-
|
28 |
-
| Claude-3.5-Sonnet
|
29 |
-
| GPT-4o
|
30 |
-
| **Athene-70B
|
31 |
-
| Gemini-Pro-1.5 (Proprietary) |
|
32 |
-
| Gemma-2-27B (Open) |
|
33 |
-
| Llama-3-70B (Open) |
|
34 |
|
35 |
## Usage
|
36 |
Athene-70B uses the same chat template as Llama-3-70B-Instruct. Below is an example simple usage using the Transformers library.
|
|
|
23 |
|
24 |
Blog: https://nexusflow.ai/blogs/athene
|
25 |
|
26 |
+
| Model | Arena-Hard |
|
27 |
+
|---------------------------------|------------|
|
28 |
+
| Claude-3.5-Sonnet (Proprietary) | 79.3% |
|
29 |
+
| GPT-4o (Proprietary) | 79.2% |
|
30 |
+
| **Athene-70B (Open)** | 77.8% |
|
31 |
+
| Gemini-Pro-1.5 (Proprietary) | 72.0% |
|
32 |
+
| Gemma-2-27B (Open) | 57.0% |
|
33 |
+
| Llama-3-70B (Open) | 46.6% |
|
34 |
|
35 |
## Usage
|
36 |
Athene-70B uses the same chat template as Llama-3-70B-Instruct. Below is an example simple usage using the Transformers library.
|