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

  • Log In
  • Sign Up

rsl-ai
/
bert_distillation_tiny

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

Instructions to use rsl-ai/bert_distillation_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rsl-ai/bert_distillation_tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rsl-ai/bert_distillation_tiny")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rsl-ai/bert_distillation_tiny")
    model = AutoModelForSequenceClassification.from_pretrained("rsl-ai/bert_distillation_tiny")
  • Notebooks
  • Google Colab
  • Kaggle
bert_distillation_tiny / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Ruslan Prashchurovich
End of training
9792015 verified 3 months ago
  • events.out.tfevents.1769866502.07ea23e13e7b.1072.3
    9.98 kB
    xet
    End of training 3 months ago
  • events.out.tfevents.1769866870.07ea23e13e7b.1072.4
    477 Bytes
    xet
    End of training 3 months ago