"configs/_base_/models/efficientnet_es.py" did not exist on "13967a0a964b33dd4bda9037699ee53d523cf9f7"
tmlu_CAP_geography.yaml 625 Bytes
Newer Older
Yen-Ting Lin's avatar
Yen-Ting Lin committed
1
2
3
4
5
6
7
8
9
10
11
"dataset_name": "CAP_geography"
"description": "以下為會考地理的單選題,請提供正確答案的選項。\n\n"
"doc_to_choice":
- "A"
- "B"
- "C"
- "D"
"doc_to_text": "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\n\
  D. {{choices[3]}}{% if choices is defined and choices|length > 4 %}\nE. {{choices[4]}}{%\
  \ endif %}{% if choices is defined and choices|length > 5 %}\nF. {{choices[5]}}{%\
  \ endif %}\nAnswer:"
lintangsutawika's avatar
lintangsutawika committed
12
"tag": "tmlu_social_sciences_tasks"
Yen-Ting Lin's avatar
Yen-Ting Lin committed
13
14
15
16
"group_alias": "social sciences"
"include": "_default_template_yaml"
"task": "tmlu_CAP_geography"
"task_alias": "CAP geography"