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") - Inference
- Notebooks
- Google Colab
- Kaggle
Rename README.md to AraBERT
#3 opened about 1 year ago
by
nrnr20003
Unable to import the model using HuggingFace and LlamaIndex
#2 opened over 2 years ago
by
ApplyGPT
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot