Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-msa-half 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-half 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-half")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa-half") model = AutoModelForMaskedLM.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-msa-half") - Notebooks
- Google Colab
- Kaggle
Commit History
Update experimental results ed18037
Update model name c45ebff
Add description for abbreviations 2d3f98c
upload flax model b3c52c1
allow flax 0ab5405
Update README.md 53298a6
Go Inoue commited on
Update config.json db1ddd7
Go Inoue commited on
Update config.json 4aa9ea6
Go Inoue commited on
Add model files 5989670
Go Inoue commited on
Add README.md 6792eeb
Go Inoue commited on