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

  • Log In
  • Sign Up

MattDy88
/
classifier-chapter4

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

  • Libraries
  • Transformers

    How to use MattDy88/classifier-chapter4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MattDy88/classifier-chapter4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MattDy88/classifier-chapter4")
    model = AutoModelForSequenceClassification.from_pretrained("MattDy88/classifier-chapter4")
  • Notebooks
  • Google Colab
  • Kaggle
classifier-chapter4 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
MattDy88's picture
MattDy88
Training in progress, step 500
e6f24b9 verified 7 months ago
  • Oct14_13-09-51_e0d38f58968f
    Training in progress, step 500 7 months ago
  • Oct14_13-59-15_86d0be19c612
    Training in progress, step 500 7 months ago