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

  • Log In
  • Sign Up

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

  • Libraries
  • Transformers

    How to use Mathildeholst/classifier-chapter4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Mathildeholst/classifier-chapter4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Mathildeholst/classifier-chapter4")
    model = AutoModelForSequenceClassification.from_pretrained("Mathildeholst/classifier-chapter4")
  • Notebooks
  • Google Colab
  • Kaggle
classifier-chapter4 / runs
5.06 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Mathildeholst's picture
Mathildeholst
Training in progress, step 500
9e7176b verified 7 months ago
  • Sep28_12-15-57_1e0e8e1f57e4
    Training in progress, step 500 7 months ago