Text Classification
Transformers
English
intent-recognition
conversational-ai
customer-support
chatbot
nlp
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
metadata
license: mit
language:
- en
pipeline_tag: text-classification
tags:
- intent-recognition
- conversational-ai
- customer-support
- chatbot
- transformers
- nlp