Unverified Commit 7a3147e9 authored by Weizhe Yuan's avatar Weizhe Yuan Committed by GitHub
Browse files

fix typo (#14049)

parent d5ff69fc
......@@ -86,7 +86,7 @@ summarization_name_mapping = {
def parse_args():
parser = argparse.ArgumentParser(description="Finetune a transformers model on a text classification task")
parser = argparse.ArgumentParser(description="Finetune a transformers model on a summarization task")
parser.add_argument(
"--dataset_name",
type=str,
......
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