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

pitangent-ds
/
distilbert-base-imdb

Text Classification
Transformers
TensorBoard
ONNX
Safetensors
PyTorch
English
distilbert
movie-review-sentiment
BertForSequenceClassification
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use pitangent-ds/distilbert-base-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pitangent-ds/distilbert-base-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pitangent-ds/distilbert-base-imdb")
    model = AutoModelForSequenceClassification.from_pretrained("pitangent-ds/distilbert-base-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-imdb
527 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
arnabdhar's picture
arnabdhar
Upload ort_config.json with huggingface_hub
6779445 over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.95 kB
    End of training over 2 years ago
  • config.json
    750 Bytes
    Upload config.json with huggingface_hub over 2 years ago
  • evaluate_results.json
    245 Bytes
    End of training over 2 years ago
  • model.onnx
    263 MB
    xet
    Upload model.onnx with huggingface_hub over 2 years ago
  • model.safetensors
    263 MB
    xet
    End of training over 2 years ago
  • ort_config.json
    831 Bytes
    Upload ort_config.json with huggingface_hub over 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload special_tokens_map.json with huggingface_hub over 2 years ago
  • tokenizer.json
    669 kB
    End of training over 2 years ago
  • tokenizer_config.json
    1.39 kB
    Upload tokenizer_config.json with huggingface_hub over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    4.6 kB
    xet
    End of training over 2 years ago
  • vocab.txt
    213 kB
    End of training over 2 years ago