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
- Xet hash:
- 56dad0a5f1a129f71f37f3dd68e89752d0586c0a47138a815682e9509642174f
- Size of remote file:
- 17.7 MB
- SHA256:
- c7f6ffdcec572e79f69f49198bb27cc8c963bc9750e15e978fe08d0108ae903c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.