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

belta1
/
bc_pibot_intent_setfit

Text Classification
PyTorch
Safetensors
sentence-transformers
Spanish
multitask-learning
spanish
intent-classification
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use belta1/bc_pibot_intent_setfit with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("belta1/bc_pibot_intent_setfit")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
bc_pibot_intent_setfit
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
belta1's picture
belta1
Upload multitask artifacts
492fcc8 verified 2 months ago
  • encoder
    Upload multitask artifacts 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    2.32 kB
    Upload multitask artifacts 2 months ago
  • heads.pt
    13.9 kB
    xet
    Upload multitask artifacts 2 months ago
  • id2label.json
    202 Bytes
    Upload multitask artifacts 2 months ago
  • label2id.json
    188 Bytes
    Upload multitask artifacts 2 months ago
  • train_config.json
    349 Bytes
    Upload multitask artifacts 2 months ago