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

Sharpaxis
/
distilbert-news-classification

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 Sharpaxis/distilbert-news-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sharpaxis/distilbert-news-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sharpaxis/distilbert-news-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sharpaxis/distilbert-news-classification")
    model = AutoModelForSequenceClassification.from_pretrained("Sharpaxis/distilbert-news-classification")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-news-classification / runs
70.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Sharpaxis's picture
Sharpaxis
End of training
a93013f verified over 1 year ago
  • Dec03_12-33-20_0b17c882e740
    Training in progress, step 500 over 1 year ago
  • Dec03_13-04-40_0b17c882e740
    Training in progress, step 500 over 1 year ago
  • Dec03_13-09-33_0b17c882e740
    Training in progress, step 500 over 1 year ago
  • Dec03_13-17-38_0b17c882e740
    Training in progress, step 500 over 1 year ago
  • Dec03_13-22-26_0b17c882e740
    Training in progress, step 500 over 1 year ago
  • Dec03_13-26-52_0b17c882e740
    DONEE over 1 year ago
  • Dec30_21-52-19_Aadityas-MacBook-Pro.local
    End of training over 1 year ago
  • Nov23_13-38-22_Aadityas-MacBook-Pro.local
    Training in progress, step 500 over 1 year ago
  • Nov23_13-41-05_Aadityas-MacBook-Pro.local
    Training in progress, step 500 over 1 year ago
  • Nov23_13-44-59_Aadityas-MacBook-Pro.local
    Training in progress, step 500 over 1 year ago
  • Nov23_13-52-07_Aadityas-MacBook-Pro.local
    Training in progress, step 500 over 1 year ago
  • Nov23_13-57-13_Aadityas-MacBook-Pro.local
    Training in progress, step 955 over 1 year ago