Instructions to use houck2040/art_sci_masked with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use houck2040/art_sci_masked with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="houck2040/art_sci_masked")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("houck2040/art_sci_masked") model = AutoModelForMaskedLM.from_pretrained("houck2040/art_sci_masked") - Notebooks
- Google Colab
- Kaggle
Ctrl+K