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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gokuls
/
tiny-bert-sst2-mobilebert-distillation

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use gokuls/tiny-bert-sst2-mobilebert-distillation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gokuls/tiny-bert-sst2-mobilebert-distillation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gokuls/tiny-bert-sst2-mobilebert-distillation")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gokuls/tiny-bert-sst2-mobilebert-distillation")
    model = AutoModelForSequenceClassification.from_pretrained("gokuls/tiny-bert-sst2-mobilebert-distillation", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-bert-sst2-mobilebert-distillation / logs
42.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
gokuls's picture
gokuls
End of training
799cfa9 almost 4 years ago
  • 1661025714.310865
    Training in progress, epoch 1 almost 4 years ago
  • 1661026216.006978
    Training in progress, epoch 1 almost 4 years ago
  • 1661077024.9149
    Training in progress, epoch 1 almost 4 years ago
  • 1661086377.061343
    Training in progress, epoch 1 almost 4 years ago
  • events.out.tfevents.1661025714.LAPTOP-1LFUVIHV.4736.0
    3.63 kB
    xet
    Training in progress, epoch 1 almost 4 years ago
  • events.out.tfevents.1661026215.LAPTOP-1LFUVIHV.4736.2
    5.07 kB
    xet
    Training in progress, epoch 3 almost 4 years ago
  • events.out.tfevents.1661077024.LAPTOP-1LFUVIHV.2372.0
    6.05 kB
    xet
    Training in progress, epoch 5 almost 4 years ago
  • events.out.tfevents.1661086377.efebd2fa394c.73.0
    6.55 kB
    xet
    End of training almost 4 years ago
  • events.out.tfevents.1661088082.efebd2fa394c.73.2
    369 Bytes
    xet
    End of training almost 4 years ago