Text Classification
Transformers
Safetensors
Arabic
bert
arabic
end-of-utterance
eou
turn-detection
voice-agent
saudi-dialect
conversational-ai
livekit
Eval Results (legacy)
text-embeddings-inference
Instructions to use Amr-h/arabic-eou-marbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amr-h/arabic-eou-marbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Amr-h/arabic-eou-marbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Amr-h/arabic-eou-marbert") model = AutoModelForSequenceClassification.from_pretrained("Amr-h/arabic-eou-marbert") - Notebooks
- Google Colab
- Kaggle
Ctrl+K