Commit cc598b31 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[InputExample] Unfreeze for now, cf. #3423

parent d38bbb22
......@@ -28,7 +28,7 @@ from ...file_utils import is_tf_available, is_torch_available
logger = logging.getLogger(__name__)
@dataclass(frozen=True)
@dataclass(frozen=False)
class InputExample:
"""
A single training/test example for simple sequence classification.
......
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