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

  • Log In
  • Sign Up

spyn4ch
/
bert-binary-clf

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use spyn4ch/bert-binary-clf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="spyn4ch/bert-binary-clf")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("spyn4ch/bert-binary-clf")
    model = AutoModelForSequenceClassification.from_pretrained("spyn4ch/bert-binary-clf")
  • Notebooks
  • Google Colab
  • Kaggle
bert-binary-clf / runs
18.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
spyn4ch's picture
spyn4ch
Trained BERT binary classifier
481bacd verified 6 months ago
  • Nov09_18-58-10_45de8454a660
    Training in progress, epoch 1 6 months ago
  • Nov09_19-01-38_45de8454a660
    Training in progress, epoch 3 6 months ago
  • Nov09_19-02-05_45de8454a660
    Trained BERT binary classifier 6 months ago