Unverified Commit 9ba9369a authored by Kerim's avatar Kerim Committed by GitHub
Browse files

simple fix (#31456)

parent 02300273
......@@ -87,7 +87,7 @@ class DataTrainingArguments:
},
)
text_column_delimiter: Optional[str] = field(
default=" ", metadata={"help": "THe delimiter to use to join text columns into a single sentence."}
default=" ", metadata={"help": "The delimiter to use to join text columns into a single sentence."}
)
train_split_name: Optional[str] = field(
default=None,
......
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