Fill-Mask
Transformers
PyTorch
TensorFlow
JAX
Arabic
bert
Arabic
Dialect
Egyptian
Gulf
Levantine
Classical Arabic
MSA
Modern Standard Arabic
Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CAMeL-Lab/bert-base-arabic-camelbert-mix with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="CAMeL-Lab/bert-base-arabic-camelbert-mix")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix") model = AutoModelForMaskedLM.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-mix") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update experimental results 9be3527
Update model name 109e4b7
Update README.md 86a3802
Update README.md 29b1371
Add description for abbreviations 2f1e3c8
upload flax model 5c9f6ac
allow flax 81fd7ed
Update README.md a049c33
Go Inoue commited on
Update README.md 2acf0cd
Go Inoue commited on
Update config.json 1bce6d0
Go Inoue commited on
Update config.json f99a666
Go Inoue commited on
Add model files a2204e4
Go Inoue commited on
Fix typo 11e7a2c
Go Inoue commited on
Fix typo ea2da6e
Go Inoue commited on
Fix typo d953ee1
Go Inoue commited on
Add README.md f334344
Go Inoue commited on