File size: 40,922 Bytes
252c28b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:305
- loss:MultipleNegativesRankingLoss
base_model: nomic-ai/modernbert-embed-base
widget:
- source_sentence: According to the text, when is an approach permitted?
  sentences:
  - "25.1.2\tAdjudicate on the Rules of the game;\n25.1.3\tImpose any sanction necessary\
    \ to control the match;\n25.1.4\tAward Tries and record the progressive score;\n\
    25.1.5\tMaintain a count of Touches during each Possession;\n25.1.6\tAward Penalties\
    \ for Infringements against the Rules; and\n25.1.7\tReport to the relevant competition\
    \ administration any Sin Bins, \nDismissals or injuries to any participant sustained\
    \ during a Match.25.2\tOnly Team captains are permitted to seek clarification\
    \ of a decision directly \nfrom the Referee.An approach may only be made during\
    \ a break in play or at \nthe discretion of the Referee."
  - "11.2\tA player in Possession  may not intentionally kick, pass, flick, knock,\
    \ throw, \nhand-off or otherwise propel the ball in a Forward direction over an\
    \ opposition \nplayer and regain Possession.Ruling = A Penalty will be awarded\
    \ to the Defending Team at the Mark where the ball was \npropelled Forward.12 \
    \ Ball Touched in Flight  \n  \n12.1\tIf a player from the Defending Team deliberately\
    \ makes contact with the ball in \nflight and the ball goes to ground, the Attacking\
    \ Team retains the ball and the \nTouch Count restarts as zero (0) Touch.12.2\t\
    If a player from the Defending Team deliberately makes contact with the ball \n\
    in flight and the ball is retrieved by an attacking player, without touching the\
    \ \nground, play continues and the next Touch is zero (0) Touch."
  - "Ruling = A Penalty to the Attacking Team at the point of the Infringement or\
    \ on the seven (7) \nmetre line directly Forward of the Infringement.15.4\tWhen\
    \ a Rollball occurs within Defending Team’s Seven Metre Zone or a Penalty \nTap\
    \ within ten (10) metres of the Defending Team’s Try Line, all players from the\
    \ \nDefending Team must have both feet on or behind their Try Line and no other\
    \ \npart of the body in contact with the ground Forward of their Try Line.Ruling\
    \ = A Penalty to the Attacking Team at the seven (7) metre line directly Forward\
    \ of the \npoint of the Infringement.15.5\tAfter effecting the Touch, the defending\
    \ player must retire the required seven \n(7) metres or to the Defending Try Line\
    \ as indicated by the Referee without \ninterfering with the Attacking Team.Ruling\
    \ = A Penalty to the Attacking Team ten (10) metres Forward of the Infringement\
    \ or if \non the Defensive Try Line, on the seven (7) metre line."
- source_sentence: If a player intentionally propels the ball forward over an opponent
    and regains possession, what is the ruling?
  sentences:
  - "24.5\tFor the avoidance of doubt for clauses 24.3 and 24.4 the non-offending\
    \ Team \nwill retain a numerical advantage on the Field of Play during the Drop-Off.25 \
    \ Match Officials  \n25.1\tThe Referee is the sole judge on all match related\
    \ matters inside the Perimeter \nfor the Duration of a match, has jurisdiction\
    \ over all players, coaches and \nofficials and is required to:\n25.1.1\tInspect\
    \ the Field of Play, Line Markings and Markers prior to the \ncommencement of\
    \ the Match to ensure the safety of all participants.25.1.2\tAdjudicate on the\
    \ Rules of the game;\n25.1.3\tImpose any sanction necessary to control the match;\n\
    25.1.4\tAward Tries and record the progressive score;\n25.1.5\tMaintain a count\
    \ of Touches during each Possession;\n25.1.6\tAward Penalties for Infringements\
    \ against the Rules; and\n25.1.7\tReport to the relevant competition administration\
    \ any Sin Bins, \nDismissals or injuries to any participant sustained during a\
    \ Match."
  - "See Appendix 1.Forced Interchange\nWhen a player is required to undertake a compulsory\
    \ Interchange for \nan Infringement ruled more serious than a Penalty but less\
    \ serious \nthan a Permanent Interchange, Sin Bin or Dismissal.Forward\nA position\
    \ or direction towards the Dead Ball Line beyond the Team’s \nAttacking Try Line.Full\
    \ Time\nThe expiration of the second period of time allowed for play.Half\nThe\
    \ player who takes Possession following a Rollball.Half Time\nThe break in play\
    \ between the two halves of a match.Imminent\nAbout to occur, it is almost certain\
    \ to occur.Infringement\nThe action of a player contrary to the Rules of the game.In-Goal\
    \ Area\nThe area in the Field of Play bounded by the Sidelines, the Try Lines\
    \ \nand the Dead Ball Lines.There are two (2), one (1) at each end of the \nField\
    \ of Play.See Appendix 1.Interchange\nThe act of an on-field player leaving the\
    \ Field of Play to be replaced \nby an off-field player entering the Field of\
    \ Play."
  - "Ruling = A Change of Possession occurs at the point of the Touch, or if In-Goal\
    \ the nearest \npoint on the seven (7) metre line.10.8\tIf a Touch is made in\
    \ the In-Goal Area before the ball is grounded, the player in \nPossession is\
    \ to perform a Rollball seven (7) metres from the Team’s Attacking \nTry Line,\
    \ provided it is not the sixth  Touch and the player is not Half.10.9\tIf a player\
    \ in Possession is Touched while on or behind their Defending Try Line, \nthe\
    \ Touch counts and once the Referee sets the Mark seven (7) metres directly \n\
    Forward of the contact point from the Defending Team’s Try Line, a Rollball is\
    \ \nperformed.10.10\tIf a player in Possession intentionally makes a Touch on\
    \ an Offside defender \nwho is making every effort to retire and remain out of\
    \ play, the Touch counts."
- source_sentence: How large is the Ruck/Rollball Area?
  sentences:
  - "13.5\tA player may only perform a Rollball at the Mark under the following \n\
    circumstances:\n13.5.1\twhen a Touch has been made; or\n13.5.2\twhen Possession\
    \ changes following the sixth Touch; or\n13.5.3\twhen Possession changes due to\
    \ the ball being dropped or passed and \ngoes to the ground; or\n13.5.4\twhen\
    \ Possession changes due to an Infringement by an attacking player \nat a Penalty,\
    \ a Tap or a Rollball; or\nFIT Playing Rules - 5th Edition\nCOPYRIGHT © Touch\
    \ Football Australia 2020\n11\n13.5.5\twhen Possession changes after the Half\
    \ is Touched or when the Half \nplaces the ball on or over the Try Line; or\n\
    13.5.6\tin replacement of a Penalty Tap; or\n13.5.7\twhen so directed by the Referee.13.6\t\
    A player is to perform a Rollball seven (7) metres in-field under the following\
    \ \ncircumstances:\n13.6.1\twhen a Change of Possession takes place due to a player\
    \ in Possession \nmaking contact with the Sideline or any ground outside the Field\
    \ of Play, \nprior to a Touch being made; or\n13.6.2\twhen the ball not in Possession\
    \ of a player makes contact with the \nSideline or any ground outside the Field\
    \ of Play."
  - "13.5\tA player may only perform a Rollball at the Mark under the following \n\
    circumstances:\n13.5.1\twhen a Touch has been made; or\n13.5.2\twhen Possession\
    \ changes following the sixth Touch; or\n13.5.3\twhen Possession changes due to\
    \ the ball being dropped or passed and \ngoes to the ground; or\n13.5.4\twhen\
    \ Possession changes due to an Infringement by an attacking player \nat a Penalty,\
    \ a Tap or a Rollball; or\nFIT Playing Rules - 5th Edition\nCOPYRIGHT © Touch\
    \ Football Australia 2020\n11\n13.5.5\twhen Possession changes after the Half\
    \ is Touched or when the Half \nplaces the ball on or over the Try Line; or\n\
    13.5.6\tin replacement of a Penalty Tap; or\n13.5.7\twhen so directed by the Referee.13.6\t\
    A player is to perform a Rollball seven (7) metres in-field under the following\
    \ \ncircumstances:\n13.6.1\twhen a Change of Possession takes place due to a player\
    \ in Possession \nmaking contact with the Sideline or any ground outside the Field\
    \ of Play, \nprior to a Touch being made; or\n13.6.2\twhen the ball not in Possession\
    \ of a player makes contact with the \nSideline or any ground outside the Field\
    \ of Play."
  - "See Appendix 1.Forced Interchange\nWhen a player is required to undertake a compulsory\
    \ Interchange for \nan Infringement ruled more serious than a Penalty but less\
    \ serious \nthan a Permanent Interchange, Sin Bin or Dismissal.Forward\nA position\
    \ or direction towards the Dead Ball Line beyond the Team’s \nAttacking Try Line.Full\
    \ Time\nThe expiration of the second period of time allowed for play.Half\nThe\
    \ player who takes Possession following a Rollball.Half Time\nThe break in play\
    \ between the two halves of a match.Imminent\nAbout to occur, it is almost certain\
    \ to occur.Infringement\nThe action of a player contrary to the Rules of the game.In-Goal\
    \ Area\nThe area in the Field of Play bounded by the Sidelines, the Try Lines\
    \ \nand the Dead Ball Lines.There are two (2), one (1) at each end of the \nField\
    \ of Play.See Appendix 1.Interchange\nThe act of an on-field player leaving the\
    \ Field of Play to be replaced \nby an off-field player entering the Field of\
    \ Play."
- source_sentence: When may players interchange following a try in Touch Rugby?
  sentences:
  - "5.2\tA Team must have a minimum of four (4) players on the field for a match\
    \ to \ncommence or continue, except during a Drop-Off.5.3\tWhere the number of\
    \ players on the field from one Team falls below four (4), \nthe match is to be\
    \ abandoned and the non-offending Team is to be declared the \nWinner.5.3.1\t\
    This does not apply for players sent to the Sin Bin Area.5.4\tIn mixed gender\
    \ competitions, the maximum number of males allowed on the \nField of Play is\
    \ three (3), the minimum male requirement is one (1) and the \nminimum female\
    \ requirement is one (1).6  Team Coach and Team Officials  \n6.1\tThe Team coach(s)\
    \ and Team officials may be permitted inside the Perimeter \nbut shall be required\
    \ to be positioned either in the Interchange Area or at the \nend of the Field\
    \ of Play for the duration of the match.6.2\tThe Team coach(s) and Team officials\
    \ may move from one position to the other \nbut shall do so without delay."
  - "17.8\tFollowing a Try, players may Interchange at will, without having to wait\
    \ for the \nplayer to enter the Interchange Area, but must do so prior to the\
    \ Tap being taken \nto recommence play.18  Penalty  \n18.1\tThe Tap must be performed\
    \ in accordance with the Definitions.Ruling = The Referee will instruct the offending\
    \ Team to return to the Mark and perform the \nTap again.18.2\tFor Infringements\
    \ that occur between seven (7) metre lines, the Mark for the \nPenalty Tap is\
    \ at the point of Infringement unless otherwise indicated by the \nReferee.18.3\t\
    For Infringements that occur within the Seven Metre Zone the Tap must be \ntaken\
    \ at the nearest seven (7) metre line."
  - "4.4\tHats or caps are permitted to be worn during a match provided they are safe\
    \ \nand meet any NTA regulations.4.5\tSafe footwear must be worn with exceptions\
    \ allowed for game variants such as \nBeach Touch.4.6\tLight leather or synthetic\
    \ boots with soft moulded soles are permitted.4.6.1\tShoes with screw-in studs\
    \ are not to be worn by any player or Referee.4.7\tPlayers are not to participate\
    \ in any match wearing any item of jewellery, \nchain, identification band/bracelet\
    \ or similar item that may prove dangerous.Any jewellery or other items that cannot\
    \ be removed are to be taped to the \nsatisfaction of the Referee.4.8\tLong (extend\
    \ beyond the finger flesh when viewed from the palm) or sharp \nfingernails are\
    \ not allowed.4.9\tReferees and players may wear spectacles or sunglasses provided\
    \ they are safe \nand securely attached."
- source_sentence: Is there a time-out for injuries during a standard Touch Rugby
    match?
  sentences:
  - "Line \nMarkings are to be laid out as shown in Appendix 1 - The Field of Play.Sidelines\
    \ \nextend seven (7) metres beyond the Try Lines to join the Dead Ball Lines and\
    \ \ndefine the In-Goal Areas which measure fifty (50) metres wide by seven (7)\
    \ \nmetres in length.1.3\tThe Interchange Areas are located no closer than one\
    \ (1) metre from each \nSideline.1.4\tSuitably sized markers, cones or corner\
    \ posts of a distinguishing colour and \nmade from safe and pliable material should\
    \ be positioned at the intersections of \nthe Sideline and Halfway line and the\
    \ Sideline and the Try Line.1.4.1\tMarkers, cones or corner posts placed on the\
    \ junction of the Sideline and \nTry Line are deemed to be in the Field of Play.1.4.2\t\
    All other markers or cones are deemed to be out of the Field of Play.1.5\tThe\
    \ standard playing surface is grass.Other surfaces including synthetic grass \n\
    may be used but shall be subject to NTA approved standards."
  - "10.10\tIf a player in Possession intentionally makes a Touch on an Offside defender\
    \ \nwho is making every effort to retire and remain out of play, the Touch counts.FIT\
    \ Playing Rules - 5th Edition\nCOPYRIGHT © Touch Football Australia 2020\n9\n\
    10.11\tIf a Touch is made on a player in Possession while the player is juggling\
    \ the ball \nin an attempt to maintain control of it, the Touch counts if the\
    \ attacking player \nfollowing the Touch retains Possession.10.12\tIf a player\
    \ in Possession is Touched and subsequently makes contact with \neither the Sideline,\
    \ a field marker or the ground outside the Field of Play, the \nTouch counts and\
    \ play continues with a Rollball at the Mark where the Touch \noccurred.10.13\t\
    When a player from the Defending Team enters its defensive Seven Metre Zone, \n\
    the Defending Team must move Forward at a reasonable pace until a Touch is \n\
    Imminent or made.Ruling = A Penalty to the Attacking Team at the point of the\
    \ Infringement."
  - "4.9\tReferees and players may wear spectacles or sunglasses provided they are\
    \ safe \nand securely attached.4.10\tReferees and players may wear sport monitoring\
    \ equipment and medical \nsupports such as knee or ankle braces provided, at the\
    \ sole discretion of \ncompetition’s controlling body, the items are not dangerous.5 \
    \ Team Composition  \n5.1\tA Team consists of a maximum of 14 players, no more\
    \ than six (6) of whom are \nallowed on the field at any time.FIT Playing Rules\
    \ - 5th Edition\n6\nCOPYRIGHT © Touch Football Australia 2020\nRuling = A Penalty\
    \ awarded to the non-offending Team at the time the offence is identified \nseven\
    \ (7) metres infield on the Halfway Line or the position of the ball, whichever\
    \ is the \ngreater Advantage.5.2\tA Team must have a minimum of four (4) players\
    \ on the field for a match to \ncommence or continue, except during a Drop-Off."
datasets:
- Trelis/touch-rugby-modernbert-pairs
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 [touch-rugby-modernbert-pairs](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs) 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 92168cbee600b1abbfc10842aba988aa69572291 -->
- **Maximum Sequence Length:** 8192 tokens
- **Output Dimensionality:** 768 dimensions
- **Similarity Function:** Cosine Similarity
- **Training Dataset:**
    - [touch-rugby-modernbert-pairs](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs)
<!-- - **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}) with Transformer model: 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("Trelis/modernbert-embed-base-touch-rugby-ft")
# Run inference
sentences = [
    'Is there a time-out for injuries during a standard Touch Rugby match?',
    '4.9\tReferees and players may wear spectacles or sunglasses provided they are safe \nand securely attached.4.10\tReferees and players may wear sport monitoring equipment and medical \nsupports such as knee or ankle braces provided, at the sole discretion of \ncompetition’s controlling body, the items are not dangerous.5\u2002 Team Composition  \n5.1\tA Team consists of a maximum of 14 players, no more than six (6) of whom are \nallowed on the field at any time.FIT Playing Rules - 5th Edition\n6\nCOPYRIGHT © Touch Football Australia 2020\nRuling = A Penalty awarded to the non-offending Team at the time the offence is identified \nseven (7) metres infield on the Halfway Line or the position of the ball, whichever is the \ngreater Advantage.5.2\tA Team must have a minimum of four (4) players on the field for a match to \ncommence or continue, except during a Drop-Off.',
    '10.10\tIf a player in Possession intentionally makes a Touch on an Offside defender \nwho is making every effort to retire and remain out of play, the Touch counts.FIT Playing Rules - 5th Edition\nCOPYRIGHT © Touch Football Australia 2020\n9\n10.11\tIf a Touch is made on a player in Possession while the player is juggling the ball \nin an attempt to maintain control of it, the Touch counts if the attacking player \nfollowing the Touch retains Possession.10.12\tIf a player in Possession is Touched and subsequently makes contact with \neither the Sideline, a field marker or the ground outside the Field of Play, the \nTouch counts and play continues with a Rollball at the Mark where the Touch \noccurred.10.13\tWhen a player from the Defending Team enters its defensive Seven Metre Zone, \nthe Defending Team must move Forward at a reasonable pace until a Touch is \nImminent or made.Ruling = A Penalty to the Attacking Team at the point of the Infringement.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
```

<!--
### 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

#### touch-rugby-modernbert-pairs

* Dataset: [touch-rugby-modernbert-pairs](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs) at [7cb0ae2](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs/tree/7cb0ae2222504ad98d6ca368b68a657ba2b33e22)
* Size: 305 training samples
* Columns: <code>question</code> and <code>related_chunk</code>
* Approximate statistics based on the first 305 samples:
  |         | question                                                                           | related_chunk                                                                        |
  |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
  | type    | string                                                                             | string                                                                               |
  | details | <ul><li>min: 10 tokens</li><li>mean: 18.73 tokens</li><li>max: 36 tokens</li></ul> | <ul><li>min: 147 tokens</li><li>mean: 231.2 tokens</li><li>max: 319 tokens</li></ul> |
* Samples:
  | question                                                                                                                                         | related_chunk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  |:-------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>What is defined as 'Forward' in the context of Touch Rugby?</code>                                                                         | <code>Referee<br>The match official(s) appointed to make Rulings during the conduct <br>of a match.Rollball<br>The act of bringing the ball into play following a Touch or a Change <br>of Possession.Ruck/Rollball Area<br>The area, not exceeding one (1) metre in distance, between the <br>player performing a Rollball and the Half.Ruling<br>The decision made by a Referee as a result of particular <br>circumstance and may result in a Play On, a Tap Penalty, a discipline <br>option, Change of Possession or a Try.Seven Metre Zone<br>The area between the seven (7) metre line and the Try Line.See <br>Appendix 1.Sidelines<br>The side boundaries of the Field of Play.See Appendix 1.Sin Bin<br>A player sent to the Sin-Bin Area for a period of four (4) completed <br>Possessions.The player is counted as a player on the Field of Play <br>and cannot be replaced or Interchanged.</code>                                                                                                     |
  | <code>What is the numerical difference between the teams on the field of play during a Drop-Off if a player has been sent to the sin bin?</code> | <code>24.5	For the avoidance of doubt for clauses 24.3 and 24.4 the non-offending Team <br>will retain a numerical advantage on the Field of Play during the Drop-Off.25  Match Officials  <br>25.1	The Referee is the sole judge on all match related matters inside the Perimeter <br>for the Duration of a match, has jurisdiction over all players, coaches and <br>officials and is required to:<br>25.1.1	Inspect the Field of Play, Line Markings and Markers prior to the <br>commencement of the Match to ensure the safety of all participants.25.1.2	Adjudicate on the Rules of the game;<br>25.1.3	Impose any sanction necessary to control the match;<br>25.1.4	Award Tries and record the progressive score;<br>25.1.5	Maintain a count of Touches during each Possession;<br>25.1.6	Award Penalties for Infringements against the Rules; and<br>25.1.7	Report to the relevant competition administration any Sin Bins, <br>Dismissals or injuries to any participant sustained during a Match.</code> |
  | <code>What happens if neither team is leading after two minutes of play in a Drop-Off?</code>                                                    | <code>24.1.5	Should neither Team be leading at the expiration of two (2) minutes, a <br>signal is given and the match will pause at the next Touch or Dead Ball.Each Team will then remove another player from the Field of Play.24.1.6	The Match will recommence immediately after the players have left the <br>field at the same place where it paused (i.e.the Team retains Possession <br>at the designated number of Touches, or at Change of Possession due to <br>some Infringement or the sixth Touch) and the Match will continue until a <br>Try is scored.24.1.7	There is no time off during the Drop-Off and the clock does not stop at <br>the two (2) minute interval.24.1.8	Substitution during the Drop-Off is permitted in accordance with normal <br>Interchange Rules.24.2	Mixed gender Teams may have no more than (2) males on the field during the <br>Drop-Off.</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"
  }
  ```

### Evaluation Dataset

#### touch-rugby-modernbert-pairs

* Dataset: [touch-rugby-modernbert-pairs](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs) at [7cb0ae2](https://huggingface.co/datasets/Trelis/touch-rugby-modernbert-pairs/tree/7cb0ae2222504ad98d6ca368b68a657ba2b33e22)
* Size: 305 evaluation samples
* Columns: <code>question</code> and <code>related_chunk</code>
* Approximate statistics based on the first 305 samples:
  |         | question                                                                           | related_chunk                                                                         |
  |:--------|:-----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
  | type    | string                                                                             | string                                                                                |
  | details | <ul><li>min: 13 tokens</li><li>mean: 17.61 tokens</li><li>max: 32 tokens</li></ul> | <ul><li>min: 147 tokens</li><li>mean: 230.39 tokens</li><li>max: 319 tokens</li></ul> |
* Samples:
  | question                                                                                        | related_chunk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  |:------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  | <code>What is the penalty for an attacking player obstructing a defender in Touch Rugby?</code> | <code>Ruling = A Penalty to the Attacking Team at the point of the Infringement or on the seven (7) <br>metre line directly Forward of the Infringement.15.4	When a Rollball occurs within Defending Team’s Seven Metre Zone or a Penalty <br>Tap within ten (10) metres of the Defending Team’s Try Line, all players from the <br>Defending Team must have both feet on or behind their Try Line and no other <br>part of the body in contact with the ground Forward of their Try Line.Ruling = A Penalty to the Attacking Team at the seven (7) metre line directly Forward of the <br>point of the Infringement.15.5	After effecting the Touch, the defending player must retire the required seven <br>(7) metres or to the Defending Try Line as indicated by the Referee without <br>interfering with the Attacking Team.Ruling = A Penalty to the Attacking Team ten (10) metres Forward of the Infringement or if <br>on the Defensive Try Line, on the seven (7) metre line.</code>                                                                                                                    |
  | <code>When must a player perform a Rollball seven metres in-field?</code>                       | <code>13.5	A player may only perform a Rollball at the Mark under the following <br>circumstances:<br>13.5.1	when a Touch has been made; or<br>13.5.2	when Possession changes following the sixth Touch; or<br>13.5.3	when Possession changes due to the ball being dropped or passed and <br>goes to the ground; or<br>13.5.4	when Possession changes due to an Infringement by an attacking player <br>at a Penalty, a Tap or a Rollball; or<br>FIT Playing Rules - 5th Edition<br>COPYRIGHT © Touch Football Australia 2020<br>11<br>13.5.5	when Possession changes after the Half is Touched or when the Half <br>places the ball on or over the Try Line; or<br>13.5.6	in replacement of a Penalty Tap; or<br>13.5.7	when so directed by the Referee.13.6	A player is to perform a Rollball seven (7) metres in-field under the following <br>circumstances:<br>13.6.1	when a Change of Possession takes place due to a player in Possession <br>making contact with the Sideline or any ground outside the Field of Play, <br>prior to a Touch being made; or<br>13.6.2	when the ball not in Poss...</code> |
  | <code>What is the ruling if a player uses excessive force when making a touch?</code>           | <code>FIT Playing Rules - 5th Edition<br>8<br>COPYRIGHT © Touch Football Australia 2020<br>9.6	If a player mishandles the ball and even if in an effort to gain control, the ball <br>is accidentally knocked Forward into any other Player, a Change of Possession <br>results.10  The Touch  <br>10.1	A Touch may be made by either a defending player or a player in Possession.10.2	A defending player may not claim a Touch if contact has not been made.If a <br>player claims a Touch has been made, but the Referee is unsure the Touch will <br>count.Ruling = A Penalty to the Attacking Team at the point of the Infringement and the offending <br>player sent to the Sin Bin.10.3	Players of both Defending and Attacking Teams are to use the minimum force <br>necessary to make a Touch.Players must ensure that the method employed in <br>making a Touch does not pose an unnecessary risk to player safety.Ruling = A Penalty to the non-offending Team at the point of the Infringement.</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"
  }
  ```

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

- `eval_strategy`: steps
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 32
- `learning_rate`: 2e-05
- `num_train_epochs`: 1
- `lr_scheduler_type`: cosine
- `warmup_ratio`: 0.3

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

- `overwrite_output_dir`: False
- `do_predict`: False
- `eval_strategy`: steps
- `prediction_loss_only`: True
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 32
- `per_gpu_train_batch_size`: None
- `per_gpu_eval_batch_size`: None
- `gradient_accumulation_steps`: 1
- `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`: 1
- `max_steps`: -1
- `lr_scheduler_type`: cosine
- `lr_scheduler_kwargs`: {}
- `warmup_ratio`: 0.3
- `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`: False
- `fp16`: False
- `fp16_opt_level`: O1
- `half_precision_backend`: auto
- `bf16_full_eval`: False
- `fp16_full_eval`: False
- `tf32`: None
- `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`: False
- `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
- `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
- `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
- `dispatch_batches`: None
- `split_batches`: 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
- `eval_use_gather_object`: False
- `average_tokens_across_devices`: False
- `prompts`: None
- `batch_sampler`: batch_sampler
- `multi_dataset_batch_sampler`: proportional

</details>

### Training Logs
| Epoch  | Step | Training Loss | Validation Loss |
|:------:|:----:|:-------------:|:---------------:|
| 0.2222 | 2    | 2.7671        | nan             |
| 0.4444 | 4    | 0.0           | nan             |
| 0.6667 | 6    | 0.0           | nan             |
| 0.8889 | 8    | 0.0           | nan             |


### Framework Versions
- Python: 3.12.4
- Sentence Transformers: 3.3.1
- Transformers: 4.48.0
- PyTorch: 2.5.1
- Accelerate: 1.3.0
- Datasets: 2.17.1
- Tokenizers: 0.21.0

## 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.*
-->