Instructions to use aubmindlab/bert-base-arabert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aubmindlab/bert-base-arabert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="aubmindlab/bert-base-arabert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("aubmindlab/bert-base-arabert") model = AutoModelForMaskedLM.from_pretrained("aubmindlab/bert-base-arabert") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
upload flax model 4b7ceb4
allow flax 7951d69
Update README.md 899e931
AUB MIND LAB commited on
added max_len 56a895d
AUB MIND LAB commited on
Update config.json 353018e
AUB MIND LAB commited on
Update README.md 3989ffe
AUB MIND LAB commited on
Update README.md 1fb2c6c
AUB MIND LAB commited on
Added fast tokenizer files c2c49ea
aubmindlab commited on