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