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

selvaonline
/
shopping-assistant

Text Classification
Transformers
Safetensors
English
distilbert
shopping
deals
classification
e-commerce
recommendation
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use selvaonline/shopping-assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use selvaonline/shopping-assistant with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="selvaonline/shopping-assistant")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("selvaonline/shopping-assistant")
    model = AutoModelForSequenceClassification.from_pretrained("selvaonline/shopping-assistant")
  • Notebooks
  • Google Colab
  • Kaggle
shopping-assistant
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
selvaonline's picture
selvaonline
Upload app.py with huggingface_hub
6e17962 verified about 1 year ago
  • .huggingface
    Upload .huggingface/pipeline_tag.json with huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.64 kB
    Upload DistilBertForSequenceClassification about 1 year ago
  • app.py
    13.8 kB
    Upload app.py with huggingface_hub about 1 year ago
  • categories.json
    63 Bytes
    Upload categories.json with huggingface_hub about 1 year ago
  • config.json
    864 Bytes
    Upload DistilBertForSequenceClassification about 1 year ago
  • demo.html
    6.77 kB
    Upload demo.html with huggingface_hub about 1 year ago
  • demo.py
    2.89 kB
    Upload demo.py with huggingface_hub about 1 year ago
  • deploy_example.py
    2.79 kB
    Upload deploy_example.py with huggingface_hub about 1 year ago
  • gradio_demo.py
    4.28 kB
    Upload gradio_demo.py with huggingface_hub about 1 year ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification about 1 year ago
  • requirements.txt
    343 Bytes
    Upload requirements.txt with huggingface_hub about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    712 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.42 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    232 kB
    Upload tokenizer about 1 year ago
  • widget.py
    1.8 kB
    Upload widget.py with huggingface_hub about 1 year ago