Instructions to use sultan/ArabicTransformer-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sultan/ArabicTransformer-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sultan/ArabicTransformer-small")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sultan/ArabicTransformer-small") model = AutoModel.from_pretrained("sultan/ArabicTransformer-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This model was pre-trained on 44GB of Arabic corpora using [Funnel Transformer w
|
|
| 19 |
| AraBERT02-Large | 73.72 | 86.03 |
|
| 20 |
| AraELECTRA-Base | 74.91 | 86.68 |
|
| 21 |
| ArabicTransformer-Small | 74.70 | 85.89 |
|
| 22 |
-
| ArabicTransformer-
|
| 23 |
|
| 24 |
|
| 25 |
# Google Colab Examples
|
|
|
|
| 19 |
| AraBERT02-Large | 73.72 | 86.03 |
|
| 20 |
| AraELECTRA-Base | 74.91 | 86.68 |
|
| 21 |
| ArabicTransformer-Small | 74.70 | 85.89 |
|
| 22 |
+
| ArabicTransformer-Base | 75.57 | 87.22 |
|
| 23 |
|
| 24 |
|
| 25 |
# Google Colab Examples
|