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