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

  • Log In
  • Sign Up

Corran
/
SciGenNomicEmbedStaticOnnx

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
Generated from Trainer
dataset_size:35934
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use Corran/SciGenNomicEmbedStaticOnnx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Corran/SciGenNomicEmbedStaticOnnx")
    
    sentences = [
        "Stating purpose of the current research with reference to gaps or issues in the literature",
        "During the 15-year study, 10% of the osseointegrated implants in the edentulous jaw showed signs of peri-implantitis, leading to their failure.",
        "This paper provides an in-depth exploration of the qualitative case study methodology, addressing the lack of comprehensive guidance for novice researchers in this area.",
        "As a novice researcher in management science, I have been drawn to the qualitative case study methodology due to its ability to provide rich, in-depth insights into complex real-world situations."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
SciGenNomicEmbedStaticOnnx
94.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Corran's picture
Corran
Add new SentenceTransformer model with an onnx backend
867f9b7 verified over 1 year ago
  • 0_StaticEmbedding
    Add new SentenceTransformer model with an onnx backend over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    29.3 kB
    Add new SentenceTransformer model with an onnx backend over 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model with an onnx backend over 1 year ago
  • modules.json
    134 Bytes
    Add new SentenceTransformer model with an onnx backend over 1 year ago