"docs/source/en/model_doc/segformer.md" did not exist on "17a7b49bda15353cc49172a0cfeb839a9719e018"
Commit 90ad5db7 authored by lintangsutawika's avatar lintangsutawika
Browse files

merged main

parents f692caa9 b177c82c
dataset_name: mechanical_engineering
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_mechanical_engineering
dataset_name: nondestructive_testing
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_nondestructive_testing
dataset_name: patent
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_patent
dataset_name: political_science_and_sociology
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_political_science_and_sociology
dataset_name: psychology
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_psychology
dataset_name: public_safety
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_public_safety
dataset_name: railway_and_automotive_engineering
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_railway_and_automotive_engineering
dataset_name: real_estate
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_real_estate
dataset_name: refrigerating_machinery
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_refrigerating_machinery
dataset_name: social_welfare
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_social_welfare
dataset_name: taxation
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_taxation
dataset_name: telecommunications_and_wireless_technology
include: _direct_hard_kmmlu_yaml
task: kmmlu_hard_direct_telecommunications_and_wireless_technology
group: kmmlu group:
dataset_path: HAERAE-HUB/K-MMLU-Preview - kmmlu
- kmmlu_hard
dataset_path: HAERAE-HUB/KMMLU-HARD
output_type: multiple_choice output_type: multiple_choice
training_split: train
validation_split: dev
test_split: test test_split: test
fewshot_split: dev fewshot_split: dev
output_type: multiple_choice
doc_to_text: "{{question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n정답:" doc_to_text: "{{question.strip()}}\nA. {{A}}\nB. {{B}}\nC. {{C}}\nD. {{D}}\n정답:"
doc_to_choice: ["A", "B", "C", "D"] doc_to_choice: ["A", "B", "C", "D"]
doc_to_target: "{{['A', 'B', 'C', 'D'][answer-1]}}" doc_to_target: "{{answer-1}}"
metric_list: metric_list:
- metric: acc - metric: acc
aggregation: mean aggregation: mean
...@@ -17,4 +16,4 @@ metric_list: ...@@ -17,4 +16,4 @@ metric_list:
aggregation: mean aggregation: mean
higher_is_better: true higher_is_better: true
metadata: metadata:
version: 1.1 version: 2.0
dataset_name: accounting
include: _hard_kmmlu_yaml
task: kmmlu_hard_accounting
dataset_name: agricultural_sciences
include: _hard_kmmlu_yaml
task: kmmlu_hard_agricultural_sciences
dataset_name: aviation_engineering_and_maintenance
include: _hard_kmmlu_yaml
task: kmmlu_hard_aviation_engineering_and_maintenance
dataset_name: biology
include: _hard_kmmlu_yaml
task: kmmlu_hard_biology
dataset_name: chemical_engineering
include: _hard_kmmlu_yaml
task: kmmlu_hard_chemical_engineering
dataset_name: chemistry
include: _hard_kmmlu_yaml
task: kmmlu_hard_chemistry
dataset_name: civil_engineering
include: _hard_kmmlu_yaml
task: kmmlu_hard_civil_engineering
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment