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

pilotj
/
distil-bert-final-version

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 pilotj/distil-bert-final-version with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pilotj/distil-bert-final-version with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pilotj/distil-bert-final-version")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pilotj/distil-bert-final-version")
    model = AutoModelForSequenceClassification.from_pretrained("pilotj/distil-bert-final-version")
  • Notebooks
  • Google Colab
  • Kaggle
distil-bert-final-version / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
pilotj's picture
pilotj
Training in progress, step 3000
455cd31 verified over 1 year ago
  • Sep28_06-24-12_7b554403b730
    Training in progress, step 9000 over 1 year ago
  • Sep28_09-12-42_7b554403b730
    Training in progress, step 1000 over 1 year ago
  • Sep28_09-13-17_7b554403b730
    Training in progress, step 3000 over 1 year ago