Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +587 -3
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +5 -0
- config_sentence_transformers.json +12 -0
- merges.txt +0 -0
- modules.json +20 -0
- pytorch_model_fsdp.bin +3 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +20 -0
- tokenizer.json +3 -0
- tokenizer_config.json +50 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
1_Pooling/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"word_embedding_dimension": 3584,
|
| 3 |
+
"pooling_mode_cls_token": false,
|
| 4 |
+
"pooling_mode_mean_tokens": false,
|
| 5 |
+
"pooling_mode_max_tokens": false,
|
| 6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
| 7 |
+
"pooling_mode_weightedmean_tokens": false,
|
| 8 |
+
"pooling_mode_lasttoken": true,
|
| 9 |
+
"include_prompt": true
|
| 10 |
+
}
|
README.md
CHANGED
|
@@ -1,3 +1,587 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- sentence-transformers
|
| 4 |
+
- sentence-similarity
|
| 5 |
+
- feature-extraction
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- dataset_size:114699
|
| 8 |
+
- loss:CachedGISTEmbedLoss
|
| 9 |
+
base_model: Alibaba-NLP/gte-Qwen2-7B-instruct
|
| 10 |
+
widget:
|
| 11 |
+
- source_sentence: 'Bus drivers, including those operating in various sectors like
|
| 12 |
+
public transit, intercity, private, or school services, need strong driving skills,
|
| 13 |
+
knowledge of traffic laws, and the ability to operate safely in diverse conditions.
|
| 14 |
+
Additionally, effective communication skills and the ability to handle passenger
|
| 15 |
+
inquiries and emergencies are crucial.
|
| 16 |
+
|
| 17 |
+
[''bus driver'', ''intercity bus driver'', ''private bus operator'', ''transit
|
| 18 |
+
bus driver'', ''public service vehicle operator'', ''passenger driver'', ''international
|
| 19 |
+
bus driver'', ''public bus operator'', ''touristic bus driver'', ''coach driver'',
|
| 20 |
+
''private coach driver'', ''public bus driver'', ''bus operator'', ''driver of
|
| 21 |
+
bus'', ''bus driving operator'', ''schoolbus driver'']'
|
| 22 |
+
sentences:
|
| 23 |
+
- 'The skill of determining shreds sizes percentage in cigarettes is primarily required
|
| 24 |
+
by tobacco processing technicians and quality control specialists in the cigarette
|
| 25 |
+
manufacturing industry, who ensure that the tobacco shreds meet specific size
|
| 26 |
+
and quality standards for consistent product performance.
|
| 27 |
+
|
| 28 |
+
[''determine shreds sizes percentage in cigarettes'', ''determine shreds sizes
|
| 29 |
+
percentage in cigarettes'', ''determine the shreds sizes percentage of cigarettes'',
|
| 30 |
+
''determine shreds size percentages in cigarettes'', ''agree shreds sizes percentage
|
| 31 |
+
in cigarettes'', ''determine the shreds sizes percentage in cigarettes'', ''confirm
|
| 32 |
+
shreds sizes percentage in cigarettes'', ''sort shreds sizes percentage in cigarettes'']'
|
| 33 |
+
- 'Job roles such as curriculum developers, educational consultants, and instructional
|
| 34 |
+
designers require skills like analyzing, evaluating, and scrutinizing curriculums
|
| 35 |
+
to improve educational outcomes. For legislative programmes, roles including policy
|
| 36 |
+
analysts, legislative aides, and compliance officers use skills to test, evaluate,
|
| 37 |
+
and scrutinize legislative processes to ensure effective and efficient policy
|
| 38 |
+
implementation.
|
| 39 |
+
|
| 40 |
+
[''analyse curriculum'', ''test legislative programmes'', ''evaluate legislative
|
| 41 |
+
programmes'', ''evaluate curriculum'', ''test curriculum'', ''investigate curriculum'',
|
| 42 |
+
''scrutinise curriculum'', ''analyze curriculum'', ''scrutinise legislative processes'',
|
| 43 |
+
''investigate legislative programmes'']'
|
| 44 |
+
- 'Job roles such as customer service representatives, flight attendants, and hotel
|
| 45 |
+
concierges require a strong focus on passengers or customers, ensuring their needs
|
| 46 |
+
and comfort are prioritized to provide excellent service and support.
|
| 47 |
+
|
| 48 |
+
[''focus on passengers'', ''prioritise passengers'', ''ensure passenger prioritisation'',
|
| 49 |
+
''make passengers a priority'', ''maintain a focus on passengers'', ''ensure passengers
|
| 50 |
+
are the priority focus'', ''ensure passengers are prioritised'', ''attend to passengers'',
|
| 51 |
+
''ensure a focus on passengers'']'
|
| 52 |
+
- source_sentence: 'A medical laboratory assistant, or any of its synonyms such as
|
| 53 |
+
a biomedical laboratory assistant, requires strong attention to detail, proficiency
|
| 54 |
+
in using laboratory equipment, and a foundational understanding of medical science.
|
| 55 |
+
Additionally, skills in sample handling, data recording, and basic research methodologies
|
| 56 |
+
are crucial for roles like a clinical research assistant or an assistant in medical
|
| 57 |
+
laboratory.
|
| 58 |
+
|
| 59 |
+
[''medical laboratory assistant'', ''medical laboratory research assistant'',
|
| 60 |
+
''biomedical laboratory assistant'', ''clinical research assistant'', ''assistant
|
| 61 |
+
in medical laboratory'', ''biomedical laboratory research assistant'', ''assistant
|
| 62 |
+
clinical researcher'', ''medical lab assistant'', ''assistant in biomedical laboratory'']'
|
| 63 |
+
sentences:
|
| 64 |
+
- 'Job roles such as automotive mechanics, fleet managers, and vehicle technicians
|
| 65 |
+
require skills to ensure vehicle operability and regular maintenance, which involves
|
| 66 |
+
diagnosing and repairing issues to keep vehicles roadworthy and operational.
|
| 67 |
+
|
| 68 |
+
[''ensure vehicle operability'', ''keep vehicle roadworthy'', ''keep vehicle operational'',
|
| 69 |
+
''ensure operability of the vehicle'', ''ensure vehicle remains operational'',
|
| 70 |
+
''ensure maintenance of vehicle'', ''ensure regular vehicle maintenance'', ''ensure
|
| 71 |
+
operation of the vehicle'', ''ensure operability'']'
|
| 72 |
+
- 'The skill of classroom management is primarily required by teachers and educators
|
| 73 |
+
at all levels, from kindergarten to higher education, to ensure a productive,
|
| 74 |
+
safe, and organized learning environment. It involves maintaining discipline,
|
| 75 |
+
organizing space and materials, and facilitating effective instruction, roles
|
| 76 |
+
that are crucial for teaching assistants and substitute teachers as well.
|
| 77 |
+
|
| 78 |
+
[''perform classroom management'', ''performing classroom management'', ''conduct
|
| 79 |
+
classroom management'', ''practice classroom management'', ''carry out classroom
|
| 80 |
+
management'', ''implement classroom management'', ''performs classroom management'']'
|
| 81 |
+
- 'Job roles requiring expertise in stem cells, including embryonic and adult stem
|
| 82 |
+
cells, typically include stem cell researchers, regenerative medicine scientists,
|
| 83 |
+
and biomedical engineers who focus on the development and application of stem
|
| 84 |
+
cell technologies for therapeutic purposes. Additionally, clinical researchers
|
| 85 |
+
and medical practitioners in specialized fields such as oncology and hematology
|
| 86 |
+
may utilize knowledge of stem cells for treatment and research purposes.
|
| 87 |
+
|
| 88 |
+
[''stem cells'', ''undifferentiated biological cells'', ''embryonic stem cells'',
|
| 89 |
+
''development of stem cells'', ''stem cell'', ''adult stem cells'', ''stem cells'']'
|
| 90 |
+
- source_sentence: 'For roles such as ''physiotherapist'', ''neuromusculoskeletal
|
| 91 |
+
physiotherapist'', ''osteopath'', and ''chiropractor'', the skills needed include
|
| 92 |
+
a deep understanding of human anatomy and physiology, strong diagnostic skills,
|
| 93 |
+
and the ability to apply manual therapy techniques to treat musculoskeletal issues.
|
| 94 |
+
Additionally, effective communication skills are crucial for explaining treatments
|
| 95 |
+
and exercises to patients, while adaptability and problem-solving skills are essential
|
| 96 |
+
for tailoring treatments to individual patient needs.
|
| 97 |
+
|
| 98 |
+
[''physiotherapist'', ''neuromusculoskeletal physiotherapist'', ''osteopath'',
|
| 99 |
+
''eurythmy therapist'', ''respiratory therapist'', ''remedial physiotherapist'',
|
| 100 |
+
''physiotherapist manager'', ''occupational therapist'', ''neurological physiotherapist'',
|
| 101 |
+
''occupational physiotherapist'', ''bobath physiotherapist'', ''neuromuscular
|
| 102 |
+
physiotherapist'', ''manipulative physiotherapist'', ''hydrotherapist'', ''rehabilitation
|
| 103 |
+
therapist'', ''masseuse'', ''health promotion worker'', ''cardiovascular physiotherapist'',
|
| 104 |
+
''respiratory physiotherapist'', ''chiropractor'', ''sports physiotherapist'',
|
| 105 |
+
''chiropractic therapist'', ''neurodevelopmental physiotherapist'', ''physical
|
| 106 |
+
therapist'', ''health and well-being therapist'', ''business physiotherapist'']'
|
| 107 |
+
sentences:
|
| 108 |
+
- 'Job roles that require skills in dealing with emergency care situations include
|
| 109 |
+
emergency medical technicians (EMTs), paramedics, and emergency room nurses or
|
| 110 |
+
doctors, all of whom must quickly and effectively manage critical health situations
|
| 111 |
+
to save lives.
|
| 112 |
+
|
| 113 |
+
[''deal with emergency care situations'', ''deal with emergency care situation'',
|
| 114 |
+
''handle emergency care situation'', ''apply knowledge in emergency care situations'',
|
| 115 |
+
''handle emergency care situations'']'
|
| 116 |
+
- 'Job roles such as fashion designers, stylist coordinators, and jewelry designers
|
| 117 |
+
require the skill to distinguish and evaluate accessories, their differences,
|
| 118 |
+
and applications, to ensure the right aesthetic and functional fit for their designs
|
| 119 |
+
or clients. This skill is crucial for creating cohesive looks and enhancing the
|
| 120 |
+
overall visual appeal in fashion and design industries.
|
| 121 |
+
|
| 122 |
+
[''distinguish accessories'', ''evaluate accessories and their differences'',
|
| 123 |
+
''evaluate accessories and their application'', ''differentiate accessories'',
|
| 124 |
+
''distinguish accessories and their application'', ''distinguish differences in
|
| 125 |
+
accessories'']'
|
| 126 |
+
- 'Job roles that require expertise in curriculum objectives include educational
|
| 127 |
+
consultants, curriculum developers, and instructional designers, who are tasked
|
| 128 |
+
with creating and refining educational content and learning goals to meet specific
|
| 129 |
+
educational standards and student needs. Teachers and headteachers also utilize
|
| 130 |
+
these skills to align their teaching methods and materials with the set educational
|
| 131 |
+
targets and aims.
|
| 132 |
+
|
| 133 |
+
[''curriculum objectives'', ''curriculum objective'', ''curriculum goals'', ''curriculum
|
| 134 |
+
targets'', ''curriculum aims'', ''curricula objectives'']'
|
| 135 |
+
- source_sentence: 'A mine surveyor, also known as a mining surveyor or mine planning
|
| 136 |
+
surveyor, requires expertise in geomatics and mining engineering to accurately
|
| 137 |
+
map and plan mine operations, ensuring safety and efficiency. They must also possess
|
| 138 |
+
strong analytical skills and the ability to use specialized software for creating
|
| 139 |
+
detailed mine plans and maintaining accurate records.
|
| 140 |
+
|
| 141 |
+
[''mine surveyor'', ''mining surveyor'', ''mine operations surveyor'', ''mine
|
| 142 |
+
plan maker'', ''mine records keeper'', ''mine surveyors'', ''planner of mining
|
| 143 |
+
operations'', ''mine planning surveyor'']'
|
| 144 |
+
sentences:
|
| 145 |
+
- 'Job roles such as data analysts, business analysts, and financial analysts require
|
| 146 |
+
the skill to present reports or prepare statistical reports, as they often need
|
| 147 |
+
to communicate complex data insights clearly and effectively to stakeholders.
|
| 148 |
+
|
| 149 |
+
[''present reports'', ''present a report'', ''submit presentation'', ''prepare
|
| 150 |
+
statistical reports'']'
|
| 151 |
+
- 'Job roles such as Food Safety Manager, Quality Assurance Specialist, and Public
|
| 152 |
+
Health Inspector require the skill of developing food safety programs to ensure
|
| 153 |
+
compliance with regulations and maintain high standards of food safety in various
|
| 154 |
+
settings including manufacturing, retail, and public health sectors.
|
| 155 |
+
|
| 156 |
+
[''develop food safety programmes'', ''creating food safety programmes'', ''develop
|
| 157 |
+
programmes for food safety'', ''food safety programmes creating'', ''food safety
|
| 158 |
+
programmes developing'', ''develop food safety programs'', ''food safety programme
|
| 159 |
+
developing'', ''food safety programme creating'', ''create food safety programmes'',
|
| 160 |
+
''create programmes for food safety'', ''developing food safety programmes'']'
|
| 161 |
+
- 'The skill of using a sander, whether it be a handheld, manual, automatic, or
|
| 162 |
+
drywall sander, is primarily required by construction workers, carpenters, and
|
| 163 |
+
drywall installers for tasks such as roughening and smoothing wall surfaces to
|
| 164 |
+
prepare them for painting or finishing.
|
| 165 |
+
|
| 166 |
+
[''use sander'', ''use handheld sander'', ''roughening of wall surfaces'', ''use
|
| 167 |
+
drywall sander'', ''sanding of wall surfaces'', ''using sander'', ''sander usage'',
|
| 168 |
+
''use manual sander'', ''drywall sanding'', ''use automatic sander'']'
|
| 169 |
+
- source_sentence: 'An insulation supervisor, regardless of the specific type of insulation
|
| 170 |
+
material or installation area, requires strong project management skills, knowledge
|
| 171 |
+
of building codes and safety regulations, and expertise in insulation techniques
|
| 172 |
+
to oversee the installation process effectively and ensure quality standards are
|
| 173 |
+
met.
|
| 174 |
+
|
| 175 |
+
[''insulation supervisor'', ''supervisor of installation of insulating materials'',
|
| 176 |
+
''supervisor of insulation materials installation'', ''supervisor of installation
|
| 177 |
+
of insulation'', ''solid wall insulation installation supervisor'', ''insulation
|
| 178 |
+
installers supervisor'', ''cavity wall insulation installation supervisor'', ''loft
|
| 179 |
+
insulation installation supervisor'']'
|
| 180 |
+
sentences:
|
| 181 |
+
- 'Job roles such as Food Safety Inspector, Public Health Officer, and Environmental
|
| 182 |
+
Health Specialist require the skill of taking action on food safety violations
|
| 183 |
+
to ensure compliance with health regulations and maintain public safety standards.
|
| 184 |
+
|
| 185 |
+
[''take action on food safety violations'', ''invoke action on food safety violations'',
|
| 186 |
+
''agree action on food safety violations'', ''pursue action on food safety violations'',
|
| 187 |
+
''determine action on food safety violations'']'
|
| 188 |
+
- 'Job roles that require skills in operating and supervising textile printing machines
|
| 189 |
+
include Textile Printer Operators, Printing Machine Technicians, and Textile Production
|
| 190 |
+
Specialists. These roles involve setting up, running, and maintaining printing
|
| 191 |
+
machinery to ensure high-quality textile printing.
|
| 192 |
+
|
| 193 |
+
[''tend textile printing machines'', ''activate and supervise printing machines
|
| 194 |
+
for textile material'', ''activate and supervise textile printing machines'',
|
| 195 |
+
''tend printing machines for textile'', ''tend printing machines for textile material'',
|
| 196 |
+
''care for textile printing machines'', ''operate printing machines for textile
|
| 197 |
+
material'', ''operate textile printing machines'']'
|
| 198 |
+
- 'The skill of installing insulation material is primarily required by job roles
|
| 199 |
+
such as insulation workers, HVAC technicians, and construction specialists, who
|
| 200 |
+
are responsible for improving energy efficiency and thermal comfort in buildings
|
| 201 |
+
by correctly fitting and fixing insulation materials in various structures.
|
| 202 |
+
|
| 203 |
+
[''install insulation material'', ''insulate structure'', ''fix insulation'',
|
| 204 |
+
''insulation material installation'', ''installation of insulation material'',
|
| 205 |
+
''fitting insulation'', ''insulating structure'', ''installing insulation material'',
|
| 206 |
+
''fixing insulation'', ''fit insulation'']'
|
| 207 |
+
pipeline_tag: sentence-similarity
|
| 208 |
+
library_name: sentence-transformers
|
| 209 |
+
---
|
| 210 |
+
|
| 211 |
+
# Job-Skill matching fintuned Alibaba-NLP/gte-Qwen2-7B-instruct lora
|
| 212 |
+
|
| 213 |
+
Top performing model on [TalentCLEF 2025](https://talentclef.github.io/talentclef/) Task B. Use it for job title <-> skill set matching
|
| 214 |
+
|
| 215 |
+
## Model Details
|
| 216 |
+
|
| 217 |
+
### Model Description
|
| 218 |
+
- **Model Type:** Sentence Transformer
|
| 219 |
+
- **Base model:** [Alibaba-NLP/gte-Qwen2-7B-instruct](https://huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct) <!-- at revision a8d08b36ada9cacfe34c4d6f80957772a025daf2 -->
|
| 220 |
+
- **Maximum Sequence Length:** 512 tokens
|
| 221 |
+
- **Output Dimensionality:** 3584 dimensions
|
| 222 |
+
- **Similarity Function:** Cosine Similarity
|
| 223 |
+
<!-- - **Training Dataset:** Unknown -->
|
| 224 |
+
<!-- - **Language:** Unknown -->
|
| 225 |
+
<!-- - **License:** Unknown -->
|
| 226 |
+
|
| 227 |
+
### Model Sources
|
| 228 |
+
|
| 229 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
| 230 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
| 231 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
| 232 |
+
|
| 233 |
+
### Full Model Architecture
|
| 234 |
+
|
| 235 |
+
```
|
| 236 |
+
SentenceTransformer(
|
| 237 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: Qwen2Model
|
| 238 |
+
(1): Pooling({'word_embedding_dimension': 3584, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': True, 'include_prompt': True})
|
| 239 |
+
(2): Normalize()
|
| 240 |
+
)
|
| 241 |
+
```
|
| 242 |
+
|
| 243 |
+
## Usage
|
| 244 |
+
|
| 245 |
+
### Direct Usage (Sentence Transformers)
|
| 246 |
+
|
| 247 |
+
First install the Sentence Transformers library:
|
| 248 |
+
|
| 249 |
+
```bash
|
| 250 |
+
pip install -U sentence-transformers
|
| 251 |
+
```
|
| 252 |
+
|
| 253 |
+
Then you can load this model and run inference.
|
| 254 |
+
```python
|
| 255 |
+
from sentence_transformers import SentenceTransformer
|
| 256 |
+
|
| 257 |
+
# Download from the 🤗 Hub
|
| 258 |
+
model = SentenceTransformer("pj-mathematician/JobSkillGTE-7b-lora")
|
| 259 |
+
# Run inference
|
| 260 |
+
sentences = [
|
| 261 |
+
"An insulation supervisor, regardless of the specific type of insulation material or installation area, requires strong project management skills, knowledge of building codes and safety regulations, and expertise in insulation techniques to oversee the installation process effectively and ensure quality standards are met.\n['insulation supervisor', 'supervisor of installation of insulating materials', 'supervisor of insulation materials installation', 'supervisor of installation of insulation', 'solid wall insulation installation supervisor', 'insulation installers supervisor', 'cavity wall insulation installation supervisor', 'loft insulation installation supervisor']",
|
| 262 |
+
"The skill of installing insulation material is primarily required by job roles such as insulation workers, HVAC technicians, and construction specialists, who are responsible for improving energy efficiency and thermal comfort in buildings by correctly fitting and fixing insulation materials in various structures.\n['install insulation material', 'insulate structure', 'fix insulation', 'insulation material installation', 'installation of insulation material', 'fitting insulation', 'insulating structure', 'installing insulation material', 'fixing insulation', 'fit insulation']",
|
| 263 |
+
"Job roles such as Food Safety Inspector, Public Health Officer, and Environmental Health Specialist require the skill of taking action on food safety violations to ensure compliance with health regulations and maintain public safety standards.\n['take action on food safety violations', 'invoke action on food safety violations', 'agree action on food safety violations', 'pursue action on food safety violations', 'determine action on food safety violations']",
|
| 264 |
+
]
|
| 265 |
+
embeddings = model.encode(sentences)
|
| 266 |
+
print(embeddings.shape)
|
| 267 |
+
# [3, 3584]
|
| 268 |
+
|
| 269 |
+
# Get the similarity scores for the embeddings
|
| 270 |
+
similarities = model.similarity(embeddings, embeddings)
|
| 271 |
+
print(similarities.shape)
|
| 272 |
+
# [3, 3]
|
| 273 |
+
```
|
| 274 |
+
|
| 275 |
+
<!--
|
| 276 |
+
### Direct Usage (Transformers)
|
| 277 |
+
|
| 278 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
| 279 |
+
|
| 280 |
+
</details>
|
| 281 |
+
-->
|
| 282 |
+
|
| 283 |
+
<!--
|
| 284 |
+
### Downstream Usage (Sentence Transformers)
|
| 285 |
+
|
| 286 |
+
You can finetune this model on your own dataset.
|
| 287 |
+
|
| 288 |
+
<details><summary>Click to expand</summary>
|
| 289 |
+
|
| 290 |
+
</details>
|
| 291 |
+
-->
|
| 292 |
+
|
| 293 |
+
<!--
|
| 294 |
+
### Out-of-Scope Use
|
| 295 |
+
|
| 296 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 297 |
+
-->
|
| 298 |
+
|
| 299 |
+
<!--
|
| 300 |
+
## Bias, Risks and Limitations
|
| 301 |
+
|
| 302 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
| 303 |
+
-->
|
| 304 |
+
|
| 305 |
+
<!--
|
| 306 |
+
### Recommendations
|
| 307 |
+
|
| 308 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
| 309 |
+
-->
|
| 310 |
+
|
| 311 |
+
## Training Details
|
| 312 |
+
|
| 313 |
+
### Training Dataset
|
| 314 |
+
|
| 315 |
+
#### Unnamed Dataset
|
| 316 |
+
|
| 317 |
+
* Size: 114,699 training samples
|
| 318 |
+
* Columns: <code>anchor</code> and <code>positive</code>
|
| 319 |
+
* Approximate statistics based on the first 1000 samples:
|
| 320 |
+
| | anchor | positive |
|
| 321 |
+
|:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
|
| 322 |
+
| type | string | string |
|
| 323 |
+
| details | <ul><li>min: 73 tokens</li><li>mean: 133.53 tokens</li><li>max: 333 tokens</li></ul> | <ul><li>min: 44 tokens</li><li>mean: 104.56 tokens</li><li>max: 236 tokens</li></ul> |
|
| 324 |
+
* Samples:
|
| 325 |
+
| anchor | positive |
|
| 326 |
+
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 327 |
+
| <code>A technical director or any of its synonyms requires a strong blend of technical expertise and leadership skills, including the ability to oversee technical operations, manage teams, and ensure the successful execution of technical projects while maintaining operational efficiency and innovation.<br>['technical director', 'technical and operations director', 'head of technical', 'director of technical arts', 'head of technical department', 'technical supervisor', 'technical manager']</code> | <code>Job roles that require promoting health and safety include occupational health and safety specialists, safety managers, and public health educators, all of whom work to ensure safe and healthy environments in workplaces and communities.<br>['promote health and safety', 'promote importance of health and safety', 'promoting health and safety', 'advertise health and safety']</code> |
|
| 328 |
+
| <code>A technical director or any of its synonyms requires a strong blend of technical expertise and leadership skills, including the ability to oversee technical operations, manage teams, and ensure the successful execution of technical projects while maintaining operational efficiency and innovation.<br>['technical director', 'technical and operations director', 'head of technical', 'director of technical arts', 'head of technical department', 'technical supervisor', 'technical manager']</code> | <code>Job roles that require organizing rehearsals include directors, choreographers, and conductors in theater, dance, and music ensembles, who must efficiently plan and schedule practice sessions to prepare performers for a successful final performance.<br>['organise rehearsals', 'organise rehearsal', 'organize rehearsals', 'plan rehearsals', 'arrange rehearsals', 'organising rehearsals', 'schedule rehearsals']</code> |
|
| 329 |
+
| <code>A technical director or any of its synonyms requires a strong blend of technical expertise and leadership skills, including the ability to oversee technical operations, manage teams, and ensure the successful execution of technical projects while maintaining operational efficiency and innovation.<br>['technical director', 'technical and operations director', 'head of technical', 'director of technical arts', 'head of technical department', 'technical supervisor', 'technical manager']</code> | <code>Job roles such as Health and Safety Managers, Environmental Health Officers, and Risk Management Specialists often require the skill of negotiating health and safety issues with third parties to ensure compliance and protection standards are met across different organizations and sites.<br>['negotiate health and safety issues with third parties', 'agree with third parties on health and safety', 'negotiate issues on health and safety with third parties', 'negotiate with third parties on health and safety issues', 'negotiate health and safety matters with third parties']</code> |
|
| 330 |
+
* Loss: [<code>CachedGISTEmbedLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cachedgistembedloss) with these parameters:
|
| 331 |
+
```json
|
| 332 |
+
{'guide': SentenceTransformer(
|
| 333 |
+
(0): Transformer({'max_seq_length': 128, 'do_lower_case': False}) with Transformer model: BertModel
|
| 334 |
+
(1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
| 335 |
+
(2): Normalize()
|
| 336 |
+
), 'temperature': 0.01, 'mini_batch_size': 48, 'margin_strategy': 'absolute', 'margin': 0.0}
|
| 337 |
+
```
|
| 338 |
+
|
| 339 |
+
### Training Hyperparameters
|
| 340 |
+
#### Non-Default Hyperparameters
|
| 341 |
+
|
| 342 |
+
- `per_device_train_batch_size`: 128
|
| 343 |
+
- `per_device_eval_batch_size`: 128
|
| 344 |
+
- `gradient_accumulation_steps`: 2
|
| 345 |
+
- `num_train_epochs`: 2
|
| 346 |
+
- `warmup_ratio`: 0.05
|
| 347 |
+
- `log_on_each_node`: False
|
| 348 |
+
- `fp16`: True
|
| 349 |
+
- `dataloader_num_workers`: 4
|
| 350 |
+
- `fsdp`: ['full_shard', 'auto_wrap']
|
| 351 |
+
- `fsdp_config`: {'transformer_layer_cls_to_wrap': ['Qwen2DecoderLayer'], 'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 352 |
+
- `ddp_find_unused_parameters`: True
|
| 353 |
+
- `gradient_checkpointing`: True
|
| 354 |
+
- `batch_sampler`: no_duplicates
|
| 355 |
+
|
| 356 |
+
#### All Hyperparameters
|
| 357 |
+
<details><summary>Click to expand</summary>
|
| 358 |
+
|
| 359 |
+
- `overwrite_output_dir`: False
|
| 360 |
+
- `do_predict`: False
|
| 361 |
+
- `eval_strategy`: no
|
| 362 |
+
- `prediction_loss_only`: True
|
| 363 |
+
- `per_device_train_batch_size`: 128
|
| 364 |
+
- `per_device_eval_batch_size`: 128
|
| 365 |
+
- `per_gpu_train_batch_size`: None
|
| 366 |
+
- `per_gpu_eval_batch_size`: None
|
| 367 |
+
- `gradient_accumulation_steps`: 2
|
| 368 |
+
- `eval_accumulation_steps`: None
|
| 369 |
+
- `torch_empty_cache_steps`: None
|
| 370 |
+
- `learning_rate`: 5e-05
|
| 371 |
+
- `weight_decay`: 0.0
|
| 372 |
+
- `adam_beta1`: 0.9
|
| 373 |
+
- `adam_beta2`: 0.999
|
| 374 |
+
- `adam_epsilon`: 1e-08
|
| 375 |
+
- `max_grad_norm`: 1.0
|
| 376 |
+
- `num_train_epochs`: 2
|
| 377 |
+
- `max_steps`: -1
|
| 378 |
+
- `lr_scheduler_type`: linear
|
| 379 |
+
- `lr_scheduler_kwargs`: {}
|
| 380 |
+
- `warmup_ratio`: 0.05
|
| 381 |
+
- `warmup_steps`: 0
|
| 382 |
+
- `log_level`: passive
|
| 383 |
+
- `log_level_replica`: warning
|
| 384 |
+
- `log_on_each_node`: False
|
| 385 |
+
- `logging_nan_inf_filter`: True
|
| 386 |
+
- `save_safetensors`: True
|
| 387 |
+
- `save_on_each_node`: False
|
| 388 |
+
- `save_only_model`: False
|
| 389 |
+
- `restore_callback_states_from_checkpoint`: False
|
| 390 |
+
- `no_cuda`: False
|
| 391 |
+
- `use_cpu`: False
|
| 392 |
+
- `use_mps_device`: False
|
| 393 |
+
- `seed`: 42
|
| 394 |
+
- `data_seed`: None
|
| 395 |
+
- `jit_mode_eval`: False
|
| 396 |
+
- `use_ipex`: False
|
| 397 |
+
- `bf16`: False
|
| 398 |
+
- `fp16`: True
|
| 399 |
+
- `fp16_opt_level`: O1
|
| 400 |
+
- `half_precision_backend`: auto
|
| 401 |
+
- `bf16_full_eval`: False
|
| 402 |
+
- `fp16_full_eval`: False
|
| 403 |
+
- `tf32`: None
|
| 404 |
+
- `local_rank`: 0
|
| 405 |
+
- `ddp_backend`: None
|
| 406 |
+
- `tpu_num_cores`: None
|
| 407 |
+
- `tpu_metrics_debug`: False
|
| 408 |
+
- `debug`: []
|
| 409 |
+
- `dataloader_drop_last`: True
|
| 410 |
+
- `dataloader_num_workers`: 4
|
| 411 |
+
- `dataloader_prefetch_factor`: None
|
| 412 |
+
- `past_index`: -1
|
| 413 |
+
- `disable_tqdm`: False
|
| 414 |
+
- `remove_unused_columns`: True
|
| 415 |
+
- `label_names`: None
|
| 416 |
+
- `load_best_model_at_end`: False
|
| 417 |
+
- `ignore_data_skip`: False
|
| 418 |
+
- `fsdp`: ['full_shard', 'auto_wrap']
|
| 419 |
+
- `fsdp_min_num_params`: 0
|
| 420 |
+
- `fsdp_config`: {'transformer_layer_cls_to_wrap': ['Qwen2DecoderLayer'], 'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
| 421 |
+
- `tp_size`: 0
|
| 422 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
| 423 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
| 424 |
+
- `deepspeed`: None
|
| 425 |
+
- `label_smoothing_factor`: 0.0
|
| 426 |
+
- `optim`: adamw_torch
|
| 427 |
+
- `optim_args`: None
|
| 428 |
+
- `adafactor`: False
|
| 429 |
+
- `group_by_length`: False
|
| 430 |
+
- `length_column_name`: length
|
| 431 |
+
- `ddp_find_unused_parameters`: True
|
| 432 |
+
- `ddp_bucket_cap_mb`: None
|
| 433 |
+
- `ddp_broadcast_buffers`: False
|
| 434 |
+
- `dataloader_pin_memory`: True
|
| 435 |
+
- `dataloader_persistent_workers`: False
|
| 436 |
+
- `skip_memory_metrics`: True
|
| 437 |
+
- `use_legacy_prediction_loop`: False
|
| 438 |
+
- `push_to_hub`: False
|
| 439 |
+
- `resume_from_checkpoint`: None
|
| 440 |
+
- `hub_model_id`: None
|
| 441 |
+
- `hub_strategy`: every_save
|
| 442 |
+
- `hub_private_repo`: None
|
| 443 |
+
- `hub_always_push`: False
|
| 444 |
+
- `gradient_checkpointing`: True
|
| 445 |
+
- `gradient_checkpointing_kwargs`: None
|
| 446 |
+
- `include_inputs_for_metrics`: False
|
| 447 |
+
- `include_for_metrics`: []
|
| 448 |
+
- `eval_do_concat_batches`: True
|
| 449 |
+
- `fp16_backend`: auto
|
| 450 |
+
- `push_to_hub_model_id`: None
|
| 451 |
+
- `push_to_hub_organization`: None
|
| 452 |
+
- `mp_parameters`:
|
| 453 |
+
- `auto_find_batch_size`: False
|
| 454 |
+
- `full_determinism`: False
|
| 455 |
+
- `torchdynamo`: None
|
| 456 |
+
- `ray_scope`: last
|
| 457 |
+
- `ddp_timeout`: 1800
|
| 458 |
+
- `torch_compile`: False
|
| 459 |
+
- `torch_compile_backend`: None
|
| 460 |
+
- `torch_compile_mode`: None
|
| 461 |
+
- `include_tokens_per_second`: False
|
| 462 |
+
- `include_num_input_tokens_seen`: False
|
| 463 |
+
- `neftune_noise_alpha`: None
|
| 464 |
+
- `optim_target_modules`: None
|
| 465 |
+
- `batch_eval_metrics`: False
|
| 466 |
+
- `eval_on_start`: False
|
| 467 |
+
- `use_liger_kernel`: False
|
| 468 |
+
- `eval_use_gather_object`: False
|
| 469 |
+
- `average_tokens_across_devices`: False
|
| 470 |
+
- `prompts`: None
|
| 471 |
+
- `batch_sampler`: no_duplicates
|
| 472 |
+
- `multi_dataset_batch_sampler`: proportional
|
| 473 |
+
|
| 474 |
+
</details>
|
| 475 |
+
|
| 476 |
+
### Training Logs
|
| 477 |
+
| Epoch | Step | Training Loss |
|
| 478 |
+
|:------:|:----:|:-------------:|
|
| 479 |
+
| 0.0156 | 1 | 21.5186 |
|
| 480 |
+
| 0.0312 | 2 | 21.4075 |
|
| 481 |
+
| 0.0469 | 3 | 21.0309 |
|
| 482 |
+
| 0.0625 | 4 | 20.7294 |
|
| 483 |
+
| 0.0781 | 5 | 20.9851 |
|
| 484 |
+
| 0.0938 | 6 | 21.3215 |
|
| 485 |
+
| 0.1094 | 7 | 19.8458 |
|
| 486 |
+
| 0.125 | 8 | 18.52 |
|
| 487 |
+
| 0.1406 | 9 | 17.622 |
|
| 488 |
+
| 0.1562 | 10 | 17.5794 |
|
| 489 |
+
| 0.1719 | 11 | 15.8784 |
|
| 490 |
+
| 0.1875 | 12 | 14.5842 |
|
| 491 |
+
| 0.2031 | 13 | 13.3324 |
|
| 492 |
+
| 0.2188 | 14 | 12.3194 |
|
| 493 |
+
| 0.2344 | 15 | 11.2523 |
|
| 494 |
+
| 0.25 | 16 | 10.7172 |
|
| 495 |
+
| 0.2656 | 17 | 10.0063 |
|
| 496 |
+
| 0.2812 | 18 | 9.5643 |
|
| 497 |
+
| 0.2969 | 19 | 9.2463 |
|
| 498 |
+
| 0.3125 | 20 | 8.6533 |
|
| 499 |
+
| 0.3281 | 21 | 8.0588 |
|
| 500 |
+
| 0.3438 | 22 | 8.1866 |
|
| 501 |
+
| 0.3594 | 23 | 7.6767 |
|
| 502 |
+
| 0.375 | 24 | 6.9832 |
|
| 503 |
+
| 0.3906 | 25 | 6.7932 |
|
| 504 |
+
| 0.4062 | 26 | 6.292 |
|
| 505 |
+
| 0.4219 | 27 | 6.1263 |
|
| 506 |
+
| 0.4375 | 28 | 5.8976 |
|
| 507 |
+
| 0.4531 | 29 | 5.7214 |
|
| 508 |
+
| 0.4688 | 30 | 5.6451 |
|
| 509 |
+
| 0.4844 | 31 | 5.6232 |
|
| 510 |
+
| 0.5 | 32 | 5.2984 |
|
| 511 |
+
| 0.5156 | 33 | 5.0322 |
|
| 512 |
+
| 0.5312 | 34 | 4.9435 |
|
| 513 |
+
| 0.5469 | 35 | 4.737 |
|
| 514 |
+
| 0.5625 | 36 | 4.4266 |
|
| 515 |
+
| 0.5781 | 37 | 4.5082 |
|
| 516 |
+
| 0.5938 | 38 | 4.315 |
|
| 517 |
+
| 0.6094 | 39 | 4.269 |
|
| 518 |
+
| 0.625 | 40 | 4.2473 |
|
| 519 |
+
| 0.6406 | 41 | 4.2054 |
|
| 520 |
+
| 0.6562 | 42 | 4.2172 |
|
| 521 |
+
| 0.6719 | 43 | 3.8311 |
|
| 522 |
+
| 0.6875 | 44 | 4.0803 |
|
| 523 |
+
| 0.7031 | 45 | 4.2809 |
|
| 524 |
+
| 0.7188 | 46 | 4.1843 |
|
| 525 |
+
| 0.7344 | 47 | 3.9913 |
|
| 526 |
+
| 0.75 | 48 | 3.9465 |
|
| 527 |
+
| 0.7656 | 49 | 4.0828 |
|
| 528 |
+
| 0.7812 | 50 | 4.0018 |
|
| 529 |
+
| 0.7969 | 51 | 3.8023 |
|
| 530 |
+
| 0.8125 | 52 | 3.897 |
|
| 531 |
+
| 0.8281 | 53 | 3.8941 |
|
| 532 |
+
| 0.8438 | 54 | 3.7708 |
|
| 533 |
+
| 0.8594 | 55 | 3.8051 |
|
| 534 |
+
| 0.875 | 56 | 3.7117 |
|
| 535 |
+
| 0.8906 | 57 | 3.8584 |
|
| 536 |
+
| 0.9062 | 58 | 3.6421 |
|
| 537 |
+
| 0.9219 | 59 | 3.7097 |
|
| 538 |
+
| 0.9375 | 60 | 3.6906 |
|
| 539 |
+
| 0.9531 | 61 | 3.7011 |
|
| 540 |
+
| 0.9688 | 62 | 3.744 |
|
| 541 |
+
| 0.9844 | 63 | 3.6493 |
|
| 542 |
+
| 1.0 | 64 | 3.5659 |
|
| 543 |
+
|
| 544 |
+
|
| 545 |
+
### Framework Versions
|
| 546 |
+
- Python: 3.11.11
|
| 547 |
+
- Sentence Transformers: 4.1.0
|
| 548 |
+
- Transformers: 4.51.2
|
| 549 |
+
- PyTorch: 2.6.0+cu124
|
| 550 |
+
- Accelerate: 1.6.0
|
| 551 |
+
- Datasets: 3.5.0
|
| 552 |
+
- Tokenizers: 0.21.1
|
| 553 |
+
|
| 554 |
+
## Citation
|
| 555 |
+
|
| 556 |
+
### BibTeX
|
| 557 |
+
|
| 558 |
+
#### Sentence Transformers
|
| 559 |
+
```bibtex
|
| 560 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 561 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 562 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 563 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 564 |
+
month = "11",
|
| 565 |
+
year = "2019",
|
| 566 |
+
publisher = "Association for Computational Linguistics",
|
| 567 |
+
url = "https://arxiv.org/abs/1908.10084",
|
| 568 |
+
}
|
| 569 |
+
```
|
| 570 |
+
|
| 571 |
+
<!--
|
| 572 |
+
## Glossary
|
| 573 |
+
|
| 574 |
+
*Clearly define terms in order to be accessible across audiences.*
|
| 575 |
+
-->
|
| 576 |
+
|
| 577 |
+
<!--
|
| 578 |
+
## Model Card Authors
|
| 579 |
+
|
| 580 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
| 581 |
+
-->
|
| 582 |
+
|
| 583 |
+
<!--
|
| 584 |
+
## Model Card Contact
|
| 585 |
+
|
| 586 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
| 587 |
+
-->
|
adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Alibaba-NLP/gte-Qwen2-7B-instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": false,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 64,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0.1,
|
| 18 |
+
"megatron_config": null,
|
| 19 |
+
"megatron_core": "megatron.core",
|
| 20 |
+
"modules_to_save": null,
|
| 21 |
+
"peft_type": "LORA",
|
| 22 |
+
"r": 32,
|
| 23 |
+
"rank_pattern": {},
|
| 24 |
+
"revision": null,
|
| 25 |
+
"target_modules": [
|
| 26 |
+
"o_proj",
|
| 27 |
+
"q_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"k_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "FEATURE_EXTRACTION",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b19997222abf3f401feb7d5002ee7c4fca3628033ec0bfad3614802cfe6aad2
|
| 3 |
+
size 80769088
|
added_tokens.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|endoftext|>": 151643,
|
| 3 |
+
"<|im_end|>": 151645,
|
| 4 |
+
"<|im_start|>": 151644
|
| 5 |
+
}
|
config_sentence_transformers.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__version__": {
|
| 3 |
+
"sentence_transformers": "4.1.0",
|
| 4 |
+
"transformers": "4.51.2",
|
| 5 |
+
"pytorch": "2.6.0+cu124"
|
| 6 |
+
},
|
| 7 |
+
"prompts": {
|
| 8 |
+
"query": "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: "
|
| 9 |
+
},
|
| 10 |
+
"default_prompt_name": null,
|
| 11 |
+
"similarity_fn_name": "cosine"
|
| 12 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
modules.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"idx": 0,
|
| 4 |
+
"name": "0",
|
| 5 |
+
"path": "",
|
| 6 |
+
"type": "sentence_transformers.models.Transformer"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"idx": 1,
|
| 10 |
+
"name": "1",
|
| 11 |
+
"path": "1_Pooling",
|
| 12 |
+
"type": "sentence_transformers.models.Pooling"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"idx": 2,
|
| 16 |
+
"name": "2",
|
| 17 |
+
"path": "2_Normalize",
|
| 18 |
+
"type": "sentence_transformers.models.Normalize"
|
| 19 |
+
}
|
| 20 |
+
]
|
pytorch_model_fsdp.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ea930d6861c49583cf276ed733f39e2fa8324785d9a75e05c071a19021f06b0
|
| 3 |
+
size 28357611916
|
sentence_bert_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_seq_length": 512,
|
| 3 |
+
"do_lower_case": false
|
| 4 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>"
|
| 5 |
+
],
|
| 6 |
+
"eos_token": {
|
| 7 |
+
"content": "<|endoftext|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"pad_token": {
|
| 14 |
+
"content": "<|endoftext|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
}
|
| 20 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f79052deba517b0663d877714e117a31a4a6243cddb85fc4443c80a2fa65a20
|
| 3 |
+
size 11419302
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"additional_special_tokens": [
|
| 30 |
+
"<|im_start|>",
|
| 31 |
+
"<|im_end|>"
|
| 32 |
+
],
|
| 33 |
+
"auto_map": {
|
| 34 |
+
"AutoTokenizer": [
|
| 35 |
+
"Alibaba-NLP/gte-Qwen2-7B-instruct--tokenization_qwen.Qwen2Tokenizer",
|
| 36 |
+
"Alibaba-NLP/gte-Qwen2-7B-instruct--tokenization_qwen.Qwen2TokenizerFast"
|
| 37 |
+
]
|
| 38 |
+
},
|
| 39 |
+
"bos_token": null,
|
| 40 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 41 |
+
"clean_up_tokenization_spaces": false,
|
| 42 |
+
"eos_token": "<|endoftext|>",
|
| 43 |
+
"errors": "replace",
|
| 44 |
+
"extra_special_tokens": {},
|
| 45 |
+
"model_max_length": 32768,
|
| 46 |
+
"pad_token": "<|endoftext|>",
|
| 47 |
+
"split_special_tokens": false,
|
| 48 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 49 |
+
"unk_token": null
|
| 50 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a3eefa9df18ebb7dd5e0b78d0a8fb7ce7158d7619b014c77871fdafb78ac544
|
| 3 |
+
size 5688
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|