Text Classification
Transformers
Safetensors
English
modernbert
text-generation-inference
unsloth
trl
text-embeddings-inference
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Krrish4757/documentclassifier")# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Krrish4757/documentclassifier")
model = AutoModelForSequenceClassification.from_pretrained("Krrish4757/documentclassifier")Quick Links
Uploaded model
- Developed by: Krrish4757
- License: apache-2.0
- Finetuned from model : answerdotai/ModernBERT-large
This modernbert model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- -
Model tree for Krrish4757/documentclassifier
Base model
answerdotai/ModernBERT-large
# Gated model: Login with a HF token with gated access permission hf auth login