Fill-Mask
Transformers
PyTorch
TensorFlow
JAX
Arabic
bert
Arabic BERT
MSA
Twitter
Masked Langauge Model
Instructions to use UBC-NLP/MARBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/MARBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="UBC-NLP/MARBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/MARBERT") model = AutoModelForMaskedLM.from_pretrained("UBC-NLP/MARBERT") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 88e1fa1
Update README.md ef5bf8d
Update README.md 14e7195
Update README.md 4aa9aef
Update README.md 6f8ede8
Update README.md 61297a3
Update README.md 716e4dd
Update README.md 2924e8c
Update README.md 6a50f11
commit from elmadany 2abae26
elmadany commited on
Update README.md e7eff64
Update README.md 2641330
upload flax model 083e699
allow flax fe32f54
Update config e25548e
elmadany commited on
Add checkpoints 1a16ab9
elmadany commited on
Update README.md bf419ae
Update README.md 93477a9
Update README.md 188e5ff
Update README.md 10af7a0
Update README.md 3f52893
Added link to our GitHub repo. 9925f88
MARBERT blurb. 440b447
First version MARBERT model and tokenizer. 0576394
elmadany commited on