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