Instructions to use monsoon-nlp/muril-adapted-local with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use monsoon-nlp/muril-adapted-local with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="monsoon-nlp/muril-adapted-local")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("monsoon-nlp/muril-adapted-local") model = AutoModelForMaskedLM.from_pretrained("monsoon-nlp/muril-adapted-local", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e25daf7
1
Parent(s): 9f79abb
Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (53609a4f6aabd0002b65c805d778f86b3eb562fc)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>