ETH-HELIOS-AI
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,11 @@ This repository contains JAX example code for loading and running the Helios-314
|
|
4 |
|
5 |
The Helios-314B-Alpha model is a trained version of the Grok-V1 open source model released by X.AI Corp.
|
6 |
We have fine-tuned the model to perform on crypto-related queries.
|
|
|
|
|
|
|
7 |
|
8 |
-
Make sure to download the checkpoint and place the `ckpt-0` directory in `checkpoints`
|
9 |
|
10 |
Then, run
|
11 |
|
|
|
4 |
|
5 |
The Helios-314B-Alpha model is a trained version of the Grok-V1 open source model released by X.AI Corp.
|
6 |
We have fine-tuned the model to perform on crypto-related queries.
|
7 |
+
It achieves the following results on the evaluation set:
|
8 |
+
Loss: 0.0052
|
9 |
+
F1: 0.9969
|
10 |
|
11 |
+
Make sure to download the checkpoint and place the `ckpt-0` directory in `checkpoints`
|
12 |
|
13 |
Then, run
|
14 |
|