Skip to content

Commit

Permalink
remove prompt_template
Browse files Browse the repository at this point in the history
  • Loading branch information
LZHgrla committed Nov 6, 2023
1 parent 6d96a20 commit fc98f63
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
dataset=mmlu_fs_dataset,
tokenizer=tokenizer,
dataset_map_fn=default_map_fn,
template_map_fn=dict(
type=template_map_fn_factory, template=prompt_template),
max_length=max_length,
input_ids_with_output=False,
pack_to_max_length=False,
Expand All @@ -142,8 +140,6 @@
dataset=mmlu_fs_dataset,
tokenizer=tokenizer,
dataset_map_fn=default_map_fn,
template_map_fn=dict(
type=template_map_fn_factory, template=prompt_template),
max_length=max_length,
input_ids_with_output=False,
pack_to_max_length=False,
Expand Down

0 comments on commit fc98f63

Please sign in to comment.