Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-ca 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-ca 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-ca")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-ca") model = AutoModelForMaskedLM.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-ca") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update model name 44f7779
Add description for abbreviations 9403623
upload flax model 8a2b7cf
allow flax 115790e
Update README.md 623f2fe
Go Inoue commited on
Update config.json 42c625a
Go Inoue commited on
Update config.json 4adc33c
Go Inoue commited on
Add model files 02e96dd
Go Inoue commited on
Fix typo d03f1af
Go Inoue commited on
Fix path 7e054be
Go Inoue commited on
Add README.md 917be09
Go Inoue commited on