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