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

  • Log In
  • Sign Up

BCCh
/
pibot-intent-router

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

Instructions to use BCCh/pibot-intent-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use BCCh/pibot-intent-router with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("BCCh/pibot-intent-router")
    
    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
pibot-intent-router
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
smenaaliaga's picture
smenaaliaga
Upload multitask artifacts
f7b51d9 verified about 2 months ago
  • encoder
    Upload multitask artifacts about 2 months ago
  • .gitattributes
    1.58 kB
    Upload multitask artifacts about 2 months ago
  • README.md
    2.32 kB
    Upload multitask artifacts 2 months ago
  • heads.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    3.56 MB
    xet
    Upload multitask artifacts about 2 months ago
  • id2label.json
    202 Bytes
    Upload multitask artifacts about 2 months ago
  • label2id.json
    188 Bytes
    Upload multitask artifacts about 2 months ago
  • train_config.json
    420 Bytes
    Upload multitask artifacts about 2 months ago