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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

SebasLopez-ai
/
distilbert-amazon-reviews-sentiment

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

Instructions to use SebasLopez-ai/distilbert-amazon-reviews-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SebasLopez-ai/distilbert-amazon-reviews-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SebasLopez-ai/distilbert-amazon-reviews-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SebasLopez-ai/distilbert-amazon-reviews-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("SebasLopez-ai/distilbert-amazon-reviews-sentiment", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-amazon-reviews-sentiment
549 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
SebasLopez-ai's picture
SebasLopez-ai
onnx bueno
881c645 verified 4 months ago
  • onnx
    onnx bueno 4 months ago
  • .gitattributes
    1.58 kB
    init commit 4 months ago
  • README.md
    22.3 kB
    YALM updated 4 months ago
  • config.json
    772 Bytes
    init commit 4 months ago
  • confusion_matrix.png
    88.2 kB
    init commit 4 months ago
  • metrics_distilbert.json
    37 kB
    init commit 4 months ago
  • model.safetensors
    268 MB
    xet
    init commit 4 months ago
  • predictions_distilbert.csv
    11.4 MB
    xet
    init commit 4 months ago
  • tokenizer.json
    712 kB
    init commit 4 months ago
  • tokenizer_config.json
    357 Bytes
    init commit 4 months ago