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

Hanhpt23
/
distilbert-imdb

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

Instructions to use Hanhpt23/distilbert-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Hanhpt23/distilbert-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Hanhpt23/distilbert-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Hanhpt23/distilbert-imdb")
    model = AutoModelForSequenceClassification.from_pretrained("Hanhpt23/distilbert-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-imdb / runs
15 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Hanhpt23's picture
Hanhpt23
End of training
a0c62ae verified almost 2 years ago
  • Jun30_20-54-40_2ef4cb042486
    Training in progress, step 500 almost 2 years ago
  • Jun30_21-02-10_2ef4cb042486
    Training in progress, step 500 almost 2 years ago
  • Jun30_21-05-43_2ef4cb042486
    End of training almost 2 years ago