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 ·
0ea5b9e
1
Parent(s): 8ccb17c
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daeb04cdad8a8142e2997d7af2b334cb7e68e42659c63c12c878113a2ca1a31e
|
| 3 |
+
size 3311
|