Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-msa 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-msa 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-msa")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa") model = AutoModelForMaskedLM.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Add description for abbreviations bc15a32
upload flax model 1eaf620
allow flax 226b2ad
Update README.md e77cb23
Go Inoue commited on
Update config.json f522b66
Go Inoue commited on
Update config.json 9c0a896
Go Inoue commited on
Add model files 2962405
Go Inoue commited on
Fix typo 2af4f45
Go Inoue commited on
Add README.md 5e4f5b1
Go Inoue commited on