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

  • Log In
  • Sign Up

ncncomplete
/
distilbert-imdb-sentiment

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ncncomplete/distilbert-imdb-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ncncomplete/distilbert-imdb-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ncncomplete/distilbert-imdb-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("ncncomplete/distilbert-imdb-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-imdb-sentiment
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ncncomplete's picture
ncncomplete
Upload tokenizer
e593434 verified 23 days ago
  • .gitattributes
    1.52 kB
    initial commit 23 days ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 23 days ago
  • config.json
    663 Bytes
    Upload DistilBertForSequenceClassification 23 days ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 23 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 23 days ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer 23 days ago