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

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

  • Libraries
  • Transformers

    How to use lixiwu/trainer-chapter4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lixiwu/trainer-chapter4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lixiwu/trainer-chapter4")
    model = AutoModelForSequenceClassification.from_pretrained("lixiwu/trainer-chapter4")
  • Notebooks
  • Google Colab
  • Kaggle
trainer-chapter4 / runs
17.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lixiwu's picture
lixiwu
End of training
4eab2a3 verified almost 2 years ago
  • Jun02_02-10-42_effcc47647fb
    End of training almost 2 years ago
  • Jun03_03-51-24_00d5241e8610
    End of training almost 2 years ago
  • May31_03-58-25_5a3e84e432f1
    End of training almost 2 years ago