Skip to content

Commit 7826884

Browse files
whiteadjamesbraza
andcommitted
Added notes about no training code in repo (#3)
Co-authored-by: James Braza <jamesbraza@gmail.com>
1 parent bd23b77 commit 7826884

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
![ether0 logo](docs/assets/ether0_logo.svg)
1212

13-
ether0: a scientific reasoning model, dataset, and reward functions for chemistry.
13+
_ether0: a scientific reasoning model, dataset, and reward functions for chemistry._
14+
15+
# ether0 Reward Model
16+
17+
This repo contains the reward model for evaluating ether0 and similar models, along with utilities for working with the verifiable rewards in [our benchmark](https://huggingface.co/datasets/futurehouse/ether0).
1418

1519
## Overview
1620

@@ -38,6 +42,12 @@ This repo contains several packages:
3842
- `ether0.remotes`: server code for ether0 reward functions involving
3943
exotic packages and/or third party models.
4044

45+
> [!NOTE]
46+
> This repo does not contain training code,
47+
> although you can find open source repositories like [NeMo-RL](https://github.com/NVIDIA/NeMo-RL)
48+
> or [Hugging Face TRL](https://github.com/huggingface/trl)
49+
> that can do the SFT and RL phases of training.
50+
4151
### Open Weights
4252

4353
Please see our open-source weights on Hugging Face: https://huggingface.co/futurehouse/ether0
@@ -51,7 +61,7 @@ tokenizer = AutoTokenizer.from_pretrained("futurehouse/ether0")
5161

5262
### Open Test Set
5363

54-
Please see our open-source test set on Hugging Face: https://huggingface.co/datasets/futurehouse/ether0-benchmark
64+
Please see our open-source benchmark (test set) on Hugging Face: https://huggingface.co/datasets/futurehouse/ether0-benchmark
5565

5666
```python
5767
from datasets import load_dataset

0 commit comments

Comments
 (0)