Fix CXRBertOutput errors
#5
by
sambt
- opened
- The latest transformers complains that
CXRBertOutput
is not a dataclass: https://github.com/huggingface/transformers/blob/v4.44.2/src/transformers/utils/generic.py#L354-L358 - And that it can't have more than one required field: https://github.com/huggingface/transformers/blob/v4.44.2/src/transformers/utils/generic.py#L370-L371
shruthib
changed pull request status to
merged