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