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

  • Log In
  • Sign Up

dnth
/
ssf-retriever-modernbert-embed-base

Sentence Similarity
sentence-transformers
Safetensors
modernbert
feature-extraction
dense
Generated from Trainer
dataset_size:4180
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use dnth/ssf-retriever-modernbert-embed-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use dnth/ssf-retriever-modernbert-embed-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("dnth/ssf-retriever-modernbert-embed-base")
    
    sentences = [
        "The Warehouse Operations Executive/Inventory Management Executive/Warehouse Assistant Manager is responsible for planning and implementing complex warehouse processes, operations and technology. He/She is also responsible for developing plans to monitor and optimise storage utilisation levels, implementing quality programmes and using data analytics to review efficiency of the warehouse storage and layout plans. Analytical and logical, he is required to explore solutions and analyse the feasibility of plans. He is also expected to coordinate closely with internal and external stakeholders to implement processes and technology, and to assist in the management of the warehouse operations department.",
        "Warehouse Operations Manager responsible for overseeing and optimizing warehouse processes, managing inventory systems, and utilizing data analytics to enhance storage efficiency and layout. This role involves collaboration with various stakeholders to implement effective operational strategies and maintain quality standards.",
        "Lead Social Worker responsible for developing intervention plans, delivering training, and evaluating programs within the organization while collaborating with various communities and agencies.",
        "Junior Risk Analyst needed in the finance sector to support the evaluation and mitigation of potential risks within investment portfolios. The role includes conducting thorough risk assessments, preparing reports, and collaborating with senior analysts to enhance risk management frameworks. Strong analytical skills and familiarity with financial regulations are essential."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ssf-retriever-modernbert-embed-base
604 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
dnth's picture
dnth
Add new SentenceTransformer model
5734ff0 verified 8 months ago
  • 1_Pooling
    Add new SentenceTransformer model 8 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 9 months ago
  • README.md
    44.9 kB
    Add new SentenceTransformer model 8 months ago
  • added_tokens.json
    707 Bytes
    Add new SentenceTransformer model 9 months ago
  • chat_template.jinja
    4.12 kB
    Add new SentenceTransformer model 9 months ago
  • config.json
    1.21 kB
    Add new SentenceTransformer model 8 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 8 months ago
  • merges.txt
    1.67 MB
    Add new SentenceTransformer model 9 months ago
  • model.safetensors
    596 MB
    xet
    Add new SentenceTransformer model 8 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 9 months ago
  • sentence_bert_config.json
    58 Bytes
    Add new SentenceTransformer model 8 months ago
  • special_tokens_map.json
    694 Bytes
    Add new SentenceTransformer model 8 months ago
  • tokenizer.json
    3.58 MB
    xet
    Add new SentenceTransformer model 8 months ago
  • tokenizer_config.json
    20.8 kB
    Add new SentenceTransformer model 8 months ago
  • vocab.json
    2.78 MB
    Add new SentenceTransformer model 9 months ago