Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

underscore2
/
modernbert_large_slop_writing

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert_large_slop_writing / runs
37.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
underscore2's picture
underscore2
End of training
feff828 verified 9 months ago
  • Aug06_20-33-20_37eccdee961f
    End of training 9 months ago