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

kokojake
/
modernbert-embed-base-fitness-health-matryoshka

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

Instructions to use kokojake/modernbert-embed-base-fitness-health-matryoshka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use kokojake/modernbert-embed-base-fitness-health-matryoshka with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("kokojake/modernbert-embed-base-fitness-health-matryoshka")
    
    sentences = [
        "= little to no difference (low certainty)\n \t\n= little to no difference (moderate certainty)\n= benefit that meets threshold for clinically important difference (very low certainty) = benefit that meets threshold for clinically important difference (low certainty)\n\t\n= benefit that meets threshold for clinically important difference (moderate certainty).\n53\n4. Evidence and recommendations\nIntervention class B: Physical interventions •\t In the comparison of any structured \nexercise programme with usual care  \n(6 trials), trivial benefits were observed for \npain and function. Since the certainty of the \nevidence was very low for other time-points and outcomes, it was uncertain whether \nany structured exercise programme: \n\t›\n\tdecreased pain in the immediate term \n(trivial effect);\n\t›\n\tmade little to no difference to pain in the short term or long term;\n\t›\n\timproved function in the immediate \nterm (trivial effect);\n\t›\n\tmade little to no difference to function \nin the short term; or\n\t› improved function in the long term. \nIn the two trials on older people, trivial \nbenefit was observed for function. Since the \ncertainty of the evidence was very low, it was uncertain whether any structured exercise \nprogramme:\n\t›\n\tmade little to no difference to pain in \nthe immediate term (2 trials) or short \nterm (1 trial);\n\t› improved function the immediate term \n(trivial effect, 2 trials); or\n\t›\n\tmade little to no difference to function \nin the short term (1 trial).\nIn the two trials that monitored harms,",
        "voice functions assessment techniques and impairments",
        "physiotherapy exercises for patients with casts",
        "effectiveness of exercise on function in older adults"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-embed-base-fitness-health-matryoshka
600 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kokojake's picture
kokojake
Add new SentenceTransformer model
6dd4b39 verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    41.8 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    1.21 kB
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    596 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    54 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    694 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    3.58 MB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    20.8 kB
    Add new SentenceTransformer model about 1 year ago