Files
HuggingFace_transformer/src/transformers
Thomas Tanon e34e45536f Makes HfArgumentParser compatible with Python 3.9 (#9479)
Python 3.9 changed the format of the string serialization of `typing.Optional`.
For example, `str(typing.Optional[str])` is
`typing.Union[str, NoneType]` in python 3.8 and
`typing.Optional[str]` in Python 3.9.
2021-01-08 08:10:44 -05:00
..
2021-01-08 07:40:59 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-01-05 13:14:30 +01:00
2021-01-08 07:40:59 -05:00
2020-12-09 15:14:33 +01:00
2020-12-22 19:52:47 +01:00
2020-12-07 18:36:34 -05:00
2021-01-07 11:48:49 +01:00
2020-12-07 18:36:34 -05:00
2020-12-22 11:33:44 -05:00
2020-12-22 11:33:44 -05:00
2020-12-27 21:57:50 +01:00
2021-01-05 03:58:26 -05:00