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