Instructions to use moha/arabert_c19 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moha/arabert_c19 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="moha/arabert_c19")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("moha/arabert_c19") model = AutoModelForMaskedLM.from_pretrained("moha/arabert_c19") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language: ar
|
|
| 3 |
widget:
|
| 4 |
- text: "لكي نتجنب فيروس [MASK]"
|
| 5 |
---
|
| 6 |
-
# arabert_c19 (https://arxiv.org/pdf/2105.03143.pdf)
|
| 7 |
**ARABERT COVID-19** is a pretrained (fine-tuned) version of the AraBERT v2 model (https://huggingface.co/aubmindlab/bert-base-arabertv02). The pretraining was done using 1.5 million multi-dialect Arabic tweets regarding the COVID-19 pandemic from the “Large Arabic Twitter Dataset on COVID-19” (https://arxiv.org/abs/2004.04315).
|
| 8 |
The model can achieve better results for the tasks that deal with multi-dialect Arabic tweets in relation to the COVID-19 pandemic.
|
| 9 |
|
|
|
|
| 3 |
widget:
|
| 4 |
- text: "لكي نتجنب فيروس [MASK]"
|
| 5 |
---
|
| 6 |
+
# arabert_c19: [Arxiv URL](https://arxiv.org/pdf/2105.03143.pdf) is an Arabert model pretrained on 1.5 million COVID-19 multi-dialect Arabic tweets
|
| 7 |
**ARABERT COVID-19** is a pretrained (fine-tuned) version of the AraBERT v2 model (https://huggingface.co/aubmindlab/bert-base-arabertv02). The pretraining was done using 1.5 million multi-dialect Arabic tweets regarding the COVID-19 pandemic from the “Large Arabic Twitter Dataset on COVID-19” (https://arxiv.org/abs/2004.04315).
|
| 8 |
The model can achieve better results for the tasks that deal with multi-dialect Arabic tweets in relation to the COVID-19 pandemic.
|
| 9 |
|