latin-bert
latin-bert copied to clipboard
Fix unpack in latin_sequence_labeling.py
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