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

  • Log In
  • Sign Up

promptsbyesha
/
NexaConverseAI-IntentModel

Text Classification
Transformers
English
intent-recognition
conversational-ai
customer-support
chatbot
nlp
Model card Files Files and versions
xet
Community

Instructions to use promptsbyesha/NexaConverseAI-IntentModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use promptsbyesha/NexaConverseAI-IntentModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="promptsbyesha/NexaConverseAI-IntentModel")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("promptsbyesha/NexaConverseAI-IntentModel", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NexaConverseAI-IntentModel
1.72 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
promptsbyesha's picture
promptsbyesha
Create README.md
4fa46e5 verified 7 months ago
  • .gitattributes
    1.55 kB
    Upload folder using huggingface_hub 7 months ago
  • README.md
    166 Bytes
    Create README.md 7 months ago