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
cc598b31
Commit
cc598b31
authored
Mar 30, 2020
by
Julien Chaumond
Browse files
[InputExample] Unfreeze for now, cf. #3423
parent
d38bbb22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/data/processors/utils.py
src/transformers/data/processors/utils.py
+1
-1
No files found.
src/transformers/data/processors/utils.py
View file @
cc598b31
...
...
@@ -28,7 +28,7 @@ from ...file_utils import is_tf_available, is_torch_available
logger
=
logging
.
getLogger
(
__name__
)
@
dataclass
(
frozen
=
Tru
e
)
@
dataclass
(
frozen
=
Fals
e
)
class
InputExample
:
"""
A single training/test example for simple sequence classification.
...
...
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