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

Puidii
/
trustpilot_review_classifier

Text Classification
Transformers
Safetensors
German
bert
classification
NLP
Transformers
BERT
Reviews
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Puidii/trustpilot_review_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Puidii/trustpilot_review_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Puidii/trustpilot_review_classifier")
    # Load model directly
    from transformers import AutoTokenizer, TrustpilotBERTClassifier
    
    tokenizer = AutoTokenizer.from_pretrained("Puidii/trustpilot_review_classifier")
    model = TrustpilotBERTClassifier.from_pretrained("Puidii/trustpilot_review_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
trustpilot_review_classifier
884 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Puidii's picture
Puidii
Update README.md
6c0efcd verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    498 Bytes
    Update README.md about 1 year ago
  • config.json
    851 Bytes
    upload the model and tokenizer about 1 year ago
  • model.safetensors
    441 MB
    xet
    modified model to match bert naming about 1 year ago
  • model_inbalanced.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    441 MB
    xet
    Upload model_inbalanced.pth about 1 year ago
  • special_tokens_map.json
    125 Bytes
    upload the model and tokenizer about 1 year ago
  • tokenizer.json
    729 kB
    upload the model and tokenizer about 1 year ago
  • tokenizer_config.json
    1.29 kB
    upload the model and tokenizer about 1 year ago
  • vocab.txt
    240 kB
    upload the model and tokenizer about 1 year ago