Instructions to use aubmindlab/bert-base-arabertv01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aubmindlab/bert-base-arabertv01 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="aubmindlab/bert-base-arabertv01")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("aubmindlab/bert-base-arabertv01") model = AutoModelForMaskedLM.from_pretrained("aubmindlab/bert-base-arabertv01") - Notebooks
- Google Colab
- Kaggle
Commit History
upload flax model 59dc633
allow flax 78f9e2b
Update README.md d432b42
AUB MIND LAB commited on
added max_len fe5ec13
AUB MIND LAB commited on
Update config.json d9d48d8
AUB MIND LAB commited on
Update README.md 4d67dc9
AUB MIND LAB commited on
fixed all tokenizer files 3b5808c
aubmindlab commited on
Added fast tokenizer files b949401
aubmindlab commited on