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

Grinding
/
ticketsense-sentiment

Text Classification
Transformers
Safetensors
English
roberta
customer-support
sentiment-analysis
lora
distillation
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Grinding/ticketsense-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Grinding/ticketsense-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Grinding/ticketsense-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Grinding/ticketsense-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("Grinding/ticketsense-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
ticketsense-sentiment
333 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Grinding's picture
Grinding
Upload README.md with huggingface_hub
8392978 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    1.36 kB
    Upload README.md with huggingface_hub 8 days ago
  • config.json
    851 Bytes
    Upload RobertaForSequenceClassification 8 days ago
  • merges.txt
    456 kB
    Upload tokenizer 8 days ago
  • model.safetensors
    328 MB
    xet
    Upload RobertaForSequenceClassification 8 days ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer 8 days ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 8 days ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer 8 days ago
  • vocab.json
    798 kB
    Upload tokenizer 8 days ago