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