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

MultiSense
/
SaleIntent_bert

Text Classification
Transformers
Safetensors
Chinese
English
bert
sales
intent-classification
dialogue
evaluation
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use MultiSense/SaleIntent_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MultiSense/SaleIntent_bert")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MultiSense/SaleIntent_bert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SaleIntent_bert
913 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
xuanbo's picture
xuanbo
Update README.md
fc8a275 verified 7 days ago
  • en
    Upload folder using huggingface_hub 8 months ago
  • zh
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    9.2 kB
    Update README.md 7 days ago