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