Instructions to use tharindu/roberta-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tharindu/roberta-50 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="tharindu/roberta-50")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("tharindu/roberta-50") model = AutoModelForMaskedLM.from_pretrained("tharindu/roberta-50", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a6bc3fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:73d660b98d53c66088f03e99170cb447498e593b6a8729f70ab949c9fad32c6e
size 3439
|