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

drewgenai
/
midterm-compare-arctic-embed-m-ft

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

Instructions to use drewgenai/midterm-compare-arctic-embed-m-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use drewgenai/midterm-compare-arctic-embed-m-ft with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("drewgenai/midterm-compare-arctic-embed-m-ft")
    
    sentences = [
        "How does the Work-Related Stress Scale (WRSS-8) assess the impact of workplace stress?",
        "Linked Psychological & Physical Assessment\nChronic Pain Adjustment Index (CPAI-10)\nThe CPAI-10 evaluates the strategies people use to cope with chronic pain and adapt their\nbehaviors.\nAssessment Questions:\nI change my daily routine to reduce pain impact. (Scale: 0-5)\nI mentally prepare myself before engaging in painful activities. (Scale: 0-5)\nI use relaxation techniques to minimize pain perception. (Scale: 0-5)\nI use breathing exercises to manage pain episodes. (Scale: 0-5)\nI avoid specific physical activities that increase my pain. (Scale: 0-5)\nOccupational Fatigue Index (OFI-7)\nThe OFI-7 assesses work-related exhaustion and its influence on cognitive and emotional\nwell-being.\nAssessment Questions:\nI feel exhausted after a standard workday. (Scale: 0-3)\nI struggle to stay motivated due to workplace stress. (Scale: 0-3)\nI feel overwhelmed when handling multiple responsibilities. (Scale: 0-3)\nI find it difficult to disconnect from work-related concerns. (Scale: 0-3)\nI experience sleep disturbances due to work-related stress. (Scale: 0-3)\nRational Decision-Making Test (RDMT-6)\nThe RDMT-6 evaluates logical reasoning and decision-making processes.\nAssessment Questions:",
        "Linked Psychological & Physical Assessment\nPain Coping Strategy Scale (PCSS-9)\nThe PCSS-9 measures how individuals adjust to chronic pain and its impact on their lifestyle, using\na structured 9-item scale.\nAssessment Questions:\nI change my daily routine to reduce pain impact. (Scale: 0-5)\nI mentally prepare myself before engaging in painful activities. (Scale: 0-5)\nI use relaxation techniques to minimize pain perception. (Scale: 0-5)\nI focus on positive thinking to help manage pain. (Scale: 0-5)\nWork-Related Stress Scale (WRSS-8)\nThe WRSS-8 evaluates work-induced stress and its psychological effects.\nAssessment Questions:\nI feel exhausted after a standard workday. (Scale: 0-3)\nI struggle to stay motivated due to workplace stress. (Scale: 0-3)\nI feel overwhelmed when handling multiple responsibilities. (Scale: 0-3)\nI find it difficult to disconnect from work-related concerns. (Scale: 0-3)\nDecision-Making Confidence Scale (DMCS-6)\nThe DMCS-6 evaluates confidence in making personal and professional decisions.\nAssessment Questions:\nI feel confident when making important decisions. (Scale: 0-3)\nI second-guess myself often when making choices. (Scale: 0-3)\nI trust my instincts when faced with uncertainty. (Scale: 0-3)",
        "Linked Psychological & Physical Assessment\nPain Coping Strategy Scale (PCSS-9)\nThe PCSS-9 measures how individuals adjust to chronic pain and its impact on their lifestyle, using\na structured 9-item scale.\nAssessment Questions:\nI change my daily routine to reduce pain impact. (Scale: 0-5)\nI mentally prepare myself before engaging in painful activities. (Scale: 0-5)\nI use relaxation techniques to minimize pain perception. (Scale: 0-5)\nI focus on positive thinking to help manage pain. (Scale: 0-5)\nWork-Related Stress Scale (WRSS-8)\nThe WRSS-8 evaluates work-induced stress and its psychological effects.\nAssessment Questions:\nI feel exhausted after a standard workday. (Scale: 0-3)\nI struggle to stay motivated due to workplace stress. (Scale: 0-3)\nI feel overwhelmed when handling multiple responsibilities. (Scale: 0-3)\nI find it difficult to disconnect from work-related concerns. (Scale: 0-3)\nDecision-Making Confidence Scale (DMCS-6)\nThe DMCS-6 evaluates confidence in making personal and professional decisions.\nAssessment Questions:\nI feel confident when making important decisions. (Scale: 0-3)\nI second-guess myself often when making choices. (Scale: 0-3)\nI trust my instincts when faced with uncertainty. (Scale: 0-3)"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
midterm-compare-arctic-embed-m-ft
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
drewgenai's picture
drewgenai
Add new SentenceTransformer model
695a90e verified over 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    26.3 kB
    Add new SentenceTransformer model over 1 year ago
  • config.json
    675 Bytes
    Add new SentenceTransformer model over 1 year ago
  • config_sentence_transformers.json
    281 Bytes
    Add new SentenceTransformer model over 1 year ago
  • model.safetensors
    436 MB
    xet
    Add new SentenceTransformer model over 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model over 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model over 1 year ago
  • tokenizer_config.json
    1.41 kB
    Add new SentenceTransformer model over 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model over 1 year ago