Fill-Mask
Transformers
PyTorch
xlm-roberta
Dialectal Arabic
Arabic
sequence labeling
Named entity recognition
Part-of-speech tagging
Zero-shot transfer learning
bert
Instructions to use 3ebdola/Dialectal-Arabic-XLM-R-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 3ebdola/Dialectal-Arabic-XLM-R-Base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="3ebdola/Dialectal-Arabic-XLM-R-Base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("3ebdola/Dialectal-Arabic-XLM-R-Base") model = AutoModelForMaskedLM.from_pretrained("3ebdola/Dialectal-Arabic-XLM-R-Base") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
0e119a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:724ca8d790b2487dbe5c8ddef7daa88451e2b231752aa82081aae27b74724053
size 1113249899
|