Text Classification
Transformers
Safetensors
English
modernbert
text-generation-inference
unsloth
trl
text-embeddings-inference
Instructions to use oelbourki/Modern_bert_classification_mental_darija with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oelbourki/Modern_bert_classification_mental_darija with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="oelbourki/Modern_bert_classification_mental_darija")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("oelbourki/Modern_bert_classification_mental_darija") model = AutoModelForSequenceClassification.from_pretrained("oelbourki/Modern_bert_classification_mental_darija", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Uploaded model
- Developed by: oelbourki
- License: apache-2.0
- Finetuned from model : unsloth/ModernBERT-large
This modernbert model was trained 2x faster with Unsloth
- Downloads last month
- 3
Model tree for oelbourki/Modern_bert_classification_mental_darija
Base model
unsloth/ModernBERT-large