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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

PBusienei
/
Nashville_Analytics_Summit_conference_helper

Sentence Similarity
sentence-transformers
PyTorch
bert
feature-extraction
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • sentence-transformers

    How to use PBusienei/Nashville_Analytics_Summit_conference_helper with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("PBusienei/Nashville_Analytics_Summit_conference_helper")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Nashville_Analytics_Summit_conference_helper
90.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
PBusienei's picture
PBusienei
updated readme
b6b7060 over 4 years ago
  • .gitattributes
    1.22 kB
    initial commit over 4 years ago
  • README.md
    5.58 kB
    updated the title over 4 years ago
  • config.json
    612 Bytes
    added configurations file over 4 years ago
  • config_sentence_transformers.json
    116 Bytes
    added sentence configuration json over 4 years ago
  • modules.json
    349 Bytes
    added modules json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    90.9 MB
    xet
    added pytorch model over 4 years ago
  • sentence_bert_config.json
    53 Bytes
    added sentence config over 4 years ago
  • special_tokens_map.json
    112 Bytes
    added special tokens over 4 years ago
  • tokenizer_config.json
    383 Bytes
    added tokenizer over 4 years ago
  • train_script.py
    13.8 kB
    updated readme over 4 years ago