Instructions to use aubmindlab/bert-base-arabertv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aubmindlab/bert-base-arabertv2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="aubmindlab/bert-base-arabertv2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("aubmindlab/bert-base-arabertv2") model = AutoModelForMaskedLM.from_pretrained("aubmindlab/bert-base-arabertv2") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 97522ef
Adding `safetensors` variant of this model (#1) 9176b29
undo wrong logs upload 599b854
added tensorboard logs 650b965
upload flax model 8cdc90f
allow flax 5f89531
Update README.md a9b9c49
AUB MIND LAB commited on
added max_len db8a5c3
AUB MIND LAB commited on
Update README.md dfb0b80
AUB MIND LAB commited on
Added model files 2cc8c33
aubmindlab commited on