Instructions to use apjanco/sr_roberta_oscar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apjanco/sr_roberta_oscar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="apjanco/sr_roberta_oscar")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("apjanco/sr_roberta_oscar") model = AutoModelForMaskedLM.from_pretrained("apjanco/sr_roberta_oscar") - Notebooks
- Google Colab
- Kaggle
Commit History
add model 445c057
Andy Janco commited on
add model 03eb9ae
Andy Janco commited on
add tokenizer d9c71e5
Andy Janco commited on