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") - Notebooks
- Google Colab
- Kaggle
AUB MIND LAB commited on
Commit ·
3989ffe
1
Parent(s): 1fb2c6c
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ datasets:
|
|
| 4 |
- wikipedia
|
| 5 |
- OSIAN
|
| 6 |
- 1.5B Arabic Corpus
|
| 7 |
-
- OSCAR Arabic Unshuffled
|
| 8 |
widget:
|
| 9 |
- text: " عاصم +ة لبنان هي [MASK] ."
|
| 10 |
---
|
|
|
|
| 4 |
- wikipedia
|
| 5 |
- OSIAN
|
| 6 |
- 1.5B Arabic Corpus
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: " عاصم +ة لبنان هي [MASK] ."
|
| 9 |
---
|