Skip to content

Commit

Permalink
vhelm lite documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
teetone committed Apr 26, 2024
1 parent 29dc34e commit a909139
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/reproducing_leaderboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ export NUM_TRAIN_TRIALS=1
export NUM_EVAL_INSTANCES=10000
export PRIORITY=4
```

### VHELM v1.0.0 (VLM evaluation)

```bash
export RUN_ENTRIES_CONF_PATH=run_entries_vhelm_lite.conf
export SCHEMA_PATH=schema_vhelm_lite.yaml
export NUM_TRAIN_TRIALS=1
export NUM_EVAL_INSTANCES=1000
export PRIORITY=2
```
2 changes: 1 addition & 1 deletion src/helm/benchmark/presentation/run_entries_debug.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
entries: [

{description: "vqa:model=vlm", priority: 1, groups: ["vqa_base"]}
{description: "viz_wiz:model=vlm", priority: 1}

]

0 comments on commit a909139

Please sign in to comment.