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

  • Log In
  • Sign Up

BruceT02
/
DistilBert_Exp

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

  • Libraries
  • Transformers

    How to use BruceT02/DistilBert_Exp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="BruceT02/DistilBert_Exp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("BruceT02/DistilBert_Exp")
    model = AutoModelForSequenceClassification.from_pretrained("BruceT02/DistilBert_Exp")
  • Notebooks
  • Google Colab
  • Kaggle
DistilBert_Exp / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BruceT02's picture
BruceT02
End of training
8664da8 verified almost 2 years ago
  • Jun11_12-09-22_b7e446d2babd
    Training in progress, epoch 1 almost 2 years ago
  • Jun11_12-14-47_b7e446d2babd
    Training in progress, epoch 1 almost 2 years ago
  • Jun11_12-22-17_b7e446d2babd
    End of training almost 2 years ago