Commit 5add46aa authored by hepj's avatar hepj
Browse files

添加Megatron项目

parent deb8370c
Pipeline #2199 failed with stages
in 0 seconds
# Generated by utils.py
dataset_name: swahili_english_proverbs_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_swahili_english_proverbs_multiple_choice
# Generated by utils.py
dataset_name: swedish_to_german_proverbs_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_swedish_to_german_proverbs_multiple_choice
# Generated by utils.py
dataset_name: symbol_interpretation_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_symbol_interpretation_multiple_choice
# Generated by utils.py
dataset_name: temporal_sequences_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_temporal_sequences_multiple_choice
# Generated by utils.py
dataset_name: tense_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_tense_multiple_choice
# Generated by utils.py
dataset_name: timedial_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_timedial_multiple_choice
# Generated by utils.py
dataset_name: topical_chat_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_topical_chat_multiple_choice
# Generated by utils.py
dataset_name: tracking_shuffled_objects_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_tracking_shuffled_objects_multiple_choice
# Generated by utils.py
dataset_name: understanding_fables_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_understanding_fables_multiple_choice
# Generated by utils.py
dataset_name: undo_permutation_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_undo_permutation_multiple_choice
# Generated by utils.py
dataset_name: unit_conversion_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_unit_conversion_multiple_choice
# Generated by utils.py
dataset_name: unit_interpretation_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_unit_interpretation_multiple_choice
# Generated by utils.py
dataset_name: unnatural_in_context_learning_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_unnatural_in_context_learning_multiple_choice
# Generated by utils.py
dataset_name: vitaminc_fact_verification_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_vitaminc_fact_verification_multiple_choice
# Generated by utils.py
dataset_name: what_is_the_tao_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_what_is_the_tao_multiple_choice
# Generated by utils.py
dataset_name: which_wiki_edit_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_which_wiki_edit_multiple_choice
# Generated by utils.py
dataset_name: winowhy_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_winowhy_multiple_choice
# Generated by utils.py
dataset_name: word_sorting_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_word_sorting_multiple_choice
# Generated by utils.py
dataset_name: word_unscrambling_zero_shot
include: ../multiple_choice_template_yaml
task: bigbench_word_unscrambling_multiple_choice
group: bigbench_multiple_choice
dataset_path: hails/bigbench
dataset_kwargs:
# num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods
# subtask_name: null
output_type: multiple_choice
test_split: default
doc_to_text: inputs
doc_to_target: "{{multiple_choice_targets.index(targets[0])}}"
doc_to_choice: "{{multiple_choice_targets}}"
metric_list:
- metric: acc
# TODO: brier score and other metrics
metadata:
version: 0.0
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