You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested this on Transformers 4.4.9 and 4.52 under Python 3.10, and receive the error/trace:
Traceback (most recent call last):
File "/opt/miniconda3/envs/BookWork/lib/python3.10/site-packages/span_marker/configuration.py", line 114, in __getattribute__
return super().__getattribute__(key)
File "/opt/miniconda3/envs/BookWork/lib/python3.10/site-packages/transformers/configuration_utils.py", line 211, in __getattribute__
return super().__getattribute__(key)
AttributeError: 'SpanMarkerConfig' object has no attribute 'quantization_config'