Add new SentenceTransformer model
Browse files- README.md +221 -183
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -9,154 +9,182 @@ tags:
|
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: nomic-ai/modernbert-embed-base
|
| 11 |
widget:
|
| 12 |
-
- source_sentence: The
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
sentences:
|
| 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 |
-
and
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
sentences:
|
| 49 |
-
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
sentences:
|
| 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 |
sentences:
|
| 100 |
-
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
and
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
and
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
include teachers, nurses, doctors, audiologists, psychologists, social workers,
|
| 139 |
-
occupational therapists and speech therapists. S/He should be insightful, decisive
|
| 140 |
-
and confident. S/He should possess effective interpersonal, communication and
|
| 141 |
-
team-building skills.
|
| 142 |
sentences:
|
| 143 |
-
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
and
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
pipeline_tag: sentence-similarity
|
| 161 |
library_name: sentence-transformers
|
| 162 |
---
|
|
@@ -211,9 +239,9 @@ from sentence_transformers import SentenceTransformer
|
|
| 211 |
model = SentenceTransformer("dnth/ssf-retriever-modernbert-embed-base")
|
| 212 |
# Run inference
|
| 213 |
sentences = [
|
| 214 |
-
|
| 215 |
-
'
|
| 216 |
-
'
|
| 217 |
]
|
| 218 |
embeddings = model.encode(sentences)
|
| 219 |
print(embeddings.shape)
|
|
@@ -222,9 +250,9 @@ print(embeddings.shape)
|
|
| 222 |
# Get the similarity scores for the embeddings
|
| 223 |
similarities = model.similarity(embeddings, embeddings)
|
| 224 |
print(similarities)
|
| 225 |
-
# tensor([[
|
| 226 |
-
# [
|
| 227 |
-
# [
|
| 228 |
```
|
| 229 |
|
| 230 |
<!--
|
|
@@ -275,13 +303,13 @@ You can finetune this model on your own dataset.
|
|
| 275 |
| | anchor | positive | negative |
|
| 276 |
|:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
|
| 277 |
| type | string | string | string |
|
| 278 |
-
| details | <ul><li>min:
|
| 279 |
* Samples:
|
| 280 |
-
| anchor
|
| 281 |
-
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 282 |
-
| <code>The
|
| 283 |
-
| <code>The
|
| 284 |
-
| <code>The
|
| 285 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 286 |
```json
|
| 287 |
{
|
|
@@ -300,13 +328,13 @@ You can finetune this model on your own dataset.
|
|
| 300 |
| | anchor | positive | negative |
|
| 301 |
|:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
|
| 302 |
| type | string | string | string |
|
| 303 |
-
| details | <ul><li>min: 58 tokens</li><li>mean:
|
| 304 |
* Samples:
|
| 305 |
-
| anchor | positive
|
| 306 |
-
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| 307 |
-
| <code>The
|
| 308 |
-
| <code>The
|
| 309 |
-
| <code>The
|
| 310 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 311 |
```json
|
| 312 |
{
|
|
@@ -323,7 +351,7 @@ You can finetune this model on your own dataset.
|
|
| 323 |
- `per_device_eval_batch_size`: 16
|
| 324 |
- `gradient_accumulation_steps`: 16
|
| 325 |
- `learning_rate`: 2e-05
|
| 326 |
-
- `num_train_epochs`:
|
| 327 |
- `lr_scheduler_type`: cosine
|
| 328 |
- `warmup_ratio`: 0.1
|
| 329 |
- `bf16`: True
|
|
@@ -352,7 +380,7 @@ You can finetune this model on your own dataset.
|
|
| 352 |
- `adam_beta2`: 0.999
|
| 353 |
- `adam_epsilon`: 1e-08
|
| 354 |
- `max_grad_norm`: 1.0
|
| 355 |
-
- `num_train_epochs`:
|
| 356 |
- `max_steps`: -1
|
| 357 |
- `lr_scheduler_type`: cosine
|
| 358 |
- `lr_scheduler_kwargs`: {}
|
|
@@ -458,26 +486,36 @@ You can finetune this model on your own dataset.
|
|
| 458 |
### Training Logs
|
| 459 |
| Epoch | Step | Training Loss | Validation Loss |
|
| 460 |
|:--------:|:-------:|:-------------:|:---------------:|
|
| 461 |
-
| 0.6780 | 10 | 0.
|
| 462 |
-
| 1.0 | 15 | - | 0.
|
| 463 |
-
| 1.3390 | 20 | 0.
|
| 464 |
-
| 2.0 | 30 | 0.
|
| 465 |
-
| 2.6780 | 40 | 0.
|
| 466 |
-
| 3.0 | 45 | - | 0.
|
| 467 |
-
| 3.3390 | 50 | 0.
|
| 468 |
-
| 4.0 | 60 | 0.
|
| 469 |
-
| 4.6780 | 70 | 0.
|
| 470 |
-
| 5.0 | 75 | - | 0.
|
| 471 |
-
| 5.3390 | 80 | 0.
|
| 472 |
-
| 6.0 | 90 | 0.
|
| 473 |
-
| 6.6780 | 100 | 0.
|
| 474 |
-
| 7.0 | 105 | - | 0.
|
| 475 |
-
| 7.3390 | 110 | 0.
|
| 476 |
-
| 8.0 | 120 | 0.0038 | 0.
|
| 477 |
-
| 8.6780 | 130 | 0.
|
| 478 |
-
| 9.0 | 135 | - | 0.
|
| 479 |
-
| 9.3390 | 140 | 0.
|
| 480 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 481 |
|
| 482 |
* The bold row denotes the saved checkpoint.
|
| 483 |
|
|
|
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: nomic-ai/modernbert-embed-base
|
| 11 |
widget:
|
| 12 |
+
- source_sentence: The Financial Crime Compliance Manager oversees the implementation
|
| 13 |
+
of the organisations compliance programmes to manage risk exposure and combat
|
| 14 |
+
financial crime. He/She advises and monitors the organisation's regulatory compliance
|
| 15 |
+
relating to all aspects of financial crime, including Anti-Money Laundering (AML)
|
| 16 |
+
and combating the financing of terrorism, sanction, anti-fraud, bribery and corruption
|
| 17 |
+
activities. He is responsible for ensuring appropriate incident resolution and
|
| 18 |
+
investigations are carried out, and he supports routine and ad-hoc regulatory
|
| 19 |
+
reporting. The Financial Crime Compliance Manager's duties may require him to
|
| 20 |
+
be contactable after office hours. He is well-versed with financial crime developments
|
| 21 |
+
and trends within the industry, and is a keen learner, keeping abreast of changes
|
| 22 |
+
and new approaches within the financial crime compliance function. He possesses
|
| 23 |
+
integrity, is detail-oriented, and driven to excel. He is able to adapt well to
|
| 24 |
+
changing priorities, and can effectively prioritise workflows to meet critical
|
| 25 |
+
deadlines.
|
| 26 |
sentences:
|
| 27 |
+
- Cabin Crew Supervisor responsible for managing cabin operations, guiding crew
|
| 28 |
+
members, and ensuring passenger service quality during flights. Must have knowledge
|
| 29 |
+
of in-flight procedures, safety standards, and excellent communication skills
|
| 30 |
+
to coordinate with the Captain and ground staff.
|
| 31 |
+
- Seeking a Junior Risk Management Officer to assist in the development and execution
|
| 32 |
+
of risk management strategies to address operational risks within the organization.
|
| 33 |
+
The role involves monitoring compliance with internal policies and external regulations
|
| 34 |
+
related to risk assessment and mitigation. Responsibilities include supporting
|
| 35 |
+
incident resolution efforts and conducting investigations on risk-related issues.
|
| 36 |
+
The candidate should be available for occasional after-hours work and must stay
|
| 37 |
+
informed about risk management trends and best practices. Strong analytical skills,
|
| 38 |
+
attention to detail, and the ability to manage multiple tasks effectively are
|
| 39 |
+
crucial for success in this position.
|
| 40 |
+
- Job opening for a Financial Crime Compliance Manager to lead the execution of
|
| 41 |
+
compliance programs aimed at mitigating risk and preventing financial crime. The
|
| 42 |
+
role includes advising on regulatory compliance regarding Anti-Money Laundering
|
| 43 |
+
(AML), counter-terrorism financing, sanctions, and anti-fraud measures. The manager
|
| 44 |
+
will ensure effective incident resolution and conduct investigations while supporting
|
| 45 |
+
both routine and special regulatory reporting. Availability after hours may be
|
| 46 |
+
required. The ideal candidate should be knowledgeable about industry trends in
|
| 47 |
+
financial crime and committed to continuous learning. Attention to detail, integrity,
|
| 48 |
+
and the ability to prioritize tasks under tight deadlines are essential.
|
| 49 |
+
- source_sentence: Costume Designers are responsible for designing costumes for a
|
| 50 |
+
production to capture the desired look in line with the production's overall visual
|
| 51 |
+
concept and the cast's roles. They ensure that costumes are practical for every
|
| 52 |
+
cast member. They oversee research on relevant costumes to suit the context of
|
| 53 |
+
the production, including fashion from different cultures, time periods, genres
|
| 54 |
+
and art forms. Costume Designers liaise with production leadership on the overall
|
| 55 |
+
vision of the performance, aligning the cast's appearance with the make-up and
|
| 56 |
+
hair team. They are responsible for overseeing the construction, rental and purchase
|
| 57 |
+
of costumes, as well as wardrobe fittings for the cast. They prepare cost estimates
|
| 58 |
+
and are also responsible for managing the production schedule for the costume
|
| 59 |
+
team.
|
| 60 |
sentences:
|
| 61 |
+
- Costume design specialists create attire for theatrical productions, ensuring
|
| 62 |
+
alignment with the visual aesthetics and character requirements. They conduct
|
| 63 |
+
extensive research on historical and cultural fashion to accurately reflect the
|
| 64 |
+
production's theme. Collaborating with directors and makeup artists, they harmonize
|
| 65 |
+
the cast's look and oversee the creation, acquisition, and fitting of costumes
|
| 66 |
+
while managing budgets and timelines for the costume department.
|
| 67 |
+
- HVDC Building Specialist responsible for overseeing the design, construction,
|
| 68 |
+
and commissioning of HVDC converter stations, ensuring compliance with performance,
|
| 69 |
+
safety, and regulatory standards while integrating advanced technologies for efficient
|
| 70 |
+
power transmission.
|
| 71 |
+
- Junior Fashion Merchandisers are tasked with selecting and coordinating clothing
|
| 72 |
+
lines for retail stores to enhance visual appeal and sales. They analyze current
|
| 73 |
+
fashion trends and consumer preferences to curate collections that resonate with
|
| 74 |
+
target audiences. Collaborating with marketing teams, they develop promotional
|
| 75 |
+
strategies and oversee inventory management. They are responsible for preparing
|
| 76 |
+
sales reports and ensuring proper stock levels while assisting in the planning
|
| 77 |
+
of seasonal displays.
|
| 78 |
+
- source_sentence: The Chief Digital Officer oversees the overall implementation and
|
| 79 |
+
innovation of digital solutions in the organisation to achieve digital transformation
|
| 80 |
+
of the business. He/She drives the team to experiment and apply new digital solutions.
|
| 81 |
+
He leads the strategic direction for his team to ensure efficiency in projects
|
| 82 |
+
and operations. He drives collaboration within organisation and endorses the work
|
| 83 |
+
done by the digital team. He is a leader who defines strategies to champion innovative
|
| 84 |
+
digital solutions. He is able to anticipate trends and disruptions in the industry
|
| 85 |
+
to help the organisation prepare. He is able to drive changes within the organisation.
|
| 86 |
+
He possesses strong persuasive skills to help influence others.
|
| 87 |
sentences:
|
| 88 |
+
- Job opening for a Terminal Manager responsible for enhancing airport services,
|
| 89 |
+
collaborating with stakeholders, and ensuring compliance with operational standards.
|
| 90 |
+
The role involves researching new service offerings, enforcing safety regulations,
|
| 91 |
+
managing contractors, and developing training programs. Strong knowledge of airport
|
| 92 |
+
operations and excellent project management skills are essential.
|
| 93 |
+
- Junior Risk Management Analyst tasked with supporting the identification and assessment
|
| 94 |
+
of potential risks within the organization. This role involves assisting in the
|
| 95 |
+
development of risk mitigation strategies and collaborating with various departments
|
| 96 |
+
to ensure compliance with regulatory standards. The analyst will utilize analytical
|
| 97 |
+
skills to monitor industry trends and prepare reports on risk assessments, contributing
|
| 98 |
+
to the overall risk management framework. Strong communication skills are essential
|
| 99 |
+
for effectively conveying risk-related information to team members and stakeholders.
|
| 100 |
+
- Chief Digital Officer responsible for leading digital transformation initiatives,
|
| 101 |
+
driving innovation, and implementing cutting-edge digital solutions to enhance
|
| 102 |
+
operational efficiency and team collaboration.
|
| 103 |
+
- source_sentence: The Senior Data Engineer designs, implements and oversees maintenance
|
| 104 |
+
of data flow channels and data processing systems that support the collection,
|
| 105 |
+
storage, batch and real-time processing, and analysis of information from structured
|
| 106 |
+
and unstructured sources in a scalable, repeatable and secure manner. He/She assists
|
| 107 |
+
data scientists with the extraction of valuable insights from data sets to derive
|
| 108 |
+
valuable and actionable insights and recommendations that support business requirements.
|
| 109 |
+
He involves in rollouts, upgrades, implementation and release of data system changes
|
| 110 |
+
as required for streamlining of internal practices. He is proficient in database
|
| 111 |
+
systems, scripting and programming languages required by the organisation. He
|
| 112 |
+
is also familiar with the relevant software platforms on which the solution is
|
| 113 |
+
deployed on. The Senior Data Engineer possesses natural inclination for understanding
|
| 114 |
+
business processes and relevant data requirements. He easily builds rapport with
|
| 115 |
+
others and is able to put forth his ideas and recommendations in a persuasive
|
| 116 |
+
manner, to influence stakeholders and decisions.
|
| 117 |
sentences:
|
| 118 |
+
- Senior Data Engineer responsible for designing and managing data flow systems
|
| 119 |
+
and processing frameworks that facilitate the collection, storage, and real-time
|
| 120 |
+
analysis of structured and unstructured data. Collaborates with data scientists
|
| 121 |
+
to extract insights and provide actionable recommendations aligned with business
|
| 122 |
+
needs. Involved in system upgrades, implementations, and changes to enhance internal
|
| 123 |
+
operations. Proficient in necessary database systems and programming languages,
|
| 124 |
+
with a strong understanding of the software platforms used for deployment. Strong
|
| 125 |
+
business process acumen and ability to effectively communicate and influence stakeholders.
|
| 126 |
+
- Battery Energy Storage Systems Engineer responsible for designing, developing,
|
| 127 |
+
and implementing innovative battery storage solutions for renewable energy integration
|
| 128 |
+
and grid stability. This role involves sizing battery systems, creating technical
|
| 129 |
+
specifications, and ensuring seamless integration with renewable sources and microgrids.
|
| 130 |
+
The engineer will manage installation, commissioning, and troubleshooting processes
|
| 131 |
+
while adhering to regulatory standards. Strong problem-solving, digital skills,
|
| 132 |
+
and systems thinking are essential, along with effective communication and teamwork
|
| 133 |
+
abilities.
|
| 134 |
+
- Junior Data Analyst focuses on analyzing financial data and generating reports
|
| 135 |
+
to support decision-making processes within the finance industry. Responsible
|
| 136 |
+
for data validation, cleaning, and preparation for analysis, ensuring accuracy
|
| 137 |
+
and consistency. Works closely with senior analysts to identify trends and patterns
|
| 138 |
+
in data, contributing to strategic planning. Familiarity with spreadsheet software
|
| 139 |
+
and basic programming for data manipulation is required. Must possess strong analytical
|
| 140 |
+
skills and the ability to communicate findings clearly to team members and management.
|
| 141 |
+
- source_sentence: The Assistant Relationship Manager - Private Banking supports senior
|
| 142 |
+
team members in servicing client accounts. He/She focuses on providing excellent
|
| 143 |
+
client service to understand clients' requirements. He provides information pertaining
|
| 144 |
+
to client accounts as well as collates reports, prepares client documents and
|
| 145 |
+
follows-up with clients if clarifications are necessary. He reviews relevant client
|
| 146 |
+
information to determine if any escalation is required to senior team members.
|
| 147 |
+
He also supports his team with ad hoc administrative duties to ensure that optimal
|
| 148 |
+
client service is provided. The Assistant Relationship Manager - Private Banking
|
| 149 |
+
is pleasant and personable in nature to build rapport with his team and other
|
| 150 |
+
relevant individuals. His duties require him to be meticulous with details and
|
| 151 |
+
a team player. He is also self-motivated to excel in delivering quality services.
|
| 152 |
+
He is articulate and able to communicate well with others but also values listening
|
| 153 |
+
to learn from others. He is able to manage his time and prioritise his responsibilities.
|
| 154 |
+
A typical, although not mandatory, entry route into this role is via a Retail
|
| 155 |
+
Banking Relationship Manager background.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
sentences:
|
| 157 |
+
- Customer Service Analyst responsible for data collection, process analysis, and
|
| 158 |
+
identifying service quality improvements while managing complex service recoveries
|
| 159 |
+
and collaborating with stakeholders to enhance logistics service standards.
|
| 160 |
+
- Assistant Client Service Representative - Wealth Management assists senior advisors
|
| 161 |
+
in managing client portfolios. This role emphasizes delivering outstanding client
|
| 162 |
+
support to identify clients' needs. The representative gathers information related
|
| 163 |
+
to client accounts, prepares necessary documentation, and follows up with clients
|
| 164 |
+
for any required clarifications. They assess client data to decide if escalation
|
| 165 |
+
to senior advisors is necessary. Additionally, the representative aids the team
|
| 166 |
+
with various administrative tasks to ensure superior client service is maintained.
|
| 167 |
+
The Assistant Client Service Representative - Wealth Management is friendly and
|
| 168 |
+
approachable, fostering positive relationships with colleagues and clients. Attention
|
| 169 |
+
to detail and teamwork are essential, along with a proactive approach to achieving
|
| 170 |
+
high-quality service. Strong communication skills and the ability to listen and
|
| 171 |
+
learn from others are valued. Effective time management and prioritization of
|
| 172 |
+
tasks are also key aspects of this role, which may typically be entered through
|
| 173 |
+
a background in Retail Banking.
|
| 174 |
+
- Junior Compliance Officer - Financial Services assists in ensuring adherence to
|
| 175 |
+
regulatory requirements within the organization. This role involves providing
|
| 176 |
+
support to senior compliance staff in monitoring compliance processes and systems.
|
| 177 |
+
The officer collects relevant compliance data, prepares reports, and follows up
|
| 178 |
+
with departments for clarification on compliance issues. They analyze compliance
|
| 179 |
+
documentation to determine if further action is needed. The Junior Compliance
|
| 180 |
+
Officer also undertakes various administrative tasks to facilitate compliance
|
| 181 |
+
operations. Being detail-oriented and a collaborative team player is crucial in
|
| 182 |
+
this position. The officer must also be driven to maintain high standards in compliance
|
| 183 |
+
practices. Strong written and verbal communication skills are necessary, along
|
| 184 |
+
with a commitment to listening and understanding regulatory changes. Effective
|
| 185 |
+
time management and the ability to prioritize compliance tasks are essential for
|
| 186 |
+
success in this role, which often welcomes candidates from an entry-level background
|
| 187 |
+
in regulatory affairs.
|
| 188 |
pipeline_tag: sentence-similarity
|
| 189 |
library_name: sentence-transformers
|
| 190 |
---
|
|
|
|
| 239 |
model = SentenceTransformer("dnth/ssf-retriever-modernbert-embed-base")
|
| 240 |
# Run inference
|
| 241 |
sentences = [
|
| 242 |
+
"The Assistant Relationship Manager - Private Banking supports senior team members in servicing client accounts. He/She focuses on providing excellent client service to understand clients' requirements. He provides information pertaining to client accounts as well as collates reports, prepares client documents and follows-up with clients if clarifications are necessary. He reviews relevant client information to determine if any escalation is required to senior team members. He also supports his team with ad hoc administrative duties to ensure that optimal client service is provided. The Assistant Relationship Manager - Private Banking is pleasant and personable in nature to build rapport with his team and other relevant individuals. His duties require him to be meticulous with details and a team player. He is also self-motivated to excel in delivering quality services. He is articulate and able to communicate well with others but also values listening to learn from others. He is able to manage his time and prioritise his responsibilities. A typical, although not mandatory, entry route into this role is via a Retail Banking Relationship Manager background.",
|
| 243 |
+
"Assistant Client Service Representative - Wealth Management assists senior advisors in managing client portfolios. This role emphasizes delivering outstanding client support to identify clients' needs. The representative gathers information related to client accounts, prepares necessary documentation, and follows up with clients for any required clarifications. They assess client data to decide if escalation to senior advisors is necessary. Additionally, the representative aids the team with various administrative tasks to ensure superior client service is maintained. The Assistant Client Service Representative - Wealth Management is friendly and approachable, fostering positive relationships with colleagues and clients. Attention to detail and teamwork are essential, along with a proactive approach to achieving high-quality service. Strong communication skills and the ability to listen and learn from others are valued. Effective time management and prioritization of tasks are also key aspects of this role, which may typically be entered through a background in Retail Banking.",
|
| 244 |
+
'Junior Compliance Officer - Financial Services assists in ensuring adherence to regulatory requirements within the organization. This role involves providing support to senior compliance staff in monitoring compliance processes and systems. The officer collects relevant compliance data, prepares reports, and follows up with departments for clarification on compliance issues. They analyze compliance documentation to determine if further action is needed. The Junior Compliance Officer also undertakes various administrative tasks to facilitate compliance operations. Being detail-oriented and a collaborative team player is crucial in this position. The officer must also be driven to maintain high standards in compliance practices. Strong written and verbal communication skills are necessary, along with a commitment to listening and understanding regulatory changes. Effective time management and the ability to prioritize compliance tasks are essential for success in this role, which often welcomes candidates from an entry-level background in regulatory affairs.',
|
| 245 |
]
|
| 246 |
embeddings = model.encode(sentences)
|
| 247 |
print(embeddings.shape)
|
|
|
|
| 250 |
# Get the similarity scores for the embeddings
|
| 251 |
similarities = model.similarity(embeddings, embeddings)
|
| 252 |
print(similarities)
|
| 253 |
+
# tensor([[1.0000, 0.7462, 0.2355],
|
| 254 |
+
# [0.7462, 1.0000, 0.2914],
|
| 255 |
+
# [0.2355, 0.2914, 1.0000]])
|
| 256 |
```
|
| 257 |
|
| 258 |
<!--
|
|
|
|
| 303 |
| | anchor | positive | negative |
|
| 304 |
|:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
|
| 305 |
| type | string | string | string |
|
| 306 |
+
| details | <ul><li>min: 73 tokens</li><li>mean: 172.06 tokens</li><li>max: 355 tokens</li></ul> | <ul><li>min: 22 tokens</li><li>mean: 68.75 tokens</li><li>max: 218 tokens</li></ul> | <ul><li>min: 33 tokens</li><li>mean: 84.94 tokens</li><li>max: 206 tokens</li></ul> |
|
| 307 |
* Samples:
|
| 308 |
+
| anchor | positive | negative |
|
| 309 |
+
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 310 |
+
| <code>The Auxiliary Police Officer Supervisor/Team Leader leads security teams to protect assigned premises, assets and personnel. He/She is expected to conduct team briefings prior to operations, make critical decisions during operations, and conduct after action reviews. His duties include supervising security teams, monitoring their performance and provide coaching and advice. He may also be required to cover the duties of Auxiliary Police Officers. He may be required to work in rotating shifts and be physically fit. He is expected to be vigilant, decisive, and possess effective communication skills. He needs to be well-groomed, pleasant and cooperative when interacting with stakeholders and may be deployed to a variety of places, including banks, event venues, immigration checkpoints, and sensitive installations.</code> | <code>Security Team Leader responsible for overseeing and guiding security personnel to ensure the safety of designated locations, assets, and individuals. Expected to lead team briefings, make crucial operational decisions, and conduct post-operation evaluations. Duties include managing security staff, assessing their performance, and providing mentorship. Must be prepared to perform Auxiliary Police Officer tasks as needed, work in rotating shifts, and maintain physical fitness. Requires strong vigilance, decisiveness, and communication skills, along with a professional appearance and a cooperative demeanor with stakeholders, potentially in various settings such as financial institutions, events, and secure facilities.</code> | <code>Junior Security Officer tasked with monitoring and patrolling assigned areas to ensure the safety of property and individuals. Responsibilities include conducting routine inspections, reporting incidents, and assisting in emergency situations. Expected to work under the supervision of senior security personnel, providing support and maintaining vigilance throughout shifts. Must be physically fit, able to work varying hours, and possess basic communication skills. The role requires a neat appearance and the ability to interact courteously with the public, primarily in environments such as retail spaces, public events, and community centers.</code> |
|
| 311 |
+
| <code>The Engineering Head (Automatic Fare Collection) is a subject matter expert on Automatic Fare Collection (AFC) systems and drives the AFC engineering and maintenance excellence within the organisation. He/She serves as the link between the organisation and authorities to implement AFC-related strategies. His duties also include translating and aligning established industry standards into department Key Performance Indicators (KPIs). He possesses a strong understanding of leading engineering practices, operational best practices, industry developments and regulatory requirements, and translates these into organisation practices and performance requirements. He possesses strong leadership skills, able to cultivate a culture of continuous improvement and demonstrates excellent management skills to achieve the department's operational and functional objectives.</code> | <code>Job opening for Engineering Lead in Automatic Fare Collection (AFC) systems, focusing on driving engineering excellence and maintenance standards. The role involves liaising with regulatory bodies to implement AFC strategies and aligning industry standards with departmental KPIs. Candidates should have a deep understanding of engineering practices, operational excellence, and regulatory compliance, along with strong leadership and management abilities to enhance departmental performance.</code> | <code>Seeking a Junior Risk Analyst in the financial sector to assess and manage potential risks within investment portfolios. Responsibilities include analyzing market trends, developing risk management strategies, and ensuring compliance with financial regulations. The ideal candidate should have a background in financial analysis, strong analytical skills, and the ability to communicate risk assessments effectively to stakeholders.</code> |
|
| 312 |
+
| <code>The Town Gas Production Engineer analyses the gas production processes to optimise operations and production. He/She supervises the troubleshooting of production faults and breakdowns, and plans the corrective actions required on gas production equipment and ancillaries for operational safety. He executes strategies for fault and breakdown management on the gas production plants and develops staff capabilities through on-the-job training and development programmes. He monitors Permits-to-Work procedures, and interprets Safe System of Work (SSoW) frameworks and practices to his area of work. In times of emergency, he analyses the impact of emergency responses and relevant safety procedures on business operations, and facilitates the Emergency Response Teams activities on site incident management. He works in a safety-oriented environment at the town gas production plant facility. He may also be required to perform routine shift work. He has good leadership skills to lead junior team mem...</code> | <code>Gas Production Engineer responsible for optimizing gas production processes, supervising troubleshooting efforts, and planning corrective actions for equipment safety. Executes fault management strategies, develops staff through training programs, and monitors work permit procedures while ensuring compliance with safety frameworks. Analyzes emergency response impacts and supports incident management activities in a safety-focused environment, potentially requiring shift work. Strong leadership and analytical skills are essential for guiding junior team members and effectively addressing operational challenges.</code> | <code>Junior Gas Operations Technician tasked with monitoring gas distribution systems and assisting in routine maintenance activities. Conducts basic troubleshooting of distribution faults and reports issues to senior engineers. Participates in safety training and follows operational guidelines to ensure compliance with safety regulations. Assists in managing work permits and contributes to team efforts during routine inspections. Requires attention to detail and the ability to work effectively in a team environment, but does not lead or supervise other staff members.</code> |
|
| 313 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 314 |
```json
|
| 315 |
{
|
|
|
|
| 328 |
| | anchor | positive | negative |
|
| 329 |
|:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
|
| 330 |
| type | string | string | string |
|
| 331 |
+
| details | <ul><li>min: 58 tokens</li><li>mean: 165.86 tokens</li><li>max: 380 tokens</li></ul> | <ul><li>min: 21 tokens</li><li>mean: 66.17 tokens</li><li>max: 199 tokens</li></ul> | <ul><li>min: 33 tokens</li><li>mean: 82.42 tokens</li><li>max: 217 tokens</li></ul> |
|
| 332 |
* Samples:
|
| 333 |
+
| anchor | positive | negative |
|
| 334 |
+
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 335 |
+
| <code>The Master (Special Limit) has command and control of the navigation, manoeuvring, cargo handling and stowage, communications and safe handling of a ship operating within Singapores 'Special Limit' or about 30 nautical miles from Singapores port. He/She ensures that the ship complies with local and international laws, as well as the port state and flag state policies, and ensures voyages are completed efficiently. He also manages the ships crew and oversees search and rescue operations in the event of emergencies. He must pass a colour vision test and fulfil the requirements stipulated in the Standards of Training, Certification and Watchkeeping for Seafarers (STCW) issued by the International Maritime Organisation (IMO).</code> | <code>Job opportunity for a Master (Special Limit) responsible for navigating and managing a ship within Singapore's Special Limit, ensuring compliance with maritime laws and overseeing crew and emergency operations.</code> | <code>Junior Risk Management Analyst needed to assess and mitigate risks in the financial sector. The role involves analyzing data, preparing reports, and ensuring compliance with regulatory standards. Candidates should have strong analytical skills, attention to detail, and the ability to work collaboratively in a fast-paced environment. A degree in finance or related fields is preferred.</code> |
|
| 336 |
+
| <code>The Client Service Officer/Client Support Service Officer is responsible for interacting and developing rapport with clients. He/she acts as the first point of escalation for clients and ensures clients' enquires and complaints are handled in a timely and satisfactory manner. He also adheres to organisational procedures in performing day-to-day tasks and portrays a professional image at all times. The Client Service Officer/Client Support Service Officer possesses strong interpersonal and communication skills that enables him to build trust and relationships with clients. He handles various service challenges in a calm and collected manner, escalating issues where appropriate.</code> | <code>Seeking a Client Relations Specialist to engage with clients and build strong relationships. This role involves being the primary contact for client escalations and ensuring prompt resolution of inquiries and complaints. The ideal candidate will follow company procedures in daily operations and maintain a professional demeanor. Strong communication and interpersonal skills are essential for establishing trust with clients and effectively managing service challenges.</code> | <code>We are looking for a Junior Risk Management Analyst to support the risk assessment processes within our organization. The role requires interaction with various departments to gather data and evaluate potential risks. The successful candidate will address risk-related inquiries and ensure that all documentation is completed accurately and on time. Candidates should possess analytical skills and the ability to communicate findings effectively, maintaining a professional approach in all interactions.</code> |
|
| 337 |
+
| <code>The Security Architect leads unique and highly complex projects involving design, development and implementation of secure system architectures. He/She plans and monitors the design of artefacts into enterprise systems that describe security principles and how they relate to the overall enterprise system architecture. He is involved in the development and application of new solutions in infrastructure security. He recommends and leads the adoption of new technological advances and best practices in infrastructure security systems to mitigate security risks. He identifies and resolves unique and complex issues, which may have organisation-wide and long-term impact. He is an expert in cyber security standards, protocols and frameworks, and ensures the organisations compliance to the Cyber Security Act 2018. He is knowledgeable of various application and hardware technologies and services. The Security Architect has a creative and critical mind, and enjoys identifying linkages and interco...</code> | <code>Security Architect responsible for leading intricate projects focused on designing, developing, and implementing secure system architectures, ensuring compliance with cyber security standards and best practices while mentoring junior staff.</code> | <code>Junior IT Support Specialist tasked with providing technical assistance and troubleshooting for internal software applications and hardware issues, ensuring user satisfaction and maintaining system functionality within the organization.</code> |
|
| 338 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 339 |
```json
|
| 340 |
{
|
|
|
|
| 351 |
- `per_device_eval_batch_size`: 16
|
| 352 |
- `gradient_accumulation_steps`: 16
|
| 353 |
- `learning_rate`: 2e-05
|
| 354 |
+
- `num_train_epochs`: 15
|
| 355 |
- `lr_scheduler_type`: cosine
|
| 356 |
- `warmup_ratio`: 0.1
|
| 357 |
- `bf16`: True
|
|
|
|
| 380 |
- `adam_beta2`: 0.999
|
| 381 |
- `adam_epsilon`: 1e-08
|
| 382 |
- `max_grad_norm`: 1.0
|
| 383 |
+
- `num_train_epochs`: 15
|
| 384 |
- `max_steps`: -1
|
| 385 |
- `lr_scheduler_type`: cosine
|
| 386 |
- `lr_scheduler_kwargs`: {}
|
|
|
|
| 486 |
### Training Logs
|
| 487 |
| Epoch | Step | Training Loss | Validation Loss |
|
| 488 |
|:--------:|:-------:|:-------------:|:---------------:|
|
| 489 |
+
| 0.6780 | 10 | 0.3163 | - |
|
| 490 |
+
| 1.0 | 15 | - | 0.0160 |
|
| 491 |
+
| 1.3390 | 20 | 0.0317 | - |
|
| 492 |
+
| 2.0 | 30 | 0.0135 | 0.0064 |
|
| 493 |
+
| 2.6780 | 40 | 0.0116 | - |
|
| 494 |
+
| 3.0 | 45 | - | 0.0040 |
|
| 495 |
+
| 3.3390 | 50 | 0.0064 | - |
|
| 496 |
+
| 4.0 | 60 | 0.0061 | 0.0034 |
|
| 497 |
+
| 4.6780 | 70 | 0.0056 | - |
|
| 498 |
+
| 5.0 | 75 | - | 0.0032 |
|
| 499 |
+
| 5.3390 | 80 | 0.0045 | - |
|
| 500 |
+
| 6.0 | 90 | 0.0044 | 0.0029 |
|
| 501 |
+
| 6.6780 | 100 | 0.004 | - |
|
| 502 |
+
| 7.0 | 105 | - | 0.0027 |
|
| 503 |
+
| 7.3390 | 110 | 0.0034 | - |
|
| 504 |
+
| 8.0 | 120 | 0.0038 | 0.0025 |
|
| 505 |
+
| 8.6780 | 130 | 0.0028 | - |
|
| 506 |
+
| 9.0 | 135 | - | 0.0023 |
|
| 507 |
+
| 9.3390 | 140 | 0.0039 | - |
|
| 508 |
+
| 10.0 | 150 | 0.0039 | 0.0022 |
|
| 509 |
+
| 10.6780 | 160 | 0.0031 | - |
|
| 510 |
+
| 11.0 | 165 | - | 0.0023 |
|
| 511 |
+
| 11.3390 | 170 | 0.0029 | - |
|
| 512 |
+
| 12.0 | 180 | 0.0036 | 0.0023 |
|
| 513 |
+
| 12.6780 | 190 | 0.0033 | - |
|
| 514 |
+
| 13.0 | 195 | - | 0.0022 |
|
| 515 |
+
| 13.3390 | 200 | 0.0035 | - |
|
| 516 |
+
| 14.0 | 210 | 0.003 | 0.0022 |
|
| 517 |
+
| 14.6780 | 220 | 0.0043 | - |
|
| 518 |
+
| **15.0** | **225** | **-** | **0.0022** |
|
| 519 |
|
| 520 |
* The bold row denotes the saved checkpoint.
|
| 521 |
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 596070136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eac2020d4fb073fea1e4dadd0745568dcf0ac352368a089e0baaed0e2f7eee0
|
| 3 |
size 596070136
|