Skip to content

Commit

Permalink
Update scripts/train/yamls/finetune/mpt-30b-instruct.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley authored Jun 29, 2023
1 parent ff23a19 commit e90ef62
Showing 1 changed file with 0 additions and 91 deletions.
91 changes: 0 additions & 91 deletions scripts/train/yamls/finetune/mpt-30b-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,94 +173,3 @@ icl_tasks:
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' ' # this separates questions from answers
-
label: copa
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: multiple_choice
metric_names:
- InContextLearningMultipleChoiceAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: boolq_mc
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: multiple_choice
metric_names:
- InContextLearningMultipleChoiceAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: jeopardy_american_history
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: language_modeling
metric_names:
- InContextLearningLMAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: jeopardy_literature
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: language_modeling
metric_names:
- InContextLearningLMAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: jeopardy_science
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: language_modeling
metric_names:
- InContextLearningLMAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: jeopardy_word_origins
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: language_modeling
metric_names:
- InContextLearningLMAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers
-
label: jeopardy_world_history
dataset_uri: # ADD YOUR OWN DATASET URI
num_fewshot:
- 0
batch_size: 4
max_seq_len: ${icl_max_seq_len}
icl_task_type: language_modeling
metric_names:
- InContextLearningLMAccuracy
prompt_string: '' # this goes at the beginning of each input
example_delimiter: '\n' # this goes between fewshot examples
continuation_delimiter: ' Answer: ' # this separates questions from answers

0 comments on commit e90ef62

Please sign in to comment.