PYTORCH-TRANSFORMERS vs Transformers

What is the difference between [PYTORCH-TRANSFORMERS](https://pytorch.org/hub/huggingface_pytorch-transformers/) and transformers, when running RobertA on PYTORCH-TRANSFORMERS, it worked fine. please guide.

pytorch_transformers was older name/version. It later got renamed to transformers after adding support for TF. Also Roberta works in transformers. What’s not working for you ?

1 Like

Hi @valhalla thanks for clarifying, its working now, after I reduce the dataset size, I am not sure why Google Colab pro not working as it used to do before.