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

  • Log In
  • Sign Up

yazied49
/
intent_model

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use yazied49/intent_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yazied49/intent_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yazied49/intent_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yazied49/intent_model")
    model = AutoModelForSequenceClassification.from_pretrained("yazied49/intent_model")
  • Notebooks
  • Google Colab
  • Kaggle
intent_model / runs
65 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
yazied49's picture
yazied49
cc
24ddcb7 verified 11 months ago
  • Jun14_04-23-51_5b2de4798a60
    cc 11 months ago