ThilinaRajapakse / pytorch-transformers-classification

Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, RoBERTa, and XLM models for text classification.
Apache License 2.0
306 stars 97 forks source link

Fix utils.py: remove duplicate functions and merge changes #17

Closed julian-pani closed 5 years ago

julian-pani commented 5 years ago

Hi @ThilinaRajapakse Thanks for this repo!

The colab quickstart was broken, looks like there was a bad merge somewhere. See comments inline