latin-bert icon indicating copy to clipboard operation
latin-bert copied to clipboard

Fix unpack in latin_sequence_labeling.py

Open willem640 opened this issue 8 months ago • 0 comments

This might be because of changed behaviour in a new python version. Unpacking the bert output into sequence_outputs and pooled_outputs gave those values the name of the keys, and not the actual tensors. This PR fixes it by getting the values

willem640 avatar Jun 27 '24 11:06 willem640