RobertaTwitterBR / README.md
verissimomanoel's picture
ADD - Initial version of model Roberta Twitter BR
aa5911a
|
raw
history blame contribute delete
No virus
313 Bytes

Twitter RoBERTa BR

This is a RoBERTa Twitter in Portuguese model trained on ~7M tweets. The results will be posted in the future.

Example of using

tokenizer = AutoTokenizer.from_pretrained("verissimomanoel/RobertaTwitterBR")
model = AutoModel.from_pretrained("verissimomanoel/RobertaTwitterBR")