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

  • Log In
  • Sign Up

Neleac
/
yelp-review-classifier

Text Classification
Transformers
Safetensors
English
distilbert
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Neleac/yelp-review-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Neleac/yelp-review-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Neleac/yelp-review-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Neleac/yelp-review-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Neleac/yelp-review-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
yelp-review-classifier
541 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Neleac's picture
Neleac
Update README.md
9595ca7 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    1.91 kB
    Update README.md 5 months ago
  • config.json
    845 Bytes
    Upload DistilBertForSequenceClassification 5 months ago
  • model.safetensors
    541 MB
    xet
    Upload DistilBertForSequenceClassification 5 months ago