Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

underscore2
/
modernbert_base_slop_classifier

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

  • Libraries
  • Transformers

    How to use underscore2/modernbert_base_slop_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="underscore2/modernbert_base_slop_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("underscore2/modernbert_base_slop_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("underscore2/modernbert_base_slop_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert_base_slop_classifier
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
underscore2's picture
underscore2
End of training
9916d45 verified 12 months ago
  • runs
    End of training 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.79 kB
    End of training 12 months ago
  • config.json
    1.39 kB
    End of training 12 months ago
  • model.safetensors
    598 MB
    xet
    End of training 12 months ago
  • special_tokens_map.json
    694 Bytes
    End of training 12 months ago
  • tokenizer.json
    3.58 MB
    End of training 12 months ago
  • tokenizer_config.json
    20.8 kB
    End of training 12 months ago
  • training_args.bin
    5.3 kB
    xet
    End of training 12 months ago