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

  • Log In
  • Sign Up

autoevaluate
/
binary-classification

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
127

Instructions to use autoevaluate/binary-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use autoevaluate/binary-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="autoevaluate/binary-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("autoevaluate/binary-classification")
    model = AutoModelForSequenceClassification.from_pretrained("autoevaluate/binary-classification")
  • Notebooks
  • Google Colab
  • Kaggle
binary-classification / runs
20 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
lewtun's picture
lewtun HF Staff
End of training
9c3b2aa almost 4 years ago
  • May25_09-46-24_6bf2abbffa14
    Training in progress, epoch 1 almost 4 years ago
  • May25_09-48-27_6bf2abbffa14
    End of training almost 4 years ago