Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
9ba9369a
Unverified
Commit
9ba9369a
authored
Jun 18, 2024
by
Kerim
Committed by
GitHub
Jun 17, 2024
Browse files
simple fix (#31456)
parent
02300273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/text-classification/run_classification.py
examples/pytorch/text-classification/run_classification.py
+1
-1
No files found.
examples/pytorch/text-classification/run_classification.py
View file @
9ba9369a
...
@@ -87,7 +87,7 @@ class DataTrainingArguments:
...
@@ -87,7 +87,7 @@ class DataTrainingArguments:
},
},
)
)
text_column_delimiter
:
Optional
[
str
]
=
field
(
text_column_delimiter
:
Optional
[
str
]
=
field
(
default
=
" "
,
metadata
=
{
"help"
:
"T
H
e delimiter to use to join text columns into a single sentence."
}
default
=
" "
,
metadata
=
{
"help"
:
"T
h
e delimiter to use to join text columns into a single sentence."
}
)
)
train_split_name
:
Optional
[
str
]
=
field
(
train_split_name
:
Optional
[
str
]
=
field
(
default
=
None
,
default
=
None
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment