Fill-Mask
Transformers
Safetensors
Minangkabau
Indonesian
English
xlm-roberta
sentiment-analysis
code-mixing
explainable-ai
xai
low-resource-language
Instructions to use bimobirra/explainable-xlmr-code-mixed-low-resource-lang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bimobirra/explainable-xlmr-code-mixed-low-resource-lang with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="bimobirra/explainable-xlmr-code-mixed-low-resource-lang")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("bimobirra/explainable-xlmr-code-mixed-low-resource-lang") model = AutoModelForMaskedLM.from_pretrained("bimobirra/explainable-xlmr-code-mixed-low-resource-lang") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!