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: 135 Bytes
a6bc3fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f05081bfd6256210061d60e02a4c0a2ef598aa41be50eaf7ed335e06af26f6c4
size 1421812587
|