Instructions to use cardiffnlp/twitter-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cardiffnlp/twitter-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="cardiffnlp/twitter-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("cardiffnlp/twitter-roberta-base") model = AutoModelForMaskedLM.from_pretrained("cardiffnlp/twitter-roberta-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 1ccb479
Add citation info 9aff842
upload flax model aafc670
allow flax 81beb64
Update README.md 35fa6e8
Update README.md 7456b1b
Update README.md bdba8b7
Readme dafba98
cardiffnlp commited on
Adding language model roberta-base 12c1452
cardiffnlp commited on
Adding language model roberta-base ca9ebcb
cardiffnlp commited on
Adding language model roberta-base 65bf302
cardiffnlp commited on
Update README.md 73c9ee0
Update README.md 1b419e5
update readme 8b48c2c
luisespinosa commited on
update readme 9ad0c1d
luisespinosa commited on
initial commit ab65fea
luisespinosa commited on