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