ETH-HELIOS-AI commited on
Commit
9fcbb74
·
verified ·
1 Parent(s): f7ade58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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` - see [Downloading the weights](#downloading-the-weights)
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