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

  • Log In
  • Sign Up

NOVA-vision-language
/
task-intent-detector

Text Classification
Transformers
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

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")
  • Notebooks
  • Google Colab
  • Kaggle
task-intent-detector / model_code
50.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
d-c-t's picture
d-c-t
Upload 4 files
95a0b56 verified almost 2 years ago
  • twiz-data
    Upload 4 files almost 2 years ago
  • dataset_loader.py
    2.57 kB
    Upload 3 files almost 2 years ago
  • intent-detection-example.ipynb
    2.3 kB
    Upload 3 files almost 2 years ago
  • intent-detection-training.ipynb
    43.9 kB
    Upload 3 files almost 2 years ago