Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

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

  • Libraries
  • Transformers

    How to use jnwulff/classifier-chapter4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jnwulff/classifier-chapter4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jnwulff/classifier-chapter4")
    model = AutoModelForSequenceClassification.from_pretrained("jnwulff/classifier-chapter4")
  • Notebooks
  • Google Colab
  • Kaggle
classifier-chapter4 / runs
15.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jnwulff's picture
jnwulff
Training in progress, step 500
772d654 verified 10 months ago
  • Aug05_11-20-22_bc303a931364
    Training in progress, step 500 10 months ago
  • Aug05_11-24-17_bc303a931364
    Training in progress, step 500 10 months ago
  • Aug05_11-25-25_bc303a931364
    Training in progress, step 500 10 months ago