transformers-tutorials
transformers-tutorials copied to clipboard
Fix error caused due to new version
The earlier code was giving error for padding and the reason behind it was the parameter name lm_labels as the newer version expects the parameter name to be just labels.
Thanks.