Skip to content

Commit

Permalink
update YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
sjadler2004 committed Oct 17, 2023
1 parent f10b63b commit 23c9a46
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions evals/registry/evals/hanabi_clues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ hanabi_clues:
metrics:
- accuracy
- f1_score

hanabi_clues-list_all_valid_color_and_number.full-v0:
args:
samples_jsonl: hanabi_clues/hanabi_hands_unclued.jsonl
class: evals.elsuite.basic.fuzzy_match:FuzzyMatch
use_exclusions: False # does not mark a problem incorrect for the inclusion of an invalid color or number clue
class: evals.elsuite.basic.includes:Includes
hanabi_clues-list_all_valid_color_and_number.small-v0:
args:
samples_jsonl: hanabi_clues/hanabi_hands_unclued.jsonl
class: evals.elsuite.basic.fuzzy_match:FuzzyMatch
samples_jsonl: hanabi_clues/hanabi_hands_unclued_small.jsonl
use_exclusions: False # does not mark a problem incorrect for the inclusion of an invalid color or number clue
class: evals.elsuite.basic.includes:Includes

hanabi_clues-list_all_valid_color_and_number-use_exclusions.full-v0:
args:
samples_jsonl: hanabi_clues/hanabi_hands_unclued_with_exclusions.jsonl
use_exclusions: True # marks a problem incorrect for the inclusion of an invalid color or number clue
class: evals.elsuite.basic.includes:Includes
hanabi_clues-list_all_valid_color_and_number-use_exclusions.small-v0:
args:
samples_jsonl: hanabi_clues/hanabi_hands_unclued_with_exclusions_small.jsonl
use_exclusions: True # marks a problem incorrect for the inclusion of an invalid color or number clue
class: evals.elsuite.basic.includes:Includes

0 comments on commit 23c9a46

Please sign in to comment.