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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

pj-mathematician
/
JobSkillBGE-large-en-v1.5

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

Instructions to use pj-mathematician/JobSkillBGE-large-en-v1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use pj-mathematician/JobSkillBGE-large-en-v1.5 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("pj-mathematician/JobSkillBGE-large-en-v1.5")
    
    sentences = [
        "For roles such as 'physiotherapist', 'neuromusculoskeletal physiotherapist', 'osteopath', and 'chiropractor', the skills needed include a deep understanding of human anatomy and physiology, strong diagnostic skills, and the ability to apply manual therapy techniques to treat musculoskeletal issues. Additionally, effective communication skills are crucial for explaining treatments and exercises to patients, while adaptability and problem-solving skills are essential for tailoring treatments to individual patient needs.",
        "Job roles such as insulation installers, HVAC technicians, and construction engineers require knowledge of various types and characteristics of insulation materials to effectively reduce heat transfer and improve energy efficiency in buildings and systems. Understanding the typology of insulation materials, including their thermal properties, durability, and environmental impact, is crucial for these professionals to select the most appropriate materials for specific applications.",
        "Job roles such as Contract Managers, Legal Analysts, and Compliance Officers require the skill of reviewing or auditing completed contracts to ensure legal accuracy, compliance with regulations, and alignment with organizational goals.",
        "Job roles that require skills in dealing with emergency care situations include emergency medical technicians (EMTs), paramedics, and emergency room nurses or doctors, all of whom must quickly and effectively manage critical health situations to save lives."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
JobSkillBGE-large-en-v1.5
20.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pj-mathematician's picture
pj-mathematician
Add files using upload-large-folder tool
9e55bcb verified about 1 year ago
  • checkpoint-3800
    Add files using upload-large-folder tool about 1 year ago
  • checkpoint-4000
    Add files using upload-large-folder tool about 1 year ago
  • checkpoint-4200
    Add files using upload-large-folder tool about 1 year ago
  • checkpoint-4400
    Add files using upload-large-folder tool about 1 year ago
  • checkpoint-4480
    Add files using upload-large-folder tool about 1 year ago
  • eval
    Add files using upload-large-folder tool about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    30.1 kB
    Add files using upload-large-folder tool about 1 year ago