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

aravindhank
/
tiny-bert-sst2-distilled

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

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

  • Libraries
  • Transformers

    How to use aravindhank/tiny-bert-sst2-distilled with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aravindhank/tiny-bert-sst2-distilled")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aravindhank/tiny-bert-sst2-distilled")
    model = AutoModelForSequenceClassification.from_pretrained("aravindhank/tiny-bert-sst2-distilled")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-bert-sst2-distilled / logs
42.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
aravindhank's picture
aravindhank
Training in progress, epoch 2
5b137c6 verified about 2 years ago
  • events.out.tfevents.1713967817.a9ae8da52b57.4950.0
    8.83 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1713970842.a9ae8da52b57.4950.1
    9.38 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1713972412.a9ae8da52b57.4950.2
    7.78 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1713973393.a9ae8da52b57.4950.3
    10.4 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • events.out.tfevents.1713975353.a9ae8da52b57.4950.4
    5.82 kB
    xet
    Training in progress, epoch 2 about 2 years ago