Skip to content

Commit

Permalink
Show win rate for audio (#3320)
Browse files Browse the repository at this point in the history
Co-authored-by: Haoqin Tu <[email protected]>
  • Loading branch information
teetone and ImKeTT authored Feb 6, 2025
1 parent 612e55b commit 8fadb7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ perturbations: []
metric_groups:
- name: accuracy
display_name: Accuracy
hide_win_rates: true
metrics:
- name: ${main_name}
split: ${main_split}
Expand All @@ -192,7 +191,6 @@ metric_groups:

- name: general_information
display_name: General information
hide_win_rates: true
metrics:
- name: num_instances
split: ${main_split}
Expand Down
6 changes: 0 additions & 6 deletions src/helm/benchmark/static/schema_audio_v0.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
############################################################
# For backwards compatibility with older versions of HELM.
# TODO: Remove this after 2024-09-01.
adapter: []
############################################################
metrics:
# Infrastructure metrics:
- name: num_perplexity_tokens
Expand Down Expand Up @@ -183,7 +178,6 @@ perturbations: []
metric_groups:
- name: accuracy
display_name: Accuracy
hide_win_rates: true
metrics:
- name: ${main_name}
split: ${main_split}
Expand Down

0 comments on commit 8fadb7a

Please sign in to comment.