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 / encoder
91.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
belta1's picture
belta1
Upload multitask artifacts
492fcc8 verified 3 months ago
  • 1_Pooling
    Upload multitask artifacts 3 months ago
  • README.md
    10.6 kB
    Upload multitask artifacts 3 months ago
  • config.json
    774 Bytes
    Upload multitask artifacts 3 months ago
  • config_sentence_transformers.json
    296 Bytes
    Upload multitask artifacts 3 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload multitask artifacts 3 months ago
  • modules.json
    368 Bytes
    Upload multitask artifacts 3 months ago
  • sentence_bert_config.json
    60 Bytes
    Upload multitask artifacts 3 months ago
  • tokenizer.json
    712 kB
    Upload multitask artifacts 3 months ago
  • tokenizer_config.json
    390 Bytes
    Upload multitask artifacts 3 months ago