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