Documentation for Roberta Tokenizer etc

Where can one find documentation for functions like robertatokenizer.encode_plus? Tanks,h

Hi @sanjayc2!

You may stick with reliable sources in PyTorch/ PyTorch Hub and TensorFlow Hub (BERT right into this landing page).

There is also a fairly good cheat sheet in Kaggle.

I hope it helps!

Best,

Raul

Thanks v much for these links. However, I still haven’t been able to find encode_plus (I only find encode). I did find some documentation at another Kaggle link (Hugging Face Transformers - Get started ! | Kaggle), but that was all.

Could you direct me to the pytorch documentation (if it exits)?

Thanks