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