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 ·
01f6b7d
1
Parent(s): eb7a979
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language: ar
|
|
| 3 |
datasets:
|
| 4 |
- wikipedia
|
| 5 |
- OSIAN
|
| 6 |
-
- 1.
|
| 7 |
widget:
|
| 8 |
- text: " عاصمة لبنان هي [MASK] ."
|
| 9 |
---
|
|
|
|
| 3 |
datasets:
|
| 4 |
- wikipedia
|
| 5 |
- OSIAN
|
| 6 |
+
- 1.5B_Arabic_Corpus
|
| 7 |
widget:
|
| 8 |
- text: " عاصمة لبنان هي [MASK] ."
|
| 9 |
---
|