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

  • Log In
  • Sign Up

FremyCompany
/
BioLORD-STAMB2-v1

Sentence Similarity
sentence-transformers
PyTorch
English
mpnet
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use FremyCompany/BioLORD-STAMB2-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use FremyCompany/BioLORD-STAMB2-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("FremyCompany/BioLORD-STAMB2-v1")
    
    sentences = [
        "bartonellosis",
        "cat scratch disease",
        "cat scratch wound",
        "tick-borne orbivirus fever",
        "cat fur"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [5, 5]
  • Notebooks
  • Google Colab
  • Kaggle
BioLORD-STAMB2-v1
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
FremyCompany's picture
FremyCompany
Add link to BioLORD-2023
97e127f over 2 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    6.95 kB
    Add link to BioLORD-2023 over 2 years ago
  • config.json
    693 Bytes
    Upload the model over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    Upload the model over 3 years ago
  • sentence_bert_config.json
    53 Bytes
    Upload the model over 3 years ago
  • special_tokens_map.json
    239 Bytes
    Upload the model over 3 years ago
  • tokenizer.json
    466 kB
    Upload the model over 3 years ago
  • tokenizer_config.json
    433 Bytes
    Upload the model over 3 years ago
  • vocab.txt
    232 kB
    Upload the model over 3 years ago