Instructions to use lisdarr/19_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lisdarr/19_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lisdarr/19_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lisdarr/19_model") model = AutoModelForMaskedLM.from_pretrained("lisdarr/19_model") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened about 1 year ago
by
SFconvertbot
๐ฉ Report : Ethical issue(s)
๐๐ค 2
1
#1 opened almost 3 years ago
by
Yhyu13