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
304 stars 97 forks source link

ERROR:pytorch_transformers.tokenization_utils:Couldn't reach server to download vocabulary. #39

Open zhhhzhang opened 4 years ago

zhhhzhang commented 4 years ago

how to do?

pkuwj commented 3 years ago

same problem with you. So how did you solve it?

ThilinaRajapakse commented 3 years ago

This repo is no longer actively maintained. Please use Simple Transformers instead.