Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AmaiaSolaun
/
intent_classifier

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use AmaiaSolaun/intent_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AmaiaSolaun/intent_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AmaiaSolaun/intent_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("AmaiaSolaun/intent_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
intent_classifier / runs
122 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
AmaiaSolaun's picture
AmaiaSolaun
Training in progress, epoch 5
a93543f about 3 years ago
  • Jun01_08-36-09_be2625b98cf6
    Training in progress, epoch 1 about 3 years ago
  • Jun01_08-43-01_be2625b98cf6
    Training in progress, epoch 1 about 3 years ago
  • Jun01_08-46-33_be2625b98cf6
    Training in progress, epoch 1 about 3 years ago
  • Jun01_08-48-49_be2625b98cf6
    Training in progress, epoch 1 about 3 years ago
  • Jun01_08-49-44_be2625b98cf6
    Training in progress, epoch 5 about 3 years ago
  • Jun02_13-26-42_66d1d05780d7
    Training in progress, epoch 5 about 3 years ago
  • Jun02_20-11-38_e4f12b3f8962
    Training in progress, epoch 5 about 3 years ago
  • May31_22-30-04_41456ca01148
    Training in progress, epoch 1 about 3 years ago
  • May31_22-36-02_41456ca01148
    Training in progress, epoch 1 about 3 years ago
  • May31_23-46-27_41456ca01148
    Training in progress, epoch 2 about 3 years ago