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

sergioburdisso
/
dialog2flow-joint-bert-base

Sentence Similarity
sentence-transformers
Safetensors
English
bert
task-oriented-dialogues
dialog-flow
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use sergioburdisso/dialog2flow-joint-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sergioburdisso/dialog2flow-joint-bert-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sergioburdisso/dialog2flow-joint-bert-base")
    
    sentences = [
        "your phone please",
        "please get their phone number",
        "okay can i get your phone number please to make that booking",
        "okay can i please get your id number"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
dialog2flow-joint-bert-base / 1_Pooling
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sergioburdisso's picture
sergioburdisso
Push model to huggingface
3eaee80 verified over 1 year ago
  • config.json
    270 Bytes
    Push model to huggingface over 1 year ago