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

  • Log In
  • Sign Up

sidd272
/
Distilbert_model

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use sidd272/Distilbert_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sidd272/Distilbert_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sidd272/Distilbert_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sidd272/Distilbert_model")
    model = AutoModelForSequenceClassification.from_pretrained("sidd272/Distilbert_model")
  • Notebooks
  • Google Colab
  • Kaggle
Distilbert_model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sidd272's picture
sidd272
Training in progress, epoch 1
a3bf668 verified over 2 years ago
  • Jan26_13-05-23_5f5250441cee
    Training in progress, epoch 9 over 2 years ago
  • Jan26_13-21-34_5f5250441cee
    Training in progress, epoch 1 over 2 years ago