Instructions to use CAMeL-Lab/bert-base-arabic-camelbert-da 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-da 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-da")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-da") model = AutoModelForMaskedLM.from_pretrained("CAMeL-Lab/bert-base-arabic-camelbert-da", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update model name 6da8fd8
Add description for abbreviations 11442b4
Update README.md 1733b92
Go Inoue commited on
Update README.md aed98c2
Go Inoue commited on
Fix typo 9706a73
Go Inoue commited on
Fix typo fd39d7b
Go Inoue commited on
Add README.md 89437c2
Go Inoue commited on