Text Classification
Transformers
PyTorch
Arabic
bert
text classification
arabic
poetry
text-embeddings-inference
Instructions to use Ammar-alhaj-ali/arabic-MARBERT-poetry-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ammar-alhaj-ali/arabic-MARBERT-poetry-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ammar-alhaj-ali/arabic-MARBERT-poetry-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ammar-alhaj-ali/arabic-MARBERT-poetry-classification") model = AutoModelForSequenceClassification.from_pretrained("Ammar-alhaj-ali/arabic-MARBERT-poetry-classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
042e5d3
1
Parent(s): 6c6ee09
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,8 @@ widget:
|
|
| 8 |
- text: "قم للمعلم وفّه التبجيلا[sep] كاد المعلم أن يكون رسولا"
|
| 9 |
tags:
|
| 10 |
- text classification
|
| 11 |
-
-
|
|
|
|
| 12 |
---
|
| 13 |
## Arabic MARBERT News Article Classification Model
|
| 14 |
#### Model description
|
|
|
|
| 8 |
- text: "قم للمعلم وفّه التبجيلا[sep] كاد المعلم أن يكون رسولا"
|
| 9 |
tags:
|
| 10 |
- text classification
|
| 11 |
+
- arabic
|
| 12 |
+
- poetry
|
| 13 |
---
|
| 14 |
## Arabic MARBERT News Article Classification Model
|
| 15 |
#### Model description
|