File size: 53,777 Bytes
0ae75d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- dense
- generated_from_trainer
- dataset_size:3016
- loss:MultipleNegativesRankingLoss
base_model: nomic-ai/modernbert-embed-base
widget:
- source_sentence: The Business-to-Business Sales and Key Accounts Executive executes
    technical sales strategies and business plans, identifies potential new business
    avenues and platforms through the client base, rectifies technical issues for
    clients during the sales process, and contributes to the organising of networking
    events to enhance client relationships. He/She implements new account development
    strategies to capitalise on potential opportunities. He works in a customer-centric,
    dynamic and challenging sales environment. He is a resourceful, self-driven and
    sales-savvy team player who is able to interact with others effectively and work
    under pressure within tight deadlines to deliver sales results.
  sentences:
  - The Senior Risk Analyst is responsible for collaborating with various internal
    teams to pinpoint and articulate complex risks linked to particular business areas.
    This role involves evaluating and emphasizing significant risks to aid in comprehensive
    risk evaluations and shaping risk profiles. The analyst ensures compliance with
    established risk policies and procedures while facilitating effective risk communication
    and reporting. Additionally, the Senior Risk Analyst reviews and improves risk
    assessment methodologies throughout the organisation’s regional operations, contributing
    to ongoing risk research initiatives. The ideal candidate is analytical, detail-oriented,
    methodical, and demonstrates strong problem-solving and critical thinking abilities.
  - The Business-to-Business Marketing and Brand Executive develops marketing campaigns
    and branding strategies, analyses market trends to identify new promotional channels,
    manages product positioning, and coordinates advertising events to boost brand
    visibility. This role requires creativity, strategic thinking, and the ability
    to work collaboratively in a deadline-driven environment to enhance the company’s
    market presence.
  - The Business-to-Business Sales and Key Accounts Executive is responsible for deploying
    effective sales tactics and developing comprehensive business plans to expand
    the client portfolio. This role involves identifying new market opportunities
    within existing accounts, resolving any technical concerns raised by clients during
    the sales cycle, and assisting in the coordination of networking events aimed
    at strengthening client engagement. Operating in a fast-paced and customer-focused
    sales environment, the executive must be proactive, commercially astute, and able
    to collaborate well with colleagues while managing tight deadlines to achieve
    targeted sales outcomes.
- source_sentence: The Senior Customer Service Officer/Customer Service Specialist
    is responsible for analysing and planning overall customer service excellence,
    developing and reviewing process reviews and implementing customer service process
    review initiatives. He/She is also responsible for measuring results and managing
    change management communications. Systematic and analytical, he is required to
    identify areas for improvements and perform customer quality analysis. He is also
    expected to coordinate closely with internal and external stakeholders to implement
    new processes.
  sentences:
  - The Senior Customer Service Specialist oversees the design and execution of strategies
    aimed at enhancing customer service quality. This role involves evaluating current
    service processes, initiating improvements, and tracking performance metrics.
    With strong analytical skills, the Specialist identifies opportunities for service
    enhancement and leads communication efforts related to change management. Collaboration
    with various internal teams and external partners is essential to successfully
    roll out new customer service initiatives.
  - The Senior Marketing Officer is responsible for developing and executing marketing
    campaigns, managing brand promotion activities, and conducting market research
    to identify consumer trends. This role requires strong creative and communication
    skills to engage target audiences and coordinate with advertising agencies. The
    officer also monitors campaign effectiveness and adjusts strategies accordingly
    to maximize market reach and customer engagement.
  - The Associate Applications Support Engineer is tasked with supporting and maintaining
    designated software applications, whether developed internally or sourced from
    third parties. This role requires a thorough understanding of application functionality
    and backend processes. The engineer collaborates closely with application development,
    transition, and testing teams to troubleshoot and document application issues
    effectively. Working within a team environment, the individual is skilled in application
    development, monitoring tools, and relevant software platforms deployed by the
    organisation. Strong analytical thinking and problem-solving abilities are essential,
    along with excellent communication and interpersonal skills to address technical
    challenges promptly.
- source_sentence: The Pre-Sales Consultant is responsible for providing pre-sales
    technical expertise to the sales team and clients during the sales process. He/She
    delivers presentations and technical demonstrations of the organisation's products
    to prospective clients. He translates the client's business requirements into
    technical specifications and requirements, and provides technical inputs for proposals,
    tenders, bids and any relevant documents. He uses prescribed guidelines or policies
    to analyse and solve problems. He works in a fast-paced and dynamic environment,
    and travels frequently to clients' premises for technical sales pitches and meetings.
    He is familiar with client relationship management and sales tools. He possesses
    deep product and technical knowledge, and is knowledgeable of the trends, developments
    and challenges of the industry domain. The Pre-Sales Consultant displays effective
    listening skills and is inquisitive in nature. He possesses deep technical and
    domain knowledge, pays attention to detail, and has strong analytical and problem-solving
    capabilities. He has a service-oriented personality and is a team player who works
    towards developing solutions collaboratively.
  sentences:
  - The Sales Operations Analyst manages internal sales processes and data analytics
    to optimize the effectiveness of the sales team within the technology sector.
    This role focuses on generating sales reports, analyzing performance metrics,
    and streamlining customer data workflows rather than direct client engagement.
    The analyst supports strategic decision-making by providing actionable insights
    through CRM systems and sales software but is not involved in technical demonstrations
    or client-facing presentations. Working primarily from the office, this position
    requires proficiency in data analysis, reporting tools, and a thorough understanding
    of sales operations, rather
  - The Producer is responsible for managing the full production process from initial
    concept development through pre-production and the actual production phase. They
    coordinate a team that handles both creative and logistical aspects to guarantee
    seamless production workflows. The Producer collaborates with various internal
    departments and external partners to recruit technical and creative personnel,
    schedule timelines, and organize production activities. Additionally, they engage
    with regulatory bodies to obtain necessary legal and compliance clearances. Managing
    the production budget, including pricing strategies and securing financial support
    through sponsorships and funding, also falls under their purview. They furthermore
    create and implement marketing plans to effectively promote the production.
  - The Pre-Sales Consultant provides expert technical support throughout the sales
    cycle, collaborating closely with the sales team and prospective clients. This
    role involves delivering detailed product demonstrations and presentations that
    align with client needs. The consultant interprets business requirements into
    precise technical specifications, contributing key insights to proposals, bids,
    and tender documents. Operating within established policies, the consultant addresses
    technical challenges effectively. Frequent travel to client sites for sales engagements
    is expected in this fast-moving environment. Proficiency in client relationship
    management tools and sales platforms is essential. The consultant maintains up-to-date
    knowledge of product features and industry trends, demonstrating strong listening
    skills, curiosity, and meticulous attention to detail. A collaborative, service-minded
    approach and advanced analytical abilities are vital for success in this position.
- source_sentence: The Head of Port Business Development/Operations works closely
    with management and external stakeholders in strategic planning to grow the business
    portfolio and enterprise value and formulating the organisation's risk management
    strategy and mitigation measures. He/She keeps abreast of the latest developments
    in the organisation and industry and inspires a culture of process improvement
    to leverage on new technologies to enhance port productivity and efficiency. He
    also drives service delivery excellence and adds value to customers and the business.
    He is a well-organised person with excellent planning skills, and mentors a team.
  sentences:
  - The Senior Maritime Compliance Officer oversees regulatory adherence and conducts
    audits within the shipping industry, ensuring vessels meet international safety
    and environmental standards. This role requires deep knowledge of maritime laws
    and regulations, proficiency in compliance reporting, and coordination with regulatory
    bodies. The officer develops compliance policies, conducts risk assessments, and
    provides training to operational teams. While the position involves leadership
    duties, it focuses primarily on regulatory enforcement rather than business development
    or operational efficiency.
  - The R&D Chemist conducts intricate laboratory experiments, analyses, and evaluations
    to advance Research and Development initiatives. This role involves formulating
    research goals and proposals aimed at pioneering new products and supporting projects
    involving novel technologies, materials, or ingredients. The chemist contributes
    to the creation of innovative formulations and solutions, ensuring adherence to
    Intellectual Property rights and patent laws, while establishing product specifications
    for scaling up production processes. Detailed documentation of research activities
    is maintained for both internal stakeholders and external clients, with insights
    provided to enhance product development based on experimental findings. The chemist
    also oversees the Management of Hazardous Chemicals Programme in the lab, aligning
    with Workplace Safety and Health and Environmental Management System standards.
    Collaborating within a multidisciplinary laboratory team and partnering with application
    and technical service groups, the R&D Chemist demonstrates strong teamwork, creativity,
    and problem-solving abilities, manages multiple projects autonomously, and excels
    in technical communication and presentations.
  - The Head of Port Business Development and Operations collaborates with senior
    management and external partners to devise strategic initiatives aimed at expanding
    the business portfolio and increasing enterprise value. This role involves developing
    risk management frameworks and mitigation plans for the organisation. Staying
    informed on industry trends and organisational changes, the incumbent fosters
    a culture of continuous process improvement by integrating innovative technologies
    to boost port productivity and operational efficiency. Additionally, they champion
    service excellence to enhance customer satisfaction and business outcomes. The
    position demands strong organisational capabilities, advanced planning skills,
    and includes mentoring responsibilities for a team.
- source_sentence: The Financial Planner/Insurance Agent/Bancassurance Specialist
    is responsible for developing and implementing financial plans to help customers
    meet their objectives, and managing customer relationships. He/She understands
    customer profiles and recommends suitable solutions to them. He is also in charge
    of attracting his own customers through networking sessions, relationship building
    and referrals. The Financial Planner/Insurance Agent/Bancassurance Specialist's
    duties might require him to work on weekends and after office hours and may involve
    travel to customers' locations. He has a friendly and outgoing nature and is able
    to build rapport with customers easily in order to establish trust.
  sentences:
  - The Pharmacy Technician Executive supports pharmacists by preparing sterile and
    non-sterile medications according to prescriptions and oversees quality assurance
    processes and departmental improvement projects. This role ensures adherence to
    medication safety protocols across diverse healthcare environments including hospitals,
    outpatient clinics, polyclinics, and retail pharmacies. The incumbent is expected
    to demonstrate initiative, attention to detail, and strong interpersonal, leadership,
    and analytical abilities.
  - The Financial Planner/Insurance Agent/Bancassurance Specialist designs and executes
    tailored financial strategies to assist clients in achieving their financial goals
    while maintaining strong client relationships. This role requires a thorough understanding
    of client needs to propose appropriate financial products. The specialist actively
    seeks new clients through networking, referrals, and relationship management.
    Flexibility in working hours, including evenings, weekends, and occasional travel
    to client sites, is essential. Strong interpersonal skills and an approachable
    demeanor enable effective trust-building with customers.
  - The Financial Analyst/Investment Consultant/Bancassurance Coordinator conducts
    in-depth market research and analyzes investment portfolios to provide strategic
    advice to corporate clients. This role focuses on evaluating financial data rather
    than direct customer acquisition and requires collaboration with internal teams
    rather than individual networking. Work hours are generally standard office hours
    with minimal client site visits. The position demands analytical proficiency and
    detailed reporting skills, with limited emphasis on personal rapport or direct
    sales activities.
datasets:
- dnth/ssf-train-valid-v2
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-v2](https://huggingface.co/datasets/dnth/ssf-train-valid-v2) 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-v2](https://huggingface.co/datasets/dnth/ssf-train-valid-v2)
<!-- - **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("dnth/ssf-retriever-modernbert-embed-base-v2")
# Run inference
sentences = [
    "The Financial Planner/Insurance Agent/Bancassurance Specialist is responsible for developing and implementing financial plans to help customers meet their objectives, and managing customer relationships. He/She understands customer profiles and recommends suitable solutions to them. He is also in charge of attracting his own customers through networking sessions, relationship building and referrals. The Financial Planner/Insurance Agent/Bancassurance Specialist's duties might require him to work on weekends and after office hours and may involve travel to customers' locations. He has a friendly and outgoing nature and is able to build rapport with customers easily in order to establish trust.",
    'The Financial Planner/Insurance Agent/Bancassurance Specialist designs and executes tailored financial strategies to assist clients in achieving their financial goals while maintaining strong client relationships. This role requires a thorough understanding of client needs to propose appropriate financial products. The specialist actively seeks new clients through networking, referrals, and relationship management. Flexibility in working hours, including evenings, weekends, and occasional travel to client sites, is essential. Strong interpersonal skills and an approachable demeanor enable effective trust-building with customers.',
    'The Financial Analyst/Investment Consultant/Bancassurance Coordinator conducts in-depth market research and analyzes investment portfolios to provide strategic advice to corporate clients. This role focuses on evaluating financial data rather than direct customer acquisition and requires collaboration with internal teams rather than individual networking. Work hours are generally standard office hours with minimal client site visits. The position demands analytical proficiency and detailed reporting skills, with limited emphasis on personal rapport or direct sales activities.',
]
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.8627, 0.5380],
#         [0.8627, 1.0000, 0.5945],
#         [0.5380, 0.5945, 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-v2

* Dataset: [ssf-train-valid-v2](https://huggingface.co/datasets/dnth/ssf-train-valid-v2) at [fb19ed3](https://huggingface.co/datasets/dnth/ssf-train-valid-v2/tree/fb19ed3200e91badb0cb224e0debe909f1d7c2bd)
* Size: 3,016 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: 57 tokens</li><li>mean: 167.72 tokens</li><li>max: 403 tokens</li></ul> | <ul><li>min: 54 tokens</li><li>mean: 135.01 tokens</li><li>max: 250 tokens</li></ul> | <ul><li>min: 15 tokens</li><li>mean: 100.13 tokens</li><li>max: 212 tokens</li></ul> |
* Samples:
  | anchor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | negative                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>The Senior Technician (Automatic Fare Collection) is responsible for preventive and corrective maintenance of Automatic Fare Collection (AFC) systems. His/Her duties include troubleshooting of faults, providing technical guidance and on-the-job coaching to his team, as well as supervising the work of contractors and external stakeholders in ensuring compliance to safety requirements and operating standards. He is required to carry out his duties in the depot, workshop and/or at various train stations during train operating hours. He is technically inclined and well-verse in various AFC systems and machines and builds good teamwork amongst his team to support maintenance activities.</code>                         | <code>The Senior Technician (Automatic Fare Collection) oversees both preventive and corrective maintenance tasks related to Automatic Fare Collection (AFC) systems. This role involves diagnosing system faults, offering expert technical advice, and mentoring team members on operational procedures. The technician also manages contractors and external partners, ensuring adherence to safety protocols and operational guidelines. Responsibilities are performed across depots, workshops, and multiple train stations during service hours. A solid technical background in AFC equipment and strong team leadership skills are essential to effectively support maintenance operations.</code>                                          | <code>The Senior Technician (Automatic Fare Collection) is responsible for conducting routine inspections and repairs of automated ticket vending machines in retail environments. This role includes assisting customers with machine usage, coordinating with sales teams, and ensuring compliance with commercial service standards. Work is primarily carried out within shopping malls during business hours. The technician requires customer service skills and basic technical knowledge of vending equipment but is not involved in supervising maintenance teams or external contractors.</code>                                                                           |
  | <code>The Venue Operations Manager is responsible for overseeing the running of venue operations, including the logistics requirements. He/She works closely with event services department to ensure client requirements are fulfilled in compliance to local health and safety standards. He reviews event plans to ensure generation of maximum yield for organisation. Meticulous and resourceful, he possesses excellent problem-solving skills and is able to react quickly to deviations in the project plans. He is able to work in a flexible workweek, including weekends, evenings, and public holidays, and is comfortable working in both an indoor and outdoor environment depending on the nature and requirements of the events.</code> | <code>The Venue Operations Manager oversees all aspects of venue management, coordinating logistics and collaborating with the event services team to meet client expectations while adhering to local health and safety regulations. This role involves reviewing event strategies to optimize organizational revenue and demands strong problem-solving abilities to address unforeseen challenges promptly. The manager must be adaptable to a variable schedule, including weekends, evenings, and public holidays, and comfortable operating in diverse environments, both indoor and outdoor, based on event needs.</code>                                                                                                                     | <code>The Venue Marketing Manager is responsible for developing and executing promotional campaigns for the venue, working closely with the sales department to attract clients and increase bookings. They analyze market trends to maximize revenue opportunities and must be creative and communicative, addressing branding challenges as they arise. This role typically operates standard weekday hours and focuses primarily on indoor office environments rather than on-site event coordination.</code>                                                                                                                                                                     |
  | <code>The Liquefied Natural Gas Research Analyst supports the LNG Trading team in identifying opportunities for closing deals and increasing portfolio value. He/She conducts research using market and economic data for the preparation of market reports and analyses data regarding risks associated with trading deals. He engages clients on presentations on market insights and liaises with key stakeholders for the preparation of hedging activities. He works in a dynamic and fast-paced environment where he must provide accurate analyses and research material to support the closing of deals. He is a decisive, analytical and self-motivated individual who is comfortable with numbers and able to work under pressure.</code>     | <code>The Liquefied Natural Gas Research Analyst collaborates closely with the LNG Trading team to discover profitable trading opportunities and enhance portfolio performance. This role involves gathering and analyzing market and economic data to produce comprehensive reports and assess the risks linked to trading transactions. The analyst presents market insights to clients and coordinates with stakeholders to facilitate hedging strategies. Operating in a fast-moving and challenging environment, the analyst must deliver precise research and data analyses to aid deal execution. Candidates should be analytical, proactive, confident with numerical data, and capable of working effectively under tight deadlines.</code> | <code>The Renewable Energy Project Coordinator manages the planning and execution of solar and wind energy initiatives within the energy sector. This position requires coordinating with multiple vendors and regulatory bodies, overseeing project timelines, and ensuring compliance with environmental standards. The coordinator communicates progress updates to stakeholders and resolves logistical challenges to keep projects on track. Strong organizational skills, experience in project management, and the ability to navigate regulatory frameworks are essential. This role focuses on operational delivery rather than market research or trading analysis.</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-v2

* Dataset: [ssf-train-valid-v2](https://huggingface.co/datasets/dnth/ssf-train-valid-v2) at [fb19ed3](https://huggingface.co/datasets/dnth/ssf-train-valid-v2/tree/fb19ed3200e91badb0cb224e0debe909f1d7c2bd)
* Size: 754 evaluation samples
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
* Approximate statistics based on the first 754 samples:
  |         | anchor                                                                               | positive                                                                             | negative                                                                            |
  |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
  | type    | string                                                                               | string                                                                               | string                                                                              |
  | details | <ul><li>min: 58 tokens</li><li>mean: 166.89 tokens</li><li>max: 347 tokens</li></ul> | <ul><li>min: 58 tokens</li><li>mean: 136.23 tokens</li><li>max: 256 tokens</li></ul> | <ul><li>min: 19 tokens</li><li>mean: 99.02 tokens</li><li>max: 202 tokens</li></ul> |
* Samples:
  | anchor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | positive                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | negative                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>The Head of Client Implementation is responsible for driving strategic relationship building activities and ensuring client implementation plans are carried out at standards that are satisfactory to clients. He/She oversees the team's compliance with implementation policies and regulations when executing tasks during implementation, often collaborating with relevant internal teams for the successful design and delivery of client implementation plans. The Head of Client Implementation possesses strong leadership, interpersonal and teamwork skills. His work environment is highly diverse and evolves based on clients' requirements and needs. He is flexible to change and has quick problem-solving skills.</code>                                                                                                                                                                                                                                                                                                        | <code>The Head of Client Implementation leads the strategic development of client relationships and ensures that implementation projects meet client expectations and quality standards. This role supervises the team's adherence to implementation guidelines and regulatory requirements, coordinating closely with internal departments to design and deliver effective client onboarding plans. The Head of Client Implementation demonstrates strong leadership, excellent communication, and teamwork abilities. Working in a dynamic and multicultural environment, this individual adapts swiftly to changing client demands and efficiently resolves challenges.</code>                                                                                                                                                                                                                                                                                                                                                                        | <code>The Project Manager in Client Services focuses on managing project timelines and resource allocation within the client support division. Instead of overseeing implementation strategies, this role emphasizes coordinating operational activities and ensuring service delivery efficiency. The Project Manager requires strong organizational and planning skills and works under a structured reporting hierarchy, primarily handling routine client service requests rather than strategic relationship management.</code> |
  | <code>The Set Designer executes the realisation of the overall visual aspects of the production by conceptualising the set design or locations for film, video or a concept based on the script and the overall visual concept. He/She is responsible for studying scripts and interpreting the descriptions of locations, creating sketches and drawings, translating these into technical drawings and models for sets to be built or locations to be identified and prepared. He lays out a comprehensive set of requirements for the materials needed for set design. He oversees the right look or feel for a production and ensure that other areas of technical production such as lighting or sound recording are aligned with the set. He also identifies and commissions set construction vendors. He prepares cost estimates for set design and construction and manages project schedule of his team. He oversees the construction of set and ensures that the sets evoke the intended style, mood and theme. He/She may specialis...</code> | <code>The Set Designer is responsible for bringing the visual concept of a production to life by designing and coordinating the physical environment for film, video, or other visual media based on the script and overall artistic direction. This role involves analyzing scripts to interpret location and set requirements, producing sketches and detailed technical drawings, and developing models for set construction or location preparation. The Set Designer specifies material needs, supervises the aesthetic alignment of the set with lighting and sound departments, and manages relationships with construction vendors. They prepare cost estimates, oversee project timelines, and ensure sets reflect the intended mood, style, and theme. Specialization in set decoration or prop management may be required, with responsibilities including the artistic selection and upkeep of props. The role demands creativity, strong coordination with other technical teams, proficiency in design techniques and fabricatio...</code> | <code>The Set Designer manages the logistical planning and operational execution of event setups, coordinating venue layouts and technical support for conferences, exhibitions, and corporate functions. Responsible for assessing client requirements, preparing floor plans, and directing the installation of audio-visual equipment and staging, the Set Designer ensures all elements align with event objectives and branding guidelines. They oversee vendor</code>                                                          |
  | <code>The Senior Producer/Producer - News is responsible for managing the daily news agenda, overall news content and flow of a newscast. He/She has an overview of the agendas being pursued and looks out for newsworthy stories that will attract and engage target audience. He manages the resourcing of news content and is responsible for assigning news stories to internal teams. He is also required to edit scripts and reports that are submitted for the newscast and ensure that editorial guidelines and policies set by the organisation are adhered to. He is in charge of maintaining the newscast's presence and image on social media platforms and monitors the competitors' activities and trends. In addition, he collaborates with the production teams to ensure continuity of content across different programmes throughout the day. He typically works in a newsroom but may be assigned field activities at times. He should be able to adapt quickly to changes and perform well in a dynamic environment. He s...</code> | <code>The Senior Producer/Producer - News oversees the daily planning and execution of news broadcasts, ensuring the seamless flow and compelling content throughout the newscast. This role involves identifying and prioritizing news stories that resonate with the target audience while managing the allocation of editorial resources across teams. The incumbent reviews and refines scripts and reports to guarantee compliance with the organization’s editorial policies. Additionally, this position maintains the newscast’s brand presence on social media channels and keeps abreast of competitor activities and industry trends. Collaboration with production units is essential to maintain content consistency across multiple programs during the broadcast day. Operating primarily within a newsroom environment, the Senior Producer/Producer must be adaptable to fast-paced changes and possess solid knowledge of both local and global current events. Experience with production technology such as cameras, audio...</code> | <code>The Marketing Coordinator - News Media is responsible for planning and executing marketing campaigns to promote news programming across various digital platforms. This role focuses on developing brand awareness strategies, managing advertising budgets, and coordinating with external agencies for content creation and distribution. The incumbent monitors market trends and audience analytics to optimize campaign performance but does not</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     | 6      | 0.1487        | 0.0112          |
| 2.0     | 12     | 0.0095        | 0.0037          |
| 3.0     | 18     | 0.0047        | 0.0026          |
| 4.0     | 24     | 0.0041        | 0.0023          |
| **5.0** | **30** | **0.0032**    | **0.0022**      |

* The bold row denotes the saved checkpoint.

### Framework Versions
- Python: 3.12.8
- 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.*
-->