Instructions to use AMR-KELEG/Sentence-ALDi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AMR-KELEG/Sentence-ALDi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AMR-KELEG/Sentence-ALDi")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AMR-KELEG/Sentence-ALDi") model = AutoModelForSequenceClassification.from_pretrained("AMR-KELEG/Sentence-ALDi") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ inference: false
|
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
-
A BERT-based model fine-tuned to estimate the Arabic Level
|
| 11 |
|
| 12 |
Model | Link on 🤗
|
| 13 |
---|---
|
|
|
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
+
A BERT-based model fine-tuned to estimate the Arabic Level of Dialectness of text.
|
| 11 |
|
| 12 |
Model | Link on 🤗
|
| 13 |
---|---
|