Instructions to use NOVA-vision-language/task-intent-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NOVA-vision-language/task-intent-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NOVA-vision-language/task-intent-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NOVA-vision-language/task-intent-detector") model = AutoModelForSequenceClassification.from_pretrained("NOVA-vision-language/task-intent-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 254 Bytes
95a0b56 | 1 2 3 4 5 6 | [[
"This is the previous system utterance. Unfortunately, I can't share these.",
"This is the last thing the user said. Find all the intents in all_intents.json Again, I can't share them. The next one is the intent name. ",
"SelectIntent"
]]
|