Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Instructions to use underscore2/modernbert_large_slop_writing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use underscore2/modernbert_large_slop_writing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="underscore2/modernbert_large_slop_writing")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_large_slop_writing") model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_large_slop_writing", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
feff828 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:20a62ffe2b321af5baae067c353a5510b9ccc2fd463d13ee31e6b04eaccc13fb
size 1583351632
|