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