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

genome06
/
automated_tech_support_ticketing_model

Text Classification
Transformers
Joblib
PyTorch
English
distilbert
customer-support
nlp
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use genome06/automated_tech_support_ticketing_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="genome06/automated_tech_support_ticketing_model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("genome06/automated_tech_support_ticketing_model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
automated_tech_support_ticketing_model / models /tokenizer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Genome06
Add tokenizer configuration file for BERT model
04ced60 5 months ago
  • tokenizer.json
    712 kB
    Add tokenizer configuration file for BERT model 5 months ago
  • tokenizer_config.json
    322 Bytes
    Add tokenizer configuration file for BERT model 5 months ago