Skip to content

Commit

Permalink
Add Safety to the Reproducing Leaderboards documentation (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai authored Dec 20, 2024
1 parent c28a842 commit bf2edea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reproducing_leaderboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,14 @@ export SCHEMA_PATH=schema_air_bench.yaml
export NUM_TRAIN_TRIALS=1
export NUM_EVAL_INSTANCES=10000
export PRIORITY=2
```

### Safety

```bash
export RUN_ENTRIES_CONF_PATH=run_entries_safety.conf
export SCHEMA_PATH=schema_safety.yaml
export NUM_TRAIN_TRIALS=1
export NUM_EVAL_INSTANCES=1000
export PRIORITY=2
```

0 comments on commit bf2edea

Please sign in to comment.