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

  • Log In
  • Sign Up

rsaketh02
/
imdb

Text Classification
Transformers
google-tensorflow TensorFlow
distilbert
generated_from_keras_callback
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use rsaketh02/imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="rsaketh02/imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rsaketh02/imdb")
    model = AutoModelForSequenceClassification.from_pretrained("rsaketh02/imdb")
  • Notebooks
  • Google Colab
  • Kaggle
imdb
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rsaketh02's picture
rsaketh02
Training in progress epoch 1
8657ca6 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.85 kB
    Training in progress epoch 1 over 2 years ago
  • config.json
    658 Bytes
    Training in progress epoch 0 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress epoch 0 over 2 years ago
  • tf_model.h5
    268 MB
    xet
    Training in progress epoch 0 over 2 years ago
  • tokenizer.json
    711 kB
    Training in progress epoch 0 over 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress epoch 0 over 2 years ago
  • vocab.txt
    232 kB
    Training in progress epoch 0 over 2 years ago