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

  • Log In
  • Sign Up

underscore2
/
modernbert_base_slop_classifier_v2

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

  • Libraries
  • Transformers

    How to use underscore2/modernbert_base_slop_classifier_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="underscore2/modernbert_base_slop_classifier_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_base_slop_classifier_v2")
    model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_base_slop_classifier_v2")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert_base_slop_classifier_v2 / runs
213 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
underscore2's picture
underscore2
End of training
5be8e5f verified 11 months ago
  • Jun04_18-07-19_c033eb80fe0e
    End of training 11 months ago
  • Jun04_18-07-35_c033eb80fe0e
    End of training 11 months ago
  • Jun04_18-16-39_c033eb80fe0e
    End of training 11 months ago