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

  • Log In
  • Sign Up

angusan
/
text_classification

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use angusan/text_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use angusan/text_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="angusan/text_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("angusan/text_classification")
    model = AutoModelForSequenceClassification.from_pretrained("angusan/text_classification")
  • Notebooks
  • Google Colab
  • Kaggle
text_classification / runs
6.97 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
angusan's picture
angusan
End of training
6593e32 verified about 2 years ago
  • Mar04_02-57-28_bc4ca18ab8cc
    End of training about 2 years ago