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

  • Log In
  • Sign Up

underscore2
/
modernbert_large_slop_classifier_v3

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_classifier_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use underscore2/modernbert_large_slop_classifier_v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="underscore2/modernbert_large_slop_classifier_v3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_large_slop_classifier_v3")
    model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_large_slop_classifier_v3")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert_large_slop_classifier_v3 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
underscore2's picture
underscore2
End of training
25a6c48 verified 11 months ago
  • Jun04_19-01-32_5a8a5e85287a
    End of training 11 months ago