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:
- 7c0582ac4961685e96f77bcdc31c130b3733a056b887634a72d0ddbd33297c40
- Size of remote file:
- 3.52 kB
- SHA256:
- 25eafc9aeddbcd2a49f390cb99f60d94e1f93bda54821d1d0c83e75d3341319d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.