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

  • Log In
  • Sign Up

JeremiahZ
/
imdb_distilbert-base-uncased

Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JeremiahZ/imdb_distilbert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JeremiahZ/imdb_distilbert-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JeremiahZ/imdb_distilbert-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JeremiahZ/imdb_distilbert-base-uncased")
    model = AutoModelForSequenceClassification.from_pretrained("JeremiahZ/imdb_distilbert-base-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
imdb_distilbert-base-uncased
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JeremiahZ's picture
JeremiahZ
End of training
4feca7f over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.59 kB
    End of training over 2 years ago
  • all_results.json
    394 Bytes
    End of training over 2 years ago
  • config.json
    779 Bytes
    Model save over 2 years ago
  • eval_results.json
    220 Bytes
    End of training over 2 years ago
  • model.safetensors
    268 MB
    xet
    Model save over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Model save over 2 years ago
  • tokenizer.json
    712 kB
    Model save over 2 years ago
  • tokenizer_config.json
    1.22 kB
    Model save over 2 years ago
  • train_results.json
    194 Bytes
    End of training over 2 years ago
  • trainer_state.json
    6.11 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.6 kB
    xet
    Model save over 2 years ago
  • vocab.txt
    232 kB
    Model save over 2 years ago