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

ByteMeHarder-404
/
bert-imdb-ensemble

Text Classification
Transformers
Safetensors
English
ensemble
sentiment-analysis
imdb
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use ByteMeHarder-404/bert-imdb-ensemble with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ByteMeHarder-404/bert-imdb-ensemble with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ByteMeHarder-404/bert-imdb-ensemble")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ByteMeHarder-404/bert-imdb-ensemble", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-imdb-ensemble
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ByteMeHarder-404's picture
ByteMeHarder-404
Create README.md
70879f7 verified 8 months ago
  • model_0
    Upload folder using huggingface_hub 8 months ago
  • model_1
    Upload folder using huggingface_hub 8 months ago
  • model_2
    Upload folder using huggingface_hub 8 months ago
  • tokenizer
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.55 kB
    Create README.md 8 months ago