Text Classification
Transformers
Safetensors
English
modernjev
decision-making
modernbert
classification
noul
scoring
tasksource
jev
typed-decisions
calibration
Instructions to use tasksource/modernbert-tasksource-jev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tasksource/modernbert-tasksource-jev with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tasksource/modernbert-tasksource-jev")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tasksource/modernbert-tasksource-jev", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K