Token Classification
Transformers
Safetensors
Korean
English
Japanese
korean
intent-detection
speech-act
named-entity-recognition
span-extraction
conversational-ai
real-time
encoder
deberta
Instructions to use Elda-AI/intenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elda-AI/intenter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Elda-AI/intenter")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Elda-AI/intenter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!