tag:
    - sib_tasks
    - sib_prompt_1
    - afrobench_TC_tasks
dataset_path: Davlan/sib200
dataset_name: null
output_type: multiple_choice
validation_split: validation
test_split: test
fewshot_split: validation
doc_to_target: category
doc_to_choice:
    - "science/technology"
    - "travel"
    - "politics"
    - "sports"
    - "health"
    - "entertainment"
    - "geography"
should_decontaminate: true
doc_to_decontamination_query: text
metric_list:
  - metric: f1
    aggregation: !function utils.weighted_f1_score
    # aggregation: mean
    average: weighted
    hf_evaluate: true
    higher_is_better: True
    ignore_case: true
    ignore_punctuation: true
    regexes_to_ignore:
      - ","
      - "\\$"
  - metric: acc
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true
    regexes_to_ignore:
      - ","
      - "\\$"
metadata:
  version: 1.0
