How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="saadMouraf/bert-based-emotion-detection-ar")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("saadMouraf/bert-based-emotion-detection-ar", dtype="auto")
Quick Links

Model Card for Model ID

This model aims at classifying arabic text into its corresponding set of emotions by fine-tuning a variant of BERT pre-trained on arabic twitter data.

Model Sources [optional]

Evaluation

Jaccard accuracy is the main eval metric and the model achieved 56.12%

Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train saadMouraf/bert-based-emotion-detection-ar