File size: 65,681 Bytes
abac766
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
---
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- dense
- generated_from_trainer
- dataset_size:4524
- loss:MultipleNegativesRankingLoss
base_model: nomic-ai/modernbert-embed-base
widget:
- source_sentence: The Head of Engineering is at the forefront of new technology,
    charting the port technology development and integration roadmaps. He/She works
    with internal and external parties to invest and develop technology and infrastructure
    solutions that meet the ports business objectives, while managing budgetary constraints.
    He directs the use of new technology and equipment in the ports to drive greater
    productivity and service excellence, while ensuring the high reliability of existing
    port equipment through cost effective maintenance programmes. He is a core member
    of the management team, contributes to the overall organisation strategy, inspires
    a culture of process improvement to enhance workflow and efficiency, while mentoring
    others in their work.
  sentences:
  - The Business Development Manager is responsible for enhancing the organization's
    market presence and driving financial growth. He/She identifies and engages new
    clients through networking, cold calling, advertising, and other strategies to
    generate interest. He builds strong customer relationships, recognizes business
    opportunities, negotiates and finalizes deals, and maintains a comprehensive understanding
    of current market trends. He designs persuasive strategies and presentations to
    win over potential clients. He may oversee the efforts of team members involved
    in business development. Working in a fast-paced, dynamic environment, he frequently
    travels to client locations and participates in networking events. He is proficient
    with client relationship management and sales tools, as well as knowledgeable
    about the organization's products and services, along with industry trends and
    challenges. The Business Development Manager is self-driven and adept at establishing
    clear and meaningful objectives. He demonstrates high resilience when facing obstacles
    and appreciates the consultative selling approach, effectively leveraging marketing's
    role in attracting, qualifying, and nurturing potential customers. He is articulate
    and inventive in using his product and customer insights to secure deals.
  - The Head of Engineering leads the advancement of new technologies and defines
    the development and integration strategies for port technology. He/She collaborates
    with both internal and external stakeholders to invest in and create technological
    and infrastructural solutions that align with the business goals of the ports,
    all while adhering to budgetary limits. He directs the implementation of innovative
    technologies and equipment in the ports to boost productivity and service quality,
    while also ensuring the dependability of current port equipment through economical
    maintenance programs. As a vital member of the management team, he contributes
    to the overarching strategy of the organization, fosters a culture of continuous
    improvement to optimize workflow and efficiency, and mentors colleagues in their
    professional development.
  - The Chef de Cuisine is responsible for designing exquisite menus and overseeing
    the kitchen staff to ensure high-quality meal preparation. He/She collaborates
    with suppliers to source the freshest ingredients while managing kitchen inventory
    and costs. The Chef de Cuisine also innovates culinary techniques and presents
    dishes that enhance the dining experience, while ensuring the kitchen operates
    smoothly during service. As a leader in the culinary team, he inspires creativity
    and maintains standards of excellence in food presentation and flavor.
- source_sentence: The HSE Manager oversees all activities in the Health, Safety and
    Environment (HSE) department and is responsible for providing technical expertise
    on HSE issues to relevant stakeholders. He/She leads the development of the Workplace
    Safety and Health (WSH) and Environmental Management System (EMS) frameworks,
    and evaluates the organisations WSH and EMS systems to ensure compliance with
    pertinent government regulations and organisational health, safety and environmental
    guidelines. He reviews WSH and environmental accident and incident findings and
    trends to recommend improvements. Furthermore, he coordinates the development
    and maintenance of the organisations Major Hazard Installation (MHI) Safety Case.
    The HSE Manager is a senior member of the organisations crisis management team
    and manages the development of the organisations emergency response and crisis
    management plans. He is responsible for managing the organisations Safe System
    of Work (SSoW) framework to ensure that work activities are carried out safely.
    In addition, he coaches and mentors HSE department personnel and drives departmental
    performance to achieve the organisations HSE goals. The HSE Manager actively promotes
    a safe workplace culture across the organisation. As a department manager, he
    is required to have good leadership, interpersonal and resource management skills.
  sentences:
  - The Commodities Trader is responsible for daily trading operations, which involve
    executing trades according to established plans and monitoring both portfolio
    positions and market trends. He/She identifies potential opportunities on local
    and regional levels that can improve portfolio performance. The role requires
    maintaining and strengthening relationships with trading partners while possessing
    a solid understanding of trading operations. With strong analytical and logical
    skills, he develops insights into the commodity market that aids in optimizing
    the portfolio and enhancing trading efficiency. He is resourceful, collaborative,
    and possesses excellent negotiation abilities.
  - The HSE Manager is responsible for overseeing all functions within the Health,
    Safety and Environment (HSE) department and providing technical guidance on HSE
    matters to relevant stakeholders. He/She leads the creation of the Workplace Safety
    and Health (WSH) and Environmental Management System (EMS) frameworks and assesses
    the organisation's WSH and EMS systems to ensure alignment with applicable government
    regulations and organisational health, safety, and environmental standards. He
    reviews findings and trends related to WSH and environmental incidents to suggest
    improvements. Additionally, he coordinates the development and upkeep of the organisation's
    Major Hazard Installation (MHI) Safety Case. As a key member of the organisation's
    crisis management team, the HSE Manager manages the formulation of emergency response
    and crisis management plans. He is also tasked with overseeing the organisation's
    Safe System of Work (SSoW) framework to guarantee that work activities are conducted
    safely. Moreover, he mentors and coaches personnel within the HSE department and
    drives performance to meet the organisation's HSE objectives. The HSE Manager
    is dedicated to fostering a culture of safety throughout the workplace. As a department
    manager, he is expected to possess strong leadership, interpersonal, and resource
    management skills.
  - The HSE Coordinator manages various tasks within the Health, Safety, and Emergency
    (HSE) division and provides operational support on emergency management issues
    to different departments. He/She supervises the implementation of the Workplace
    Safety and Health (WSH) and Environmental Compliance Framework (ECF) and reviews
    the organisation's WSH and ECF strategies to ensure alignment with industry standards
    and internal safety protocols. He analyzes workplace safety and emergency findings
    to propose strategies. Furthermore, he oversees the revision and development of
    the organisation's Major Hazard Awareness (MHA) Safety Protocol. The HSE Coordinator
    is a member of the organisation's operations team and manages the execution of
    the organisation's operational response and safety protocols. He is tasked with
    handling the organisation's Safety Management System (SMS) framework to ensure
    that all operational activities are executed efficiently. Additionally, he provides
    training and guidance to staff within the HSE division and enhances departmental
    productivity to achieve the organisation's operational goals. The HSE Coordinator
    promotes an efficient work environment across the organisation. As a team leader,
    he is required to have effective communication, team-building, and project management
    skills.
- source_sentence: The Town Gas Plant Maintenance Senior Technical Officer plans the
    schedules for the preventive, predictive and corrective maintenance of town gas
    production plants and ancillaries to ensure that town gas is stored and produced
    efficiently in the plant. He/She monitors works done by contractors to ensure
    projects meet the, organisational requirements. He prepares the technical specifications
    for tenders and supports in tender evaluations of large projects. He builds staff
    capabilities through on-the-job training, He issues work orders for Permits-to-Work,
    and supervises works according to Safe System of Work (SSoW) practices. In times
    of emergency, he implements emergency response plans and relevant safety procedures,
    and supervises the Emergency Response Team on site incident management. He works
    in the gas plant facility containing equipment such as pumps, tanks and valves,
    where there is high focus on safety. He has good interpersonal skills to be able
    to supervise junior team members and contractors, and coordinate with the production
    team. He is meticulous and systematic in performing maintenance procedures. He
    is agile and calm in responding effectively to faults and outages.
  sentences:
  - The Town Gas Plant Maintenance Junior Technical Officer manages the schedules
    for routine, scheduled, and unscheduled maintenance of town gas distribution facilities
    and associated components to ensure that town gas is utilized and consumed effectively
    in the distribution network. He/She reviews tasks executed by subcontractors to
    confirm that initiatives align with the project guidelines. He drafts operational
    outlines for proposals and assists in project assessments of minor installations.
    He develops team skills through classroom training, issues notifications for Maintenance
    Work Orders, and directs tasks in line with Safe Work Practices (SWP). In non-critical
    situations, he applies standard procedures and basic safety protocols while assisting
    the Response Team in site management. He works in the gas distribution area, which
    features apparatus such as compressors, valves, and regulators, where there is
    a notable emphasis on compliance. He has average communication skills to help
    oversee novice employees and subcontractors, and liaises with the operations team.
    He is casual and informal in executing maintenance tasks and is slow to react
    to issues and interruptions.
  - The Site Director/Head is tasked with guiding the manufacturing facility towards
    its strategic goals by setting and communicating key performance indicators (KPIs),
    promoting a collaborative culture among departments, and managing financial planning
    and budgeting processes. He/She seeks out and identifies investment opportunities
    to enhance manufacturing operations and improve facilities. Additionally, he mentors
    and cultivates talent for future leadership roles while overseeing learning and
    development, succession planning, and talent management initiatives. He ensures
    compliance with Health, Safety and Environment (HSE) policies, international regulations,
    and Current Good Manufacturing Practices (CGMPs) across the manufacturing site.
    He is responsible for developing business continuity plans and leading responses
    to significant incidents or events. The Site Director/Head holds overall accountability
    for the manufacturing site's performance and is an inspiring, people-focused leader
    dedicated to motivating large teams towards excellence. He possesses a strategic,
    forward-thinking approach and a global perspective when making plans and decisions
    for the organization.
  - The Town Gas Plant Maintenance Senior Technical Officer is responsible for planning
    the schedules for preventive, predictive, and corrective maintenance of town gas
    production facilities and related equipment to ensure efficient storage and production.
    He/She oversees the work performed by contractors to guarantee that all projects
    comply with organizational standards. He prepares technical specifications for
    tenders and assists in evaluating large project proposals. He enhances staff capabilities
    through on-the-job training, issues work orders for Permits-to-Work, and supervises
    operations in accordance with Safe System of Work (SSoW) practices. During emergencies,
    he executes emergency response plans and relevant safety protocols while leading
    the Emergency Response Team in on-site incident management. He operates in the
    gas plant environment, which includes equipment like pumps, tanks, and valves,
    with a strong emphasis on safety. He possesses excellent interpersonal skills
    to effectively supervise junior team members and contractors, as well as coordinate
    with the production team. He demonstrates meticulousness and systematic approaches
    in maintenance tasks and remains agile and composed when addressing faults and
    outages.
- source_sentence: The Waste and Recyclables Collection Executive assists with the
    management of waste and recyclables collection operations. This includes overseeing
    the management of organisational resources, collection routes, work procedures
    and schedules, incidents and reports to the management. He/She is also required
    to plan collection routes, compile and analyse data, recommend suitable operational
    plans and/or equipment to improve work processes and service quality of the organisation.
    He works in a waste management facility and performs site visits when necessary.
    He is expected to communicate with his stakeholders and clients as part of his
    role in performing operational duties. He is organised, responsive, approachable,
    able to multi-task and capable of interacting with stakeholders.
  sentences:
  - The Waste and Recyclables Collection Executive is responsible for managing waste
    and recyclables collection operations. This includes overseeing the management
    of organizational resources, collection routes, work procedures, schedules, and
    reporting incidents to management. He/She is also tasked with planning collection
    routes, compiling and analyzing data, and recommending appropriate operational
    plans and equipment to enhance work processes and service quality. He works in
    a waste management facility and conducts site visits as needed. He is expected
    to engage with stakeholders and clients while performing operational duties. He
    is organized, responsive, approachable, capable of multi-tasking, and adept at
    interacting with stakeholders.
  - The Waste and Recyclables Management Coordinator handles the supervision of waste
    management operations. This involves managing organizational logistics, delivery
    routes, workflow protocols, schedules, and documenting incidents for review. He/She
    is also responsible for strategizing delivery routes, gathering and interpreting
    information, and suggesting effective logistical plans and tools to optimize workflow
    and service standards. He operates in a waste processing center and performs inspections
    when required. He is expected to liaise with his team and customers as part of
    his operational responsibilities. He is structured, reactive, friendly, skilled
    at multitasking, and proficient in communicating with clients.
  - The Pastry Chef is responsible for inspecting the prepared pastries to ensure
    that quality standards are upheld before the products are served. He/She innovates
    new recipes to refresh menus and decorates pastries with various icings and toppings.
    He is expected to oversee the daily operations of the pastry and baking kitchen
    while planning continuous improvement initiatives within the team. He also suggests
    enhancements to improve customer service performance. Well-groomed and resourceful,
    he has excellent problem-solving abilities and maintains composure in high-pressure
    situations. He should exhibit strong attention to detail, creativity, and leadership
    qualities. He may be employed in specialist pastry shops or patisseries, as well
    as restaurants and hotels. He should possess comprehensive knowledge of sanitation
    principles, baking techniques, and nutrition principles, and is adept at collaborating
    with multi-cultural teams.
- source_sentence: The Operations Risk and Control Manager is responsible for managing
    risk and control activities for the organisation and ensuring compliance with
    any applicable guidelines, laws and regulations. He/She will monitor high risk
    operational and emerging risk incidents with the aim of strengthening the organisation's
    control environment and improving control processes. He conducts investigations
    to identify risk incidents and determine corrective actions, and develops incident
    response and crisis management protocols to deal with potential emergencies. The
    Operations Risk and Control Manager possesses analytical capabilities and a keen
    eye for pinpointing sources of risks or potential crises. He is a quick thinker
    who is able to make decisions under tight timelines so as to address and resolve
    risk incidents as they arise and adapt to the changing regulatory environment.
  sentences:
  - The Operations Risk and Control Manager is tasked with overseeing risk and control
    measures within the organization, ensuring adherence to relevant guidelines, laws,
    and regulations. He/She will assess high-risk operational incidents and emerging
    threats to enhance the control framework and refine control processes. He conducts
    thorough investigations to pinpoint risk occurrences and formulate corrective
    measures, while also developing incident response and crisis management strategies
    for potential emergencies. The Operations Risk and Control Manager has strong
    analytical skills and is adept at identifying sources of risk or potential crises.
    He is a decisive thinker who can make timely decisions to address and resolve
    risk incidents as they emerge, adapting to the evolving regulatory landscape.
  - The Operations Compliance Manager is responsible for overseeing compliance and
    audit processes for the organization while ensuring alignment with various industry
    standards and practices. He/She will evaluate low-risk operational activities
    and existing compliance issues to enhance the compliance framework and streamline
    audit processes. He conducts reviews to assess compliance violations and suggests
    improvements, while also creating compliance training and awareness programs for
    all employees. The Operations Compliance Manager possesses strong organizational
    skills and is effective in identifying areas of improvement or compliance gaps.
    He is a strategic planner who can implement changes to enhance compliance measures
    over time, adapting to the shifting market trends.
  - The Arts Educators are responsible for designing, implementing, and evaluating
    learning experiences while utilizing effective assessment techniques to ensure
    that learners meet established standards. Their teaching is enriched by their
    own artistic practice in their selected art form. With a solid grasp of effective
    teaching methodologies and learning strategies, they skillfully adjust these approaches
    to cater to specific contexts, student needs, and educational goals. They guide
    learners in realizing their full potential in their craft and deepening their
    understanding and appreciation of artistic endeavors. Arts Educators foster creativity
    and equip students with the necessary tools to explore their ideas and imagination.
    They deliver arts education programs across various settings, including schools,
    universities, community centers, welfare organizations, and co-curricular activities,
    serving a diverse range of students. They are committed to enhancing arts education
    through the development and refinement of pedagogies, programs, and curricula.
    Additionally, they actively engage with arts and arts education organizations
    while mentoring emerging artists. They engage in self-reflection and adopt a critical
    approach to their teaching and artistic practice, often developing a distinctive
    teaching style that reflects their individuality.
datasets:
- frankwong2001/ssf-train-valid-full-synthetic-batch10
pipeline_tag: sentence-similarity
library_name: sentence-transformers
---

# SentenceTransformer based on nomic-ai/modernbert-embed-base

This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [nomic-ai/modernbert-embed-base](https://huggingface.co/nomic-ai/modernbert-embed-base) on the [ssf-train-valid-full-synthetic-batch10](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.

## Model Details

### Model Description
- **Model Type:** Sentence Transformer
- **Base model:** [nomic-ai/modernbert-embed-base](https://huggingface.co/nomic-ai/modernbert-embed-base) <!-- at revision d556a88e332558790b210f7bdbe87da2fa94a8d8 -->
- **Maximum Sequence Length:** 8192 tokens
- **Output Dimensionality:** 768 dimensions
- **Similarity Function:** Cosine Similarity
- **Training Dataset:**
    - [ssf-train-valid-full-synthetic-batch10](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10)
<!-- - **Language:** Unknown -->
<!-- - **License:** Unknown -->

### Model Sources

- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)

### Full Model Architecture

```
SentenceTransformer(
  (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False, 'architecture': 'ModernBertModel'})
  (1): Pooling({'word_embedding_dimension': 768, '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})
  (2): Normalize()
)
```

## Usage

### Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

```bash
pip install -U sentence-transformers
```

Then you can load this model and run inference.
```python
from sentence_transformers import SentenceTransformer

# Download from the 🤗 Hub
model = SentenceTransformer("frankwong2001/1_modernbert-embed-base")
# Run inference
sentences = [
    "The Operations Risk and Control Manager is responsible for managing risk and control activities for the organisation and ensuring compliance with any applicable guidelines, laws and regulations. He/She will monitor high risk operational and emerging risk incidents with the aim of strengthening the organisation's control environment and improving control processes. He conducts investigations to identify risk incidents and determine corrective actions, and develops incident response and crisis management protocols to deal with potential emergencies. The Operations Risk and Control Manager possesses analytical capabilities and a keen eye for pinpointing sources of risks or potential crises. He is a quick thinker who is able to make decisions under tight timelines so as to address and resolve risk incidents as they arise and adapt to the changing regulatory environment.",
    'The Operations Risk and Control Manager is tasked with overseeing risk and control measures within the organization, ensuring adherence to relevant guidelines, laws, and regulations. He/She will assess high-risk operational incidents and emerging threats to enhance the control framework and refine control processes. He conducts thorough investigations to pinpoint risk occurrences and formulate corrective measures, while also developing incident response and crisis management strategies for potential emergencies. The Operations Risk and Control Manager has strong analytical skills and is adept at identifying sources of risk or potential crises. He is a decisive thinker who can make timely decisions to address and resolve risk incidents as they emerge, adapting to the evolving regulatory landscape.',
    'The Operations Compliance Manager is responsible for overseeing compliance and audit processes for the organization while ensuring alignment with various industry standards and practices. He/She will evaluate low-risk operational activities and existing compliance issues to enhance the compliance framework and streamline audit processes. He conducts reviews to assess compliance violations and suggests improvements, while also creating compliance training and awareness programs for all employees. The Operations Compliance Manager possesses strong organizational skills and is effective in identifying areas of improvement or compliance gaps. He is a strategic planner who can implement changes to enhance compliance measures over time, adapting to the shifting market trends.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities)
# tensor([[1.0000, 0.9713, 0.4877],
#         [0.9713, 1.0000, 0.4780],
#         [0.4877, 0.4780, 1.0000]])
```

<!--
### Direct Usage (Transformers)

<details><summary>Click to see the direct usage in Transformers</summary>

</details>
-->

<!--
### Downstream Usage (Sentence Transformers)

You can finetune this model on your own dataset.

<details><summary>Click to expand</summary>

</details>
-->

<!--
### Out-of-Scope Use

*List how the model may foreseeably be misused and address what users ought not to do with the model.*
-->

<!--
## Bias, Risks and Limitations

*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
-->

<!--
### Recommendations

*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
-->

## Training Details

### Training Dataset

#### ssf-train-valid-full-synthetic-batch10

* Dataset: [ssf-train-valid-full-synthetic-batch10](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10) at [b687585](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10/tree/b68758513f8ec1b0c3891bcd284e05a599f51bce)
* Size: 4,524 training samples
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
* Approximate statistics based on the first 1000 samples:
  |         | anchor                                                                               | positive                                                                             | negative                                                                             |
  |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
  | type    | string                                                                               | string                                                                               | string                                                                               |
  | details | <ul><li>min: 58 tokens</li><li>mean: 168.51 tokens</li><li>max: 403 tokens</li></ul> | <ul><li>min: 58 tokens</li><li>mean: 162.99 tokens</li><li>max: 366 tokens</li></ul> | <ul><li>min: 19 tokens</li><li>mean: 136.01 tokens</li><li>max: 368 tokens</li></ul> |
* Samples:
  | anchor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | negative                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>The Multi-Utility Operations Team Leader leads the day-to-day power plant operations by assigning tasks to junior team members, performs high voltage switching operational works and drives the rectification of all major plant faults, defects and outages. He/She supervises the first line maintenance works. He develops staff capabilities through on-the-job training and coaching. He monitors Permits-to-Work procedures, and ensures works are done according to Safe System of Work (SSoW) practices. In times of emergency, he facilitates the implementation of emergency response plans and relevant safety procedures. He also supervises the Emergency Response Team on site incident management. He works at the power plant station and may be required to perform shift work. He possesses good leadership and interpersonal skills in leading the operations teams. He is also systematic and able to respond to situations quickly in times of faults or outages.</code>                                                     | <code>The Multi-Utility Operations Team Leader is responsible for managing the daily operations of the power plant by delegating tasks to junior team members, executing high voltage switching operations, and addressing all significant plant faults, defects, and outages. He/She oversees first line maintenance activities and enhances staff capabilities through on-the-job training and coaching. He monitors Permits-to-Work procedures to ensure compliance with Safe System of Work (SSoW) practices. In emergencies, he facilitates the execution of emergency response plans and relevant safety protocols, while also supervising the Emergency Response Team during on-site incidents. He works at the power plant station and may be required to perform shift work. He demonstrates strong leadership and interpersonal skills in guiding the operations teams and is systematic, responding swiftly to faults or outages.</code>                                                                                                      | <code>The Multi-Utility Operations Team Supervisor manages the daily logistics for the distribution center by assigning tasks to assistant staff, oversees low voltage electrical installation projects, and addresses all minor warehouse issues and delays. He/She coordinates routine inventory checks and enhances staff efficiency through training sessions and workshops. He monitors compliance with shipping regulations and ensures operations adhere to standard operating procedures (SOP). In critical situations, he facilitates the execution of logistical plans and relevant operational protocols, while also supervising the Inventory Management Team during stock assessments. He works at the distribution center and may be required to perform regular office hours. He demonstrates excellent organizational and communication skills in managing the logistics teams and is methodical, adapting quickly to challenges or delays.</code>                                                       |
  | <code>The Technician (Component Repair & OverhaulMechanical) performs maintenance, repair and overhaul (MRO) tasks for aircraft components in accordance with technical manuals and standard operating procedures (SOPs). He/She examines parts for maintenance, repair or replacement. He/She troubleshoots component defects and takes corrective actions to restore components to the desired performance requirements. He also performs special processes and repair of composite structures, and documents all completed tasks. He may be authorised by the organisation to perform quality control functions, including inspection of incoming materials and outgoing serviced items, and registration of non-conformances. He may also be authorised to perform level 1 non-destructive testing (NDT) functions under supervision, perform evaluations for acceptance or rejection of aircraft components, and record results as specified in the work instructions. He complies with airworthiness and legislative requirements, and t...</code> | <code>The Technician (Component Repair & Overhaul Mechanical) is responsible for performing maintenance, repair, and overhaul (MRO) activities on aircraft components according to technical manuals and standard operating procedures (SOPs). He/She inspects parts for maintenance, repair, or replacement needs, troubleshoots component defects, and implements corrective actions to ensure components meet performance standards. Additionally, he/she carries out special processes and repairs of composite structures while documenting all completed tasks. The technician may also be authorized to conduct quality control functions, such as inspecting incoming materials and outgoing serviced items, as well as registering non-conformances. Furthermore, he/she may perform level 1 non-destructive testing (NDT) functions under supervision, evaluate aircraft components for acceptance or rejection, and record results as outlined in work instructions. He/She adheres to airworthiness and legislative requirements, ...</code> | <code>The Chef prepares gourmet meals and creates unique recipes for a fine dining restaurant. He/She manages kitchen staff, ensures food safety standards are met, and collaborates with suppliers to source fresh ingredients. Additionally, he/she designs menus that highlight seasonal produce and oversees the presentation of dishes to enhance customer experience. The chef conducts food tastings and works to innovate culinary techniques, while maintaining a clean and organized kitchen environment. He/She may also participate in promotional events to showcase the restaurant's offerings and engage with guests.</code>                                                                                                                                                                                                                                                                                                                                                                              |
  | <code>The Relationship Management Director - Small and Medium Enterprises is responsible for defining strategies for team members to achieve mass sales acquisition. He/She provides oversight to due diligence, compliance and Anti-Money Laundering (AML) processes carried out by team members. He sets policies and guidelines for ongoing support processes pertaining to credit responsibilities. He guides his team to achieve their performance targets and ensures they have the training necessary to deliver on their responsibilities. The Relationship Management Director - Small and Medium Enterprises is a strong leader who provides mentoring and coaching to his team members to allow them to succeed in their roles. He is a strong communicator with internal and external stakeholders. He is always looking for opportunities to provide enhanced services to clients. He uses analytics and problem solving capabilities to foster an environment that will yield results. He is accountable for the defined standar...</code> | <code>The Relationship Management Director - Small and Medium Enterprises is tasked with developing strategies that enable team members to achieve significant sales growth. He/She supervises the due diligence, compliance, and Anti-Money Laundering (AML) procedures executed by the team. He establishes policies and guidelines for ongoing support processes related to credit responsibilities. He mentors his team to meet their performance goals and ensures they receive the necessary training to fulfill their duties. The Relationship Management Director - Small and Medium Enterprises is an effective leader who provides guidance and support to help his team thrive in their positions. He excels in communication with both internal and external stakeholders. He consistently seeks opportunities to enhance client services. He leverages analytics and problem-solving skills to create a results-oriented environment. He is responsible for upholding the standards he sets for his team.</code>                            | <code>The Relationship Management Director - Large Enterprises is responsible for creating strategies for team members to achieve substantial market share. He/She oversees the financial audits, regulatory compliance, and Anti-Bribery measures conducted by team members. He formulates policies and frameworks for ongoing management processes relating to financial responsibilities. He directs his team to exceed their sales targets and ensures they have the resources needed to perform their duties. The Relationship Management Director - Large Enterprises is a proactive leader who offers training and support to his team members to enable them to excel in their functions. He is an effective communicator with clients and vendors. He frequently identifies opportunities to improve operational efficiencies. He utilizes data analysis and strategic planning to cultivate an environment that fosters success. He is responsible for the established benchmarks he sets for his team.</code> |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
  ```json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim",
      "gather_across_devices": false
  }
  ```

### Evaluation Dataset

#### ssf-train-valid-full-synthetic-batch10

* Dataset: [ssf-train-valid-full-synthetic-batch10](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10) at [b687585](https://huggingface.co/datasets/frankwong2001/ssf-train-valid-full-synthetic-batch10/tree/b68758513f8ec1b0c3891bcd284e05a599f51bce)
* Size: 1,131 evaluation samples
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
* Approximate statistics based on the first 1000 samples:
  |         | anchor                                                                               | positive                                                                             | negative                                                                            |
  |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
  | type    | string                                                                               | string                                                                               | string                                                                              |
  | details | <ul><li>min: 66 tokens</li><li>mean: 169.88 tokens</li><li>max: 349 tokens</li></ul> | <ul><li>min: 63 tokens</li><li>mean: 163.43 tokens</li><li>max: 329 tokens</li></ul> | <ul><li>min: 22 tokens</li><li>mean: 135.7 tokens</li><li>max: 327 tokens</li></ul> |
* Samples:
  | anchor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | negative                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>The Assistant Equipment Engineer applies engineering principles and techniques to support equipment engineering processes in a manufacturing environment to meet organisational objectives. He/She also assists in analysing equipment maintenance issues. In addition, the Assistant Equipment Engineer participates in equipment improvement projects, and partakes in the development of maintenance plans in accordance with organisational objectives. The Assistant Equipment Engineer is required to have strong communication skills, good teamwork and an analytical mind to perform his role well to achieve the desired organisational outcomes.</code>                                                                                                                                                                                                                                                                                                                                                                                 | <code>The Assistant Equipment Engineer utilizes engineering principles and techniques to enhance equipment engineering processes within a manufacturing setting, aligning with organizational goals. He/She also aids in evaluating equipment maintenance challenges. Furthermore, the Assistant Equipment Engineer engages in equipment enhancement initiatives and contributes to the formulation of maintenance strategies in line with organizational objectives. Strong communication skills, effective teamwork, and analytical thinking are essential for the Assistant Equipment Engineer to succeed in achieving the desired organizational results.</code>                                                                                                                                                                                                                                                                                                                                                                                     | <code>The Assistant Mechanical Engineer employs design principles and techniques to assist mechanical engineering tasks in a construction environment to fulfill project requirements. He/She also helps in reviewing machinery performance issues. Additionally, the Assistant Mechanical Engineer takes part in machinery optimization projects and contributes to the creation of operational strategies that meet project goals. Strong leadership abilities, effective collaboration, and critical thinking are necessary for the Assistant Mechanical Engineer to excel in reaching the intended project outcomes.</code> |
  | <code>The Brokerage Supervisor/ Freight Supervisor is responsible for liaising with customers, logistics operators and customs officials and supervising the custom clearance/freight forwarding operations to ensure goods are cleared through customs or quarantine in accordance with import and export laws and regulations. Analytical and systematic, he/she is required to supervise a freight operations team to execute operations in a timely manner to meet business and customers' requirements. He/She is also expected to work with internal and external stakeholders to accomplish his work.</code>                                                                                                                                                                                                                                                                                                                                                                                                                                      | <code>The Brokerage Supervisor/Freight Supervisor is tasked with coordinating with customers, logistics providers, and customs authorities while overseeing the customs clearance and freight forwarding processes to ensure that goods comply with import and export regulations. With a strong analytical and systematic approach, he/she leads a freight operations team to execute tasks promptly, meeting both business and customer needs. Additionally, he/she collaborates with internal and external stakeholders to achieve work objectives.</code>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | <code>The Freight Operations Manager is responsible for interacting with suppliers, transportation companies, and regulatory agencies while managing the delivery and logistics services to guarantee that products adhere to supply chain protocols. With a focus on detail-oriented and organized practices, he/she directs a logistics team to carry out operations efficiently, fulfilling both company and supplier expectations. Furthermore, he/she engages with internal and external partners to fulfill his/her duties.</code>                                                                                        |
  | <code>The Production Planner is responsible for managing and executing production plans and schedules to ensure that products are delivered to customers on time and within schedule. He/She plans for the entire production supply chain from feedstock to production, storage and distribution, and analyses production data to optimise production and inventory control. The Production Planner coordinates with the maintenance planning team to align production targets with the planning of maintenance and turnaround schedules. He supports the reporting of plant production status and raw materials inventories, and highlights issues that may affect production output. He monitors feedstock movement to ensure minimal interruption to the production schedule. In addition, he identifies opportunities for continuous improvement in the organisations supply chain operations. The Production Planner works closely with the production, maintenance planning, sales and logistics teams, and interfaces with suppliers an...</code> | <code>The Production Planner is tasked with overseeing and implementing production schedules to guarantee timely delivery of products to customers. He/She is responsible for planning the complete production supply chain, from the initial feedstock to production, storage, and distribution, while analyzing production data to enhance production efficiency and inventory management. The Production Planner collaborates with the maintenance planning team to synchronize production objectives with maintenance and turnaround schedules. He supports the reporting of plant production status and raw material inventories, addressing any issues that could impact production output. He ensures smooth feedstock movement to minimize disruptions to the production timeline and identifies opportunities for ongoing improvements in the organization's supply chain operations. The Production Planner works in close partnership with the production, maintenance planning, sales, and logistics teams, while also engaging wi...</code> | <code>The Software Developer creates applications and software solutions tailored to meet client needs, focusing on coding, debugging, and testing software programs. He/She collaborates with cross-functional teams to design user-friendly interfaces and enhance user experience. The Software Developer is responsible for maintaining and updating existing software, ensuring optimal performance and security standards are met. He conducts code reviews and provides technical support to other team members while staying updated on the latest industry trends and technologies.</code>                             |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
  ```json
  {
      "scale": 20.0,
      "similarity_fct": "cos_sim",
      "gather_across_devices": false
  }
  ```

### Training Hyperparameters
#### Non-Default Hyperparameters

- `eval_strategy`: epoch
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 16
- `gradient_accumulation_steps`: 16
- `learning_rate`: 2e-05
- `num_train_epochs`: 5
- `lr_scheduler_type`: cosine
- `warmup_ratio`: 0.1
- `bf16`: True
- `tf32`: False
- `load_best_model_at_end`: True
- `batch_sampler`: no_duplicates

#### All Hyperparameters
<details><summary>Click to expand</summary>

- `overwrite_output_dir`: False
- `do_predict`: False
- `eval_strategy`: epoch
- `prediction_loss_only`: True
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 16
- `per_gpu_train_batch_size`: None
- `per_gpu_eval_batch_size`: None
- `gradient_accumulation_steps`: 16
- `eval_accumulation_steps`: None
- `torch_empty_cache_steps`: None
- `learning_rate`: 2e-05
- `weight_decay`: 0.0
- `adam_beta1`: 0.9
- `adam_beta2`: 0.999
- `adam_epsilon`: 1e-08
- `max_grad_norm`: 1.0
- `num_train_epochs`: 5
- `max_steps`: -1
- `lr_scheduler_type`: cosine
- `lr_scheduler_kwargs`: {}
- `warmup_ratio`: 0.1
- `warmup_steps`: 0
- `log_level`: passive
- `log_level_replica`: warning
- `log_on_each_node`: True
- `logging_nan_inf_filter`: True
- `save_safetensors`: True
- `save_on_each_node`: False
- `save_only_model`: False
- `restore_callback_states_from_checkpoint`: False
- `no_cuda`: False
- `use_cpu`: False
- `use_mps_device`: False
- `seed`: 42
- `data_seed`: None
- `jit_mode_eval`: False
- `use_ipex`: False
- `bf16`: True
- `fp16`: False
- `fp16_opt_level`: O1
- `half_precision_backend`: auto
- `bf16_full_eval`: False
- `fp16_full_eval`: False
- `tf32`: False
- `local_rank`: 0
- `ddp_backend`: None
- `tpu_num_cores`: None
- `tpu_metrics_debug`: False
- `debug`: []
- `dataloader_drop_last`: False
- `dataloader_num_workers`: 0
- `dataloader_prefetch_factor`: None
- `past_index`: -1
- `disable_tqdm`: False
- `remove_unused_columns`: True
- `label_names`: None
- `load_best_model_at_end`: True
- `ignore_data_skip`: False
- `fsdp`: []
- `fsdp_min_num_params`: 0
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
- `fsdp_transformer_layer_cls_to_wrap`: None
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
- `deepspeed`: None
- `label_smoothing_factor`: 0.0
- `optim`: adamw_torch_fused
- `optim_args`: None
- `adafactor`: False
- `group_by_length`: False
- `length_column_name`: length
- `ddp_find_unused_parameters`: None
- `ddp_bucket_cap_mb`: None
- `ddp_broadcast_buffers`: False
- `dataloader_pin_memory`: True
- `dataloader_persistent_workers`: False
- `skip_memory_metrics`: True
- `use_legacy_prediction_loop`: False
- `push_to_hub`: False
- `resume_from_checkpoint`: None
- `hub_model_id`: None
- `hub_strategy`: every_save
- `hub_private_repo`: None
- `hub_always_push`: False
- `hub_revision`: None
- `gradient_checkpointing`: False
- `gradient_checkpointing_kwargs`: None
- `include_inputs_for_metrics`: False
- `include_for_metrics`: []
- `eval_do_concat_batches`: True
- `fp16_backend`: auto
- `push_to_hub_model_id`: None
- `push_to_hub_organization`: None
- `mp_parameters`: 
- `auto_find_batch_size`: False
- `full_determinism`: False
- `torchdynamo`: None
- `ray_scope`: last
- `ddp_timeout`: 1800
- `torch_compile`: False
- `torch_compile_backend`: None
- `torch_compile_mode`: None
- `include_tokens_per_second`: False
- `include_num_input_tokens_seen`: False
- `neftune_noise_alpha`: None
- `optim_target_modules`: None
- `batch_eval_metrics`: False
- `eval_on_start`: False
- `use_liger_kernel`: False
- `liger_kernel_config`: None
- `eval_use_gather_object`: False
- `average_tokens_across_devices`: False
- `prompts`: None
- `batch_sampler`: no_duplicates
- `multi_dataset_batch_sampler`: proportional
- `router_mapping`: {}
- `learning_rate_mapping`: {}

</details>

### Training Logs
| Epoch   | Step   | Training Loss | Validation Loss |
|:-------:|:------:|:-------------:|:---------------:|
| 1.0     | 9      | 0.1048        | 0.0043          |
| 2.0     | 18     | 0.0042        | 0.0021          |
| 3.0     | 27     | 0.0018        | 0.0016          |
| 4.0     | 36     | 0.0019        | 0.0014          |
| **5.0** | **45** | **0.0021**    | **0.0014**      |

* The bold row denotes the saved checkpoint.

### Framework Versions
- Python: 3.12.11
- Sentence Transformers: 5.1.0
- Transformers: 4.55.0
- PyTorch: 2.8.0+cu128
- Accelerate: 1.10.0
- Datasets: 4.0.0
- Tokenizers: 0.21.4

## Citation

### BibTeX

#### Sentence Transformers
```bibtex
@inproceedings{reimers-2019-sentence-bert,
    title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
    author = "Reimers, Nils and Gurevych, Iryna",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
    month = "11",
    year = "2019",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/1908.10084",
}
```

#### MultipleNegativesRankingLoss
```bibtex
@misc{henderson2017efficient,
    title={Efficient Natural Language Response Suggestion for Smart Reply},
    author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
    year={2017},
    eprint={1705.00652},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}
```

<!--
## Glossary

*Clearly define terms in order to be accessible across audiences.*
-->

<!--
## Model Card Authors

*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
-->

<!--
## Model Card Contact

*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
-->