peacock-data-public-datasets-idc-cronscript
/
lm-evaluation-harness
/lm_eval
/tasks
/bbh
/zeroshot
/object_counting.yaml
"dataset_name": "object_counting" | |
"description": "Questions that involve enumerating objects and asking the model to count them.\n\n" | |
"doc_to_text": "Q: {{input}}\nA:" | |
"include": "_zeroshot_template_yaml" | |
"task": "bbh_zeroshot_object_counting" | |
filter_list: | |
- name: "strict-match" | |
filter: | |
- function: "take_first" | |
- name: "flexible-extract" | |
filter: | |
- function: !function utils.NumberParseRegexFilter | |
group_select: 0 | |
regex_pattern: "([-0-9]+)" | |
- function: "take_first" | |