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

HarBat
/
distilled_bert_finetuning

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use HarBat/distilled_bert_finetuning with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="HarBat/distilled_bert_finetuning")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HarBat/distilled_bert_finetuning")
    model = AutoModelForSequenceClassification.from_pretrained("HarBat/distilled_bert_finetuning")
  • Notebooks
  • Google Colab
  • Kaggle
distilled_bert_finetuning / runs
143 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
HarBat's picture
HarBat
End of training
ef7e4ca over 3 years ago
  • Oct12_13-00-19_HarBat
    Training in progress, epoch 1 over 3 years ago
  • Oct12_13-01-25_HarBat
    Training in progress, epoch 1 over 3 years ago
  • Oct12_21-26-21_HarBat
    Training in progress, epoch 1 over 3 years ago
  • Oct12_22-41-07_HarBat
    End of training over 3 years ago
  • Oct13_20-17-12_HarBat
    End of training over 3 years ago
  • Oct13_21-06-04_HarBat
    End of training over 3 years ago
  • Oct13_21-14-46_HarBat
    End of training over 3 years ago
  • Oct13_21-27-25_HarBat
    End of training over 3 years ago
  • Oct13_21-38-12_HarBat
    End of training over 3 years ago
  • Oct14_10-08-50_HarBat
    End of training over 3 years ago
  • Oct14_11-11-26_HarBat
    End of training over 3 years ago
  • Oct14_11-23-15_HarBat
    End of training over 3 years ago