Instructions to use alayaran/bodo-bert-mlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alayaran/bodo-bert-mlm-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="alayaran/bodo-bert-mlm-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("alayaran/bodo-bert-mlm-base") model = AutoModelForMaskedLM.from_pretrained("alayaran/bodo-bert-mlm-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f376addb361b03647ef198f651dcfd8d5d0268e59bc9c862ac64ac8b699fdc94
- Size of remote file:
- 3.57 kB
- SHA256:
- 985e00fc2e086aeec377be26434e58885ddba13a249a08805b9ca02c23fd2a6f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.