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

  • Log In
  • Sign Up

moshew
/
Mini-bert-distilled

Text Classification
Transformers
PyTorch
TensorBoard
bert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use moshew/Mini-bert-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use moshew/Mini-bert-distilled with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="moshew/Mini-bert-distilled")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("moshew/Mini-bert-distilled")
    model = AutoModelForSequenceClassification.from_pretrained("moshew/Mini-bert-distilled")
  • Notebooks
  • Google Colab
  • Kaggle
Mini-bert-distilled / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
moshew's picture
moshew
Training in progress, epoch 7
819afe2 about 4 years ago
  • May10_19-24-19_25056aed8f14
    Training in progress, epoch 7 about 4 years ago