Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete training #174

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ The repository includes the following:
The two primary scripts to generate results (more in `scripts/`):
1. `scripts/run_rm.py`: Run evaluations for reward models.
2. `scripts/run_dpo.py`: Run evaluations for direct preference optimization (DPO) models (and other models using implicit rewards, such as KTO).
3. `scripts/train_rm.py`: A basic RM training script built on [TRL](https://github.com/huggingface/trl).

## Quick Usage
RewardBench let's you quickly evaluate any reward model on any preference set.
Expand Down Expand Up @@ -81,6 +80,10 @@ Add the following to your `.bashrc`:
export HF_TOKEN="{your_token}"
```

## Training

For training, we recommend using [`open-instruct`](https://github.com/allenai/open-instruct).

## Contribute Your Model

For now, in order to contribute your model to the leaderboard, open an issue with the model name on HuggingFace (you can still evaluate local models with RewardBench, see below).
Expand Down Expand Up @@ -208,7 +211,7 @@ print(scores_per_section)
├── rewardbench/ <- Core utils and modeling files
| ├── models/ ├── Standalone files for running existing reward models
| └── *.py └── RewardBench tools and utilities
├── scripts/ <- Scripts and configs to train and evaluate reward models
├── scripts/ <- Scripts and configs to evaluate reward models
├── tests <- Unit tests
├── Dockerfile <- Build file for reproducible and scaleable research at AI2
├── LICENSE
Expand Down
Binary file removed rewardbench.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
The following configs are supported:
1. `beaker_eval.yaml`: Config for internal AI tooling to correctly setup compute environment.
2. `eval_configs.yaml`: Configs for models to reproduce results on `run_rm.py`/`run_dpo.py`.
3. [in progress] `training_configs.yaml`: Configs for training reward models.
35 changes: 0 additions & 35 deletions scripts/configs/beaker_train.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/configs/stage3_no_offloading.conf

This file was deleted.

31 changes: 0 additions & 31 deletions scripts/configs/train_configs.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions scripts/submit_train_jobs.py

This file was deleted.

Loading
Loading