RonanMcGovern commited on
Commit
ac8669a
1 Parent(s): a6ea300

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,853 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: sentence-transformers/multi-qa-MiniLM-L6-dot-v1
3
+ datasets: []
4
+ language: []
5
+ library_name: sentence-transformers
6
+ pipeline_tag: sentence-similarity
7
+ tags:
8
+ - sentence-transformers
9
+ - sentence-similarity
10
+ - feature-extraction
11
+ - generated_from_trainer
12
+ - dataset_size:9729
13
+ - loss:TripletLoss
14
+ widget:
15
+ - source_sentence: What is the penalty awarded to the attacking team when a defending
16
+ player fails to retire the required seven metres or to the defending try line
17
+ after effecting a touch?
18
+ sentences:
19
+ - '13. 3 a player must not perform a voluntary rollball. ruling = a penalty to the
20
+ defending team at the point of the infringement. 13. 4 a player must not delay
21
+ in performing the rollball. ruling = a penalty to the defending team at the point
22
+ of the infringement. 13. 5 a player may only perform a rollball at the mark under
23
+ the following circumstances : 13. 5. 1 when a touch has been made ; or 13. 5.
24
+ 2 when possession changes following the sixth touch ; or 13. 5. 3 when possession
25
+ changes due to the ball being dropped or passed and goes to the ground ; or 13.
26
+ 5. 4 when possession changes due to an infringement by an attacking player at
27
+ a penalty, a tap or a rollball ; or fit playing rules - 5th edition copyright
28
+ © touch football australia 2020 11 13. 5. 5 when possession changes after the
29
+ half is touched or when the half places the ball on or over the try line ; or
30
+ 13. 5. 6 in replacement of a penalty tap ; or 13. 5. 7 when so directed by the
31
+ referee.'
32
+ - 5th edition rules touch football tion rules touch football touch football australia
33
+ ( tfa ) undertook an extensive internal review of their domestic playing rules
34
+ throughout 2018 and 2019. the review was led by an vastly experienced group of
35
+ current and past players, coaches, referees and administrators of the sport from
36
+ community competitions to the elite international game. this group consulted broadly
37
+ within the australian community to develop a set of playing rules that could be
38
+ applied across all levels of the sport. the result was the tfa 8th edition playing
39
+ rules. at the federation of international touch paris convention held in october
40
+ 2019 touch football australia presented the tfa 8th edition playing rules and
41
+ subsequently offered fit and all national touch associations ( ntas ) royalty
42
+ free rights to use the newly developed rules. consequently, the fit board resolved
43
+ to adopt the tfa 8th edition playing rules as the 5th edition fit playing rules
44
+ to be used across all levels of the game internationally. fit and its members
45
+ acknowledge and thank touch football australia for the rights to use these rules.
46
+ whilst consistency in the application of the rules of the game is important, fit
47
+ encourages its members to offer features in local competition rules to ensure
48
+ that all participants enjoy a high quality experience.
49
+ - ruling = a penalty to the attacking team at the point of the infringement or on
50
+ the seven ( 7 ) metre line directly forward of the infringement. 15. 4 when a
51
+ rollball occurs within defending team ’ s seven metre zone or a penalty tap within
52
+ ten ( 10 ) metres of the defending team ’ s try line, all players from the defending
53
+ team must have both feet on or behind their try line and no other part of the
54
+ body in contact with the ground forward of their try line. ruling = a penalty
55
+ to the attacking team at the seven ( 7 ) metre line directly forward of the point
56
+ of the infringement. 15. 5 after effecting the touch, the defending player must
57
+ retire the required seven ( 7 ) metres or to the defending try line as indicated
58
+ by the referee without interfering with the attacking team. ruling = a penalty
59
+ to the attacking team ten ( 10 ) metres forward of the infringement or if on the
60
+ defensive try line, on the seven ( 7 ) metre line. fit playing rules - 5th edition
61
+ copyright © touch football australia 2020 13 16 obstruction 16. 1 a player in
62
+ possession must not run or otherwise move behind other attacking players or the
63
+ referee in an attempt to avoid an imminent touch.
64
+ - source_sentence: What is the definition of 'infringement' in Touch Rugby?
65
+ sentences:
66
+ - 2. 2 teams playing unregistered players are liable to forfeit any match in which
67
+ unregistered players have competed. fit playing rules - 5th edition copyright
68
+ © touch football australia 2020 5 3 the ball 3. 1 the game is played with an oval,
69
+ inflated ball of a shape, colour and size approved by fit or the nta. 3. 2 the
70
+ ball shall be inflated to the manufacturers ’ recommended air pressure. 3. 3 the
71
+ referee shall immediately pause the match if the size and shape of the ball no
72
+ longer complies with clauses 3. 1 or 3. 2 to allow for the ball to replaced or
73
+ the issue rectified. 3. 4 the ball must not be hidden under player attire. 4 playing
74
+ uniform 4. 1 participating players are to be correctly attired in matching team
75
+ uniforms 4. 2 playing uniforms consist of shirt, singlet or other item as approved
76
+ by the nta or nta competition provider, shorts and / or tights and socks. 4. 3
77
+ all players are to wear a unique identifying number not less than 16cm in height,
78
+ clearly displayed on the rear of the playing top. 4. 3. 1 identifying numbers
79
+ must feature no more than two ( 2 ) digits.
80
+ - end of play when the referee indicates completion of the match. exclusion when
81
+ a player is sent to the nearest sin bin area following three ( 3 ) penalties by
82
+ the defending team upon entering their seven metre zone. the player is counted
83
+ as a player on the field of play and cannot be replaced or interchanged. fit playing
84
+ rules - 5th edition copyright © touch football australia 2020 1 fit federation
85
+ of international touch field of play the playing area bounded by the sidelines
86
+ and dead ball lines, both of which are out of bounds. see appendix 1. forced interchange
87
+ when a player is required to undertake a compulsory interchange for an infringement
88
+ ruled more serious than a penalty but less serious than a permanent interchange,
89
+ sin bin or dismissal. forward a position or direction towards the dead ball line
90
+ beyond the team ’ s attacking try line. full time the expiration of the second
91
+ period of time allowed for play. half the player who takes possession following
92
+ a rollball. half time the break in play between the two halves of a match. imminent
93
+ about to occur, it is almost certain to occur. infringement the action of a player
94
+ contrary to the rules of the game.
95
+ - 2. 2 teams playing unregistered players are liable to forfeit any match in which
96
+ unregistered players have competed. fit playing rules - 5th edition copyright
97
+ © touch football australia 2020 5 3 the ball 3. 1 the game is played with an oval,
98
+ inflated ball of a shape, colour and size approved by fit or the nta. 3. 2 the
99
+ ball shall be inflated to the manufacturers ’ recommended air pressure. 3. 3 the
100
+ referee shall immediately pause the match if the size and shape of the ball no
101
+ longer complies with clauses 3. 1 or 3. 2 to allow for the ball to replaced or
102
+ the issue rectified. 3. 4 the ball must not be hidden under player attire. 4 playing
103
+ uniform 4. 1 participating players are to be correctly attired in matching team
104
+ uniforms 4. 2 playing uniforms consist of shirt, singlet or other item as approved
105
+ by the nta or nta competition provider, shorts and / or tights and socks. 4. 3
106
+ all players are to wear a unique identifying number not less than 16cm in height,
107
+ clearly displayed on the rear of the playing top. 4. 3. 1 identifying numbers
108
+ must feature no more than two ( 2 ) digits.
109
+ - source_sentence: What is the penalty awarded to the non-offending team when an offence
110
+ is identified?
111
+ sentences:
112
+ - ruling = a penalty to the attacking team at a point ten ( 10 ) metres directly
113
+ forward of the infringement. 13. 12 players of the defending team must not move
114
+ forward of the onside position until the half has made contact with the ball,
115
+ unless directed to do so by the referee or in accordance with 13. 12. 1. 13. 12.
116
+ 1 when the half is not within one ( 1 ) metre of the rollball, onside players
117
+ of the defending team may move forward as soon as the player performing the rollball
118
+ releases the ball. if the half is not in position and a defending player moves
119
+ forward and makes contact with the ball, a change of possession results. 13. 13
120
+ if in the act of performing the rollball, the attacking player makes contact with
121
+ the sideline or any ground outside the field of play a change of possession will
122
+ occur with the rollball to be taken seven ( 7 ) metres in field. 13. 14 after
123
+ a touch is made between the dead ball line and the seven ( 7 ) metre line, an
124
+ attacking team is permitted to rollball on the seven ( 7 ) metre line at a point
125
+ directly in line with where the touch was made.
126
+ - 10. 4 if the ball is accidentally knocked from the hands of a player in possession
127
+ during a touch, the touch counts and the attacking team retains possession. 10.
128
+ 5 the defending player must not deliberately knock the ball from the hands of
129
+ a player in possession during a touch. ruling = a penalty to the attacking team
130
+ at the point of the infringement. 10. 6 a player must not pass or otherwise deliver
131
+ the ball after a touch has been made. ruling = a penalty to the defending team
132
+ at the point of the infringement, or if in - goal the nearest point on the seven
133
+ ( 7 ) metre line. 10. 7 the half may pass or run with the ball but cannot get
134
+ touched while in possession of the ball. ruling = a change of possession occurs
135
+ at the point of the touch, or if in - goal the nearest point on the seven ( 7
136
+ ) metre line. 10. 8 if a touch is made in the in - goal area before the ball is
137
+ grounded, the player in possession is to perform a rollball seven ( 7 ) metres
138
+ from the team ’ s attacking try line, provided it is not the sixth touch and the
139
+ player is not half.
140
+ - 4. 10 referees and players may wear sport monitoring equipment and medical supports
141
+ such as knee or ankle braces provided, at the sole discretion of competition ’
142
+ s controlling body, the items are not dangerous. 5 team composition 5. 1 a team
143
+ consists of a maximum of 14 players, no more than six ( 6 ) of whom are allowed
144
+ on the field at any time. fit playing rules - 5th edition 6 copyright © touch
145
+ football australia 2020 ruling = a penalty awarded to the non - offending team
146
+ at the time the offence is identified seven ( 7 ) metres infield on the halfway
147
+ line or the position of the ball, whichever is the greater advantage. 5. 2 a team
148
+ must have a minimum of four ( 4 ) players on the field for a match to commence
149
+ or continue, except during a drop - off. 5. 3 where the number of players on the
150
+ field from one team falls below four ( 4 ), the match is to be abandoned and the
151
+ non - offending team is to be declared the winner. 5. 3. 1 this does not apply
152
+ for players sent to the sin bin area.
153
+ - source_sentence: What is the requirement for adapting or altering rules for local
154
+ competitions?
155
+ sentences:
156
+ - 'whilst consistency in the application of the rules of the game is important,
157
+ fit encourages its members to offer features in local competition rules to ensure
158
+ that all participants enjoy a high quality experience. these rules in no way restrict
159
+ any nta or their authorised competition providers from having different match
160
+ conditions to these rules. any adaptation of or alterations to the rules for local
161
+ competitions should be clearly articulated in relevant competition guidelines
162
+ and be readily available for players, coaches and referees alike preamble copyright
163
+ © touch football australia 2020 all rights reserved. these touch football rules
164
+ are protected by copyright laws. except as permitted under the copyright act,
165
+ these rules must not be reproduced by any process, electronic or otherwise, without
166
+ the written permission of touch football australia. fit playing rules - 5th edition
167
+ copyright © touch football australia 2020 appendix 1 – field of play contents
168
+ 01 i the field of play 5 02 i player registration 5 03 i the ball 6 04 i playing
169
+ uniform 6 05 i team composition 6 06 i team coach and team officials 7 07 i commencement
170
+ and recommencement of play 7 08 i match duration 8 09 i possession 8 10 i the
171
+ touch 9 11 i passing 10 12 i ball touched in flight 10 13 i the rollball 11 14
172
+ i scoring 13 15 i offside 13 16 i obstruction 14 17 i interchange 14 18 i penalty
173
+ 15 19 i advantage 16 20 i misconduct 16 21 i forced interchange 16 22 i sin bin
174
+ 16 23 i dismissal 17 24 i drop - off 17 25 i match officials 18 fit playing rules
175
+ - 5th edition copyright © touch football australia 2020 fit playing rules - 5th
176
+ edition copyright © touch football australia 2020 definitions and terminology
177
+ unless the contrary intention appears, the following definitions and terminology
178
+ apply to the game of touch : term / phrase definition / description advantage
179
+ the period of time after an infringement in which the non - offending side has
180
+ the opportunity to gain advantage either territorial, tactical or in the form
181
+ of a try.'
182
+ - 5th edition rules touch football tion rules touch football touch football australia
183
+ ( tfa ) undertook an extensive internal review of their domestic playing rules
184
+ throughout 2018 and 2019. the review was led by an vastly experienced group of
185
+ current and past players, coaches, referees and administrators of the sport from
186
+ community competitions to the elite international game. this group consulted broadly
187
+ within the australian community to develop a set of playing rules that could be
188
+ applied across all levels of the sport. the result was the tfa 8th edition playing
189
+ rules. at the federation of international touch paris convention held in october
190
+ 2019 touch football australia presented the tfa 8th edition playing rules and
191
+ subsequently offered fit and all national touch associations ( ntas ) royalty
192
+ free rights to use the newly developed rules. consequently, the fit board resolved
193
+ to adopt the tfa 8th edition playing rules as the 5th edition fit playing rules
194
+ to be used across all levels of the game internationally. fit and its members
195
+ acknowledge and thank touch football australia for the rights to use these rules.
196
+ whilst consistency in the application of the rules of the game is important, fit
197
+ encourages its members to offer features in local competition rules to ensure
198
+ that all participants enjoy a high quality experience.
199
+ - 5. 3. 1 this does not apply for players sent to the sin bin area. 5. 4 in mixed
200
+ gender competitions, the maximum number of males allowed on the field of play
201
+ is three ( 3 ), the minimum male requirement is one ( 1 ) and the minimum female
202
+ requirement is one ( 1 ). 6 team coach and team officials 6. 1 the team coach
203
+ ( s ) and team officials may be permitted inside the perimeter but shall be required
204
+ to be positioned either in the interchange area or at the end of the field of
205
+ play for the duration of the match. 6. 2 the team coach ( s ) and team officials
206
+ may move from one position to the other but shall do so without delay. while in
207
+ a position at the end of the field of play, the team coach ( s ) or team official
208
+ must remain no closer than five ( 5 ) metres from the dead ball line and must
209
+ not coach or communicate ( verbal or non - verbal ) with either team or the referees.
210
+ - source_sentence: What is the minimum number of males and females required on the
211
+ field of play in mixed gender competitions?
212
+ sentences:
213
+ - ruling = a penalty to the attacking team at the seven ( 7 ) metre line in line
214
+ with the point of the infringement. 11 passing 11. 1 a player in possession may
215
+ not kick, pass, flick, knock, throw, hand - off or otherwise propel the ball in
216
+ a forward direction, either intentionally or otherwise to another player. ruling
217
+ = a penalty will be awarded to the defending team at the mark where the ball was
218
+ propelled forward unless advantage is applied. 11. 2 a player in possession may
219
+ not intentionally kick, pass, flick, knock, throw, hand - off or otherwise propel
220
+ the ball in a forward direction over an opposition player and regain possession.
221
+ ruling = a penalty will be awarded to the defending team at the mark where the
222
+ ball was propelled forward. 12 ball touched in flight 12. 1 if a player from the
223
+ defending team deliberately makes contact with the ball in flight and the ball
224
+ goes to ground, the attacking team retains the ball and the touch count restarts
225
+ as zero ( 0 ) touch. 12. 2 if a player from the defending team deliberately makes
226
+ contact with the ball in flight and the ball is retrieved by an attacking player,
227
+ without touching the ground, play continues and the next touch is zero ( 0 ) touch.
228
+ - 5. 3. 1 this does not apply for players sent to the sin bin area. 5. 4 in mixed
229
+ gender competitions, the maximum number of males allowed on the field of play
230
+ is three ( 3 ), the minimum male requirement is one ( 1 ) and the minimum female
231
+ requirement is one ( 1 ). 6 team coach and team officials 6. 1 the team coach
232
+ ( s ) and team officials may be permitted inside the perimeter but shall be required
233
+ to be positioned either in the interchange area or at the end of the field of
234
+ play for the duration of the match. 6. 2 the team coach ( s ) and team officials
235
+ may move from one position to the other but shall do so without delay. while in
236
+ a position at the end of the field of play, the team coach ( s ) or team official
237
+ must remain no closer than five ( 5 ) metres from the dead ball line and must
238
+ not coach or communicate ( verbal or non - verbal ) with either team or the referees.
239
+ - tap and tap penalty the method of commencing the match, recommencing the match
240
+ after half time and after a try has been scored. the tap is also the method of
241
+ recommencing play when a penalty is awarded. the tap is taken by placing the ball
242
+ on the ground at or behind the mark, releasing both hands from the ball, tapping
243
+ the ball gently with either foot or touching the foot on the ball. the ball must
244
+ not roll or move more than one ( 1 ) metre in any direction and must be retrieved
245
+ cleanly, without touching the ground again. the player may face any direction
246
+ and use either foot. provided it is at the mark, the ball does not have to be
247
+ lifted from the ground prior to a tap being taken. team a group of players constituting
248
+ one ( 1 ) side in a competition match. tfa touch football australia limited touch
249
+ any contact between the player in possession and a defending player. a touch includes
250
+ contact on the ball, hair or clothing and may be made by a defending player or
251
+ by the player in possession. touch count the progressive number of touches that
252
+ each team has before a change of possession, from zero ( 0 ) to six ( 6 ).
253
+ ---
254
+
255
+ # SentenceTransformer based on sentence-transformers/multi-qa-MiniLM-L6-dot-v1
256
+
257
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/multi-qa-MiniLM-L6-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-dot-v1). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
258
+
259
+ ## Model Details
260
+
261
+ ### Model Description
262
+ - **Model Type:** Sentence Transformer
263
+ - **Base model:** [sentence-transformers/multi-qa-MiniLM-L6-dot-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-dot-v1) <!-- at revision c3bdeb02464bc83f9b85156a3386a50bfbf3e6a8 -->
264
+ - **Maximum Sequence Length:** 512 tokens
265
+ - **Output Dimensionality:** 384 tokens
266
+ - **Similarity Function:** Dot Product
267
+ <!-- - **Training Dataset:** Unknown -->
268
+ <!-- - **Language:** Unknown -->
269
+ <!-- - **License:** Unknown -->
270
+
271
+ ### Model Sources
272
+
273
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
274
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
275
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
276
+
277
+ ### Full Model Architecture
278
+
279
+ ```
280
+ SentenceTransformer(
281
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
282
+ (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
283
+ )
284
+ ```
285
+
286
+ ## Usage
287
+
288
+ ### Direct Usage (Sentence Transformers)
289
+
290
+ First install the Sentence Transformers library:
291
+
292
+ ```bash
293
+ pip install -U sentence-transformers
294
+ ```
295
+
296
+ Then you can load this model and run inference.
297
+ ```python
298
+ from sentence_transformers import SentenceTransformer
299
+
300
+ # Download from the 🤗 Hub
301
+ model = SentenceTransformer("Trelis/multi-qa-MiniLM-L6-dot-v1-ft-triplets-2-cst-epoch-overlap")
302
+ # Run inference
303
+ sentences = [
304
+ 'What is the minimum number of males and females required on the field of play in mixed gender competitions?',
305
+ '5. 3. 1 this does not apply for players sent to the sin bin area. 5. 4 in mixed gender competitions, the maximum number of males allowed on the field of play is three ( 3 ), the minimum male requirement is one ( 1 ) and the minimum female requirement is one ( 1 ). 6 team coach and team officials 6. 1 the team coach ( s ) and team officials may be permitted inside the perimeter but shall be required to be positioned either in the interchange area or at the end of the field of play for the duration of the match. 6. 2 the team coach ( s ) and team officials may move from one position to the other but shall do so without delay. while in a position at the end of the field of play, the team coach ( s ) or team official must remain no closer than five ( 5 ) metres from the dead ball line and must not coach or communicate ( verbal or non - verbal ) with either team or the referees.',
306
+ 'tap and tap penalty the method of commencing the match, recommencing the match after half time and after a try has been scored. the tap is also the method of recommencing play when a penalty is awarded. the tap is taken by placing the ball on the ground at or behind the mark, releasing both hands from the ball, tapping the ball gently with either foot or touching the foot on the ball. the ball must not roll or move more than one ( 1 ) metre in any direction and must be retrieved cleanly, without touching the ground again. the player may face any direction and use either foot. provided it is at the mark, the ball does not have to be lifted from the ground prior to a tap being taken. team a group of players constituting one ( 1 ) side in a competition match. tfa touch football australia limited touch any contact between the player in possession and a defending player. a touch includes contact on the ball, hair or clothing and may be made by a defending player or by the player in possession. touch count the progressive number of touches that each team has before a change of possession, from zero ( 0 ) to six ( 6 ).',
307
+ ]
308
+ embeddings = model.encode(sentences)
309
+ print(embeddings.shape)
310
+ # [3, 384]
311
+
312
+ # Get the similarity scores for the embeddings
313
+ similarities = model.similarity(embeddings, embeddings)
314
+ print(similarities.shape)
315
+ # [3, 3]
316
+ ```
317
+
318
+ <!--
319
+ ### Direct Usage (Transformers)
320
+
321
+ <details><summary>Click to see the direct usage in Transformers</summary>
322
+
323
+ </details>
324
+ -->
325
+
326
+ <!--
327
+ ### Downstream Usage (Sentence Transformers)
328
+
329
+ You can finetune this model on your own dataset.
330
+
331
+ <details><summary>Click to expand</summary>
332
+
333
+ </details>
334
+ -->
335
+
336
+ <!--
337
+ ### Out-of-Scope Use
338
+
339
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
340
+ -->
341
+
342
+ <!--
343
+ ## Bias, Risks and Limitations
344
+
345
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
346
+ -->
347
+
348
+ <!--
349
+ ### Recommendations
350
+
351
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
352
+ -->
353
+
354
+ ## Training Details
355
+
356
+ ### Training Hyperparameters
357
+ #### Non-Default Hyperparameters
358
+
359
+ - `eval_strategy`: steps
360
+ - `per_device_train_batch_size`: 32
361
+ - `per_device_eval_batch_size`: 32
362
+ - `learning_rate`: 2e-05
363
+ - `num_train_epochs`: 2
364
+ - `lr_scheduler_type`: constant
365
+ - `warmup_ratio`: 0.3
366
+
367
+ #### All Hyperparameters
368
+ <details><summary>Click to expand</summary>
369
+
370
+ - `overwrite_output_dir`: False
371
+ - `do_predict`: False
372
+ - `eval_strategy`: steps
373
+ - `prediction_loss_only`: True
374
+ - `per_device_train_batch_size`: 32
375
+ - `per_device_eval_batch_size`: 32
376
+ - `per_gpu_train_batch_size`: None
377
+ - `per_gpu_eval_batch_size`: None
378
+ - `gradient_accumulation_steps`: 1
379
+ - `eval_accumulation_steps`: None
380
+ - `learning_rate`: 2e-05
381
+ - `weight_decay`: 0.0
382
+ - `adam_beta1`: 0.9
383
+ - `adam_beta2`: 0.999
384
+ - `adam_epsilon`: 1e-08
385
+ - `max_grad_norm`: 1.0
386
+ - `num_train_epochs`: 2
387
+ - `max_steps`: -1
388
+ - `lr_scheduler_type`: constant
389
+ - `lr_scheduler_kwargs`: {}
390
+ - `warmup_ratio`: 0.3
391
+ - `warmup_steps`: 0
392
+ - `log_level`: passive
393
+ - `log_level_replica`: warning
394
+ - `log_on_each_node`: True
395
+ - `logging_nan_inf_filter`: True
396
+ - `save_safetensors`: True
397
+ - `save_on_each_node`: False
398
+ - `save_only_model`: False
399
+ - `restore_callback_states_from_checkpoint`: False
400
+ - `no_cuda`: False
401
+ - `use_cpu`: False
402
+ - `use_mps_device`: False
403
+ - `seed`: 42
404
+ - `data_seed`: None
405
+ - `jit_mode_eval`: False
406
+ - `use_ipex`: False
407
+ - `bf16`: False
408
+ - `fp16`: False
409
+ - `fp16_opt_level`: O1
410
+ - `half_precision_backend`: auto
411
+ - `bf16_full_eval`: False
412
+ - `fp16_full_eval`: False
413
+ - `tf32`: None
414
+ - `local_rank`: 0
415
+ - `ddp_backend`: None
416
+ - `tpu_num_cores`: None
417
+ - `tpu_metrics_debug`: False
418
+ - `debug`: []
419
+ - `dataloader_drop_last`: False
420
+ - `dataloader_num_workers`: 0
421
+ - `dataloader_prefetch_factor`: None
422
+ - `past_index`: -1
423
+ - `disable_tqdm`: False
424
+ - `remove_unused_columns`: True
425
+ - `label_names`: None
426
+ - `load_best_model_at_end`: False
427
+ - `ignore_data_skip`: False
428
+ - `fsdp`: []
429
+ - `fsdp_min_num_params`: 0
430
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
431
+ - `fsdp_transformer_layer_cls_to_wrap`: None
432
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
433
+ - `deepspeed`: None
434
+ - `label_smoothing_factor`: 0.0
435
+ - `optim`: adamw_torch
436
+ - `optim_args`: None
437
+ - `adafactor`: False
438
+ - `group_by_length`: False
439
+ - `length_column_name`: length
440
+ - `ddp_find_unused_parameters`: None
441
+ - `ddp_bucket_cap_mb`: None
442
+ - `ddp_broadcast_buffers`: False
443
+ - `dataloader_pin_memory`: True
444
+ - `dataloader_persistent_workers`: False
445
+ - `skip_memory_metrics`: True
446
+ - `use_legacy_prediction_loop`: False
447
+ - `push_to_hub`: False
448
+ - `resume_from_checkpoint`: None
449
+ - `hub_model_id`: None
450
+ - `hub_strategy`: every_save
451
+ - `hub_private_repo`: False
452
+ - `hub_always_push`: False
453
+ - `gradient_checkpointing`: False
454
+ - `gradient_checkpointing_kwargs`: None
455
+ - `include_inputs_for_metrics`: False
456
+ - `eval_do_concat_batches`: True
457
+ - `fp16_backend`: auto
458
+ - `push_to_hub_model_id`: None
459
+ - `push_to_hub_organization`: None
460
+ - `mp_parameters`:
461
+ - `auto_find_batch_size`: False
462
+ - `full_determinism`: False
463
+ - `torchdynamo`: None
464
+ - `ray_scope`: last
465
+ - `ddp_timeout`: 1800
466
+ - `torch_compile`: False
467
+ - `torch_compile_backend`: None
468
+ - `torch_compile_mode`: None
469
+ - `dispatch_batches`: None
470
+ - `split_batches`: None
471
+ - `include_tokens_per_second`: False
472
+ - `include_num_input_tokens_seen`: False
473
+ - `neftune_noise_alpha`: None
474
+ - `optim_target_modules`: None
475
+ - `batch_eval_metrics`: False
476
+ - `eval_on_start`: False
477
+ - `batch_sampler`: batch_sampler
478
+ - `multi_dataset_batch_sampler`: proportional
479
+
480
+ </details>
481
+
482
+ ### Training Logs
483
+ <details><summary>Click to expand</summary>
484
+
485
+ | Epoch | Step | Training Loss | loss |
486
+ |:------:|:----:|:-------------:|:------:|
487
+ | 0.0066 | 2 | 4.2577 | - |
488
+ | 0.0131 | 4 | 4.0287 | - |
489
+ | 0.0197 | 6 | 4.1022 | - |
490
+ | 0.0262 | 8 | 3.8676 | - |
491
+ | 0.0328 | 10 | 3.836 | - |
492
+ | 0.0393 | 12 | 3.5016 | - |
493
+ | 0.0459 | 14 | 3.5338 | - |
494
+ | 0.0525 | 16 | 3.2488 | - |
495
+ | 0.0590 | 18 | 3.1999 | - |
496
+ | 0.0656 | 20 | 3.1266 | - |
497
+ | 0.0721 | 22 | 2.7272 | - |
498
+ | 0.0787 | 24 | 2.9005 | - |
499
+ | 0.0852 | 26 | 2.4328 | - |
500
+ | 0.0918 | 28 | 2.0929 | - |
501
+ | 0.0984 | 30 | 1.9004 | - |
502
+ | 0.1049 | 32 | 2.0227 | - |
503
+ | 0.1115 | 34 | 1.8577 | - |
504
+ | 0.1180 | 36 | 1.6767 | - |
505
+ | 0.1246 | 38 | 1.6381 | - |
506
+ | 0.1311 | 40 | 1.391 | - |
507
+ | 0.1377 | 42 | 1.6477 | - |
508
+ | 0.1443 | 44 | 1.7922 | - |
509
+ | 0.1508 | 46 | 1.3904 | - |
510
+ | 0.1574 | 48 | 1.7869 | - |
511
+ | 0.1639 | 50 | 1.6701 | - |
512
+ | 0.1705 | 52 | 1.1823 | - |
513
+ | 0.1770 | 54 | 0.9928 | - |
514
+ | 0.1836 | 56 | 1.4254 | - |
515
+ | 0.1902 | 58 | 1.4535 | - |
516
+ | 0.1967 | 60 | 1.3876 | - |
517
+ | 0.2033 | 62 | 1.411 | - |
518
+ | 0.2098 | 64 | 0.9778 | - |
519
+ | 0.2164 | 66 | 0.9914 | - |
520
+ | 0.2230 | 68 | 0.9946 | - |
521
+ | 0.2295 | 70 | 0.9828 | - |
522
+ | 0.2361 | 72 | 0.7432 | - |
523
+ | 0.2426 | 74 | 1.315 | - |
524
+ | 0.2492 | 76 | 0.6955 | - |
525
+ | 0.2525 | 77 | - | 0.5755 |
526
+ | 0.2557 | 78 | 0.7919 | - |
527
+ | 0.2623 | 80 | 1.001 | - |
528
+ | 0.2689 | 82 | 1.086 | - |
529
+ | 0.2754 | 84 | 0.8213 | - |
530
+ | 0.2820 | 86 | 0.9834 | - |
531
+ | 0.2885 | 88 | 1.0083 | - |
532
+ | 0.2951 | 90 | 0.6879 | - |
533
+ | 0.3016 | 92 | 0.672 | - |
534
+ | 0.3082 | 94 | 0.663 | - |
535
+ | 0.3148 | 96 | 1.0285 | - |
536
+ | 0.3213 | 98 | 1.0634 | - |
537
+ | 0.3279 | 100 | 0.9316 | - |
538
+ | 0.3344 | 102 | 0.88 | - |
539
+ | 0.3410 | 104 | 0.9057 | - |
540
+ | 0.3475 | 106 | 0.7303 | - |
541
+ | 0.3541 | 108 | 0.8927 | - |
542
+ | 0.3607 | 110 | 0.6541 | - |
543
+ | 0.3672 | 112 | 0.6616 | - |
544
+ | 0.3738 | 114 | 0.9198 | - |
545
+ | 0.3803 | 116 | 0.4953 | - |
546
+ | 0.3869 | 118 | 0.7159 | - |
547
+ | 0.3934 | 120 | 0.6596 | - |
548
+ | 0.4 | 122 | 0.8359 | - |
549
+ | 0.4066 | 124 | 0.7748 | - |
550
+ | 0.4131 | 126 | 0.5949 | - |
551
+ | 0.4197 | 128 | 0.4204 | - |
552
+ | 0.4262 | 130 | 1.0151 | - |
553
+ | 0.4328 | 132 | 0.4979 | - |
554
+ | 0.4393 | 134 | 0.6496 | - |
555
+ | 0.4459 | 136 | 0.6039 | - |
556
+ | 0.4525 | 138 | 0.6333 | - |
557
+ | 0.4590 | 140 | 0.5494 | - |
558
+ | 0.4656 | 142 | 0.5599 | - |
559
+ | 0.4721 | 144 | 0.353 | - |
560
+ | 0.4787 | 146 | 0.6529 | - |
561
+ | 0.4852 | 148 | 0.5215 | - |
562
+ | 0.4918 | 150 | 0.6408 | - |
563
+ | 0.4984 | 152 | 0.6084 | - |
564
+ | 0.5049 | 154 | 0.8947 | 0.2713 |
565
+ | 0.5115 | 156 | 0.515 | - |
566
+ | 0.5180 | 158 | 0.4075 | - |
567
+ | 0.5246 | 160 | 0.7453 | - |
568
+ | 0.5311 | 162 | 0.4385 | - |
569
+ | 0.5377 | 164 | 0.5747 | - |
570
+ | 0.5443 | 166 | 0.725 | - |
571
+ | 0.5508 | 168 | 0.6338 | - |
572
+ | 0.5574 | 170 | 0.2453 | - |
573
+ | 0.5639 | 172 | 0.4578 | - |
574
+ | 0.5705 | 174 | 0.3541 | - |
575
+ | 0.5770 | 176 | 0.5326 | - |
576
+ | 0.5836 | 178 | 0.3699 | - |
577
+ | 0.5902 | 180 | 0.1714 | - |
578
+ | 0.5967 | 182 | 0.3149 | - |
579
+ | 0.6033 | 184 | 0.561 | - |
580
+ | 0.6098 | 186 | 0.2852 | - |
581
+ | 0.6164 | 188 | 0.2715 | - |
582
+ | 0.6230 | 190 | 0.5521 | - |
583
+ | 0.6295 | 192 | 0.2852 | - |
584
+ | 0.6361 | 194 | 0.5103 | - |
585
+ | 0.6426 | 196 | 0.3866 | - |
586
+ | 0.6492 | 198 | 0.4369 | - |
587
+ | 0.6557 | 200 | 0.3936 | - |
588
+ | 0.6623 | 202 | 0.5084 | - |
589
+ | 0.6689 | 204 | 0.4912 | - |
590
+ | 0.6754 | 206 | 0.2659 | - |
591
+ | 0.6820 | 208 | 0.6209 | - |
592
+ | 0.6885 | 210 | 0.3022 | - |
593
+ | 0.6951 | 212 | 0.2738 | - |
594
+ | 0.7016 | 214 | 0.5555 | - |
595
+ | 0.7082 | 216 | 0.3672 | - |
596
+ | 0.7148 | 218 | 0.3489 | - |
597
+ | 0.7213 | 220 | 0.6139 | - |
598
+ | 0.7279 | 222 | 0.4402 | - |
599
+ | 0.7344 | 224 | 0.2829 | - |
600
+ | 0.7410 | 226 | 0.3669 | - |
601
+ | 0.7475 | 228 | 0.729 | - |
602
+ | 0.7541 | 230 | 0.2565 | - |
603
+ | 0.7574 | 231 | - | 0.1849 |
604
+ | 0.7607 | 232 | 0.2596 | - |
605
+ | 0.7672 | 234 | 0.2359 | - |
606
+ | 0.7738 | 236 | 0.4406 | - |
607
+ | 0.7803 | 238 | 0.2629 | - |
608
+ | 0.7869 | 240 | 0.3583 | - |
609
+ | 0.7934 | 242 | 0.5298 | - |
610
+ | 0.8 | 244 | 0.6225 | - |
611
+ | 0.8066 | 246 | 0.3853 | - |
612
+ | 0.8131 | 248 | 0.4741 | - |
613
+ | 0.8197 | 250 | 0.3991 | - |
614
+ | 0.8262 | 252 | 0.5629 | - |
615
+ | 0.8328 | 254 | 0.2935 | - |
616
+ | 0.8393 | 256 | 0.3563 | - |
617
+ | 0.8459 | 258 | 0.3628 | - |
618
+ | 0.8525 | 260 | 0.2416 | - |
619
+ | 0.8590 | 262 | 0.1493 | - |
620
+ | 0.8656 | 264 | 0.2488 | - |
621
+ | 0.8721 | 266 | 0.4055 | - |
622
+ | 0.8787 | 268 | 0.1286 | - |
623
+ | 0.8852 | 270 | 0.4217 | - |
624
+ | 0.8918 | 272 | 0.3529 | - |
625
+ | 0.8984 | 274 | 0.1921 | - |
626
+ | 0.9049 | 276 | 0.1736 | - |
627
+ | 0.9115 | 278 | 0.4308 | - |
628
+ | 0.9180 | 280 | 0.0992 | - |
629
+ | 0.9246 | 282 | 0.3927 | - |
630
+ | 0.9311 | 284 | 0.3451 | - |
631
+ | 0.9377 | 286 | 0.4504 | - |
632
+ | 0.9443 | 288 | 0.3065 | - |
633
+ | 0.9508 | 290 | 0.2844 | - |
634
+ | 0.9574 | 292 | 0.4308 | - |
635
+ | 0.9639 | 294 | 0.1754 | - |
636
+ | 0.9705 | 296 | 0.2608 | - |
637
+ | 0.9770 | 298 | 0.4232 | - |
638
+ | 0.9836 | 300 | 0.3234 | - |
639
+ | 0.9902 | 302 | 0.24 | - |
640
+ | 0.9967 | 304 | 0.2112 | - |
641
+ | 1.0033 | 306 | 0.6322 | - |
642
+ | 1.0098 | 308 | 0.2987 | 0.1357 |
643
+ | 1.0164 | 310 | 0.4052 | - |
644
+ | 1.0230 | 312 | 0.1458 | - |
645
+ | 1.0295 | 314 | 0.2593 | - |
646
+ | 1.0361 | 316 | 0.193 | - |
647
+ | 1.0426 | 318 | 0.29 | - |
648
+ | 1.0492 | 320 | 0.299 | - |
649
+ | 1.0557 | 322 | 0.0841 | - |
650
+ | 1.0623 | 324 | 0.0534 | - |
651
+ | 1.0689 | 326 | 0.2166 | - |
652
+ | 1.0754 | 328 | 0.2431 | - |
653
+ | 1.0820 | 330 | 0.2621 | - |
654
+ | 1.0885 | 332 | 0.0986 | - |
655
+ | 1.0951 | 334 | 0.4274 | - |
656
+ | 1.1016 | 336 | 0.2388 | - |
657
+ | 1.1082 | 338 | 0.0899 | - |
658
+ | 1.1148 | 340 | 0.158 | - |
659
+ | 1.1213 | 342 | 0.1748 | - |
660
+ | 1.1279 | 344 | 0.1226 | - |
661
+ | 1.1344 | 346 | 0.1815 | - |
662
+ | 1.1410 | 348 | 0.2312 | - |
663
+ | 1.1475 | 350 | 0.4114 | - |
664
+ | 1.1541 | 352 | 0.2258 | - |
665
+ | 1.1607 | 354 | 0.1519 | - |
666
+ | 1.1672 | 356 | 0.1536 | - |
667
+ | 1.1738 | 358 | 0.103 | - |
668
+ | 1.1803 | 360 | 0.2901 | - |
669
+ | 1.1869 | 362 | 0.1629 | - |
670
+ | 1.1934 | 364 | 0.1541 | - |
671
+ | 1.2 | 366 | 0.1986 | - |
672
+ | 1.2066 | 368 | 0.2492 | - |
673
+ | 1.2131 | 370 | 0.2137 | - |
674
+ | 1.2197 | 372 | 0.1954 | - |
675
+ | 1.2262 | 374 | 0.1947 | - |
676
+ | 1.2328 | 376 | 0.2114 | - |
677
+ | 1.2393 | 378 | 0.4277 | - |
678
+ | 1.2459 | 380 | 0.3636 | - |
679
+ | 1.2525 | 382 | 0.4151 | - |
680
+ | 1.2590 | 384 | 0.2258 | - |
681
+ | 1.2623 | 385 | - | 0.1095 |
682
+ | 1.2656 | 386 | 0.2794 | - |
683
+ | 1.2721 | 388 | 0.2504 | - |
684
+ | 1.2787 | 390 | 0.3785 | - |
685
+ | 1.2852 | 392 | 0.2448 | - |
686
+ | 1.2918 | 394 | 0.3936 | - |
687
+ | 1.2984 | 396 | 0.1686 | - |
688
+ | 1.3049 | 398 | 0.2301 | - |
689
+ | 1.3115 | 400 | 0.1533 | - |
690
+ | 1.3180 | 402 | 0.2516 | - |
691
+ | 1.3246 | 404 | 0.1238 | - |
692
+ | 1.3311 | 406 | 0.1629 | - |
693
+ | 1.3377 | 408 | 0.1395 | - |
694
+ | 1.3443 | 410 | 0.1093 | - |
695
+ | 1.3508 | 412 | 0.0899 | - |
696
+ | 1.3574 | 414 | 0.1793 | - |
697
+ | 1.3639 | 416 | 0.0648 | - |
698
+ | 1.3705 | 418 | 0.2402 | - |
699
+ | 1.3770 | 420 | 0.2711 | - |
700
+ | 1.3836 | 422 | 0.1457 | - |
701
+ | 1.3902 | 424 | 0.1338 | - |
702
+ | 1.3967 | 426 | 0.3074 | - |
703
+ | 1.4033 | 428 | 0.0738 | - |
704
+ | 1.4098 | 430 | 0.1702 | - |
705
+ | 1.4164 | 432 | 0.111 | - |
706
+ | 1.4230 | 434 | 0.249 | - |
707
+ | 1.4295 | 436 | 0.1143 | - |
708
+ | 1.4361 | 438 | 0.2255 | - |
709
+ | 1.4426 | 440 | 0.3167 | - |
710
+ | 1.4492 | 442 | 0.0751 | - |
711
+ | 1.4557 | 444 | 0.1101 | - |
712
+ | 1.4623 | 446 | 0.2098 | - |
713
+ | 1.4689 | 448 | 0.2086 | - |
714
+ | 1.4754 | 450 | 0.0978 | - |
715
+ | 1.4820 | 452 | 0.3184 | - |
716
+ | 1.4885 | 454 | 0.1347 | - |
717
+ | 1.4951 | 456 | 0.2259 | - |
718
+ | 1.5016 | 458 | 0.1651 | - |
719
+ | 1.5082 | 460 | 0.2183 | - |
720
+ | 1.5148 | 462 | 0.1315 | 0.0771 |
721
+ | 1.5213 | 464 | 0.2672 | - |
722
+ | 1.5279 | 466 | 0.1783 | - |
723
+ | 1.5344 | 468 | 0.0408 | - |
724
+ | 1.5410 | 470 | 0.4634 | - |
725
+ | 1.5475 | 472 | 0.1762 | - |
726
+ | 1.5541 | 474 | 0.0553 | - |
727
+ | 1.5607 | 476 | 0.2445 | - |
728
+ | 1.5672 | 478 | 0.1988 | - |
729
+ | 1.5738 | 480 | 0.1985 | - |
730
+ | 1.5803 | 482 | 0.1484 | - |
731
+ | 1.5869 | 484 | 0.1403 | - |
732
+ | 1.5934 | 486 | 0.1993 | - |
733
+ | 1.6 | 488 | 0.1486 | - |
734
+ | 1.6066 | 490 | 0.2899 | - |
735
+ | 1.6131 | 492 | 0.2464 | - |
736
+ | 1.6197 | 494 | 0.1352 | - |
737
+ | 1.6262 | 496 | 0.1233 | - |
738
+ | 1.6328 | 498 | 0.0413 | - |
739
+ | 1.6393 | 500 | 0.091 | - |
740
+ | 1.6459 | 502 | 0.0828 | - |
741
+ | 1.6525 | 504 | 0.1488 | - |
742
+ | 1.6590 | 506 | 0.1246 | - |
743
+ | 1.6656 | 508 | 0.2795 | - |
744
+ | 1.6721 | 510 | 0.067 | - |
745
+ | 1.6787 | 512 | 0.168 | - |
746
+ | 1.6852 | 514 | 0.2215 | - |
747
+ | 1.6918 | 516 | 0.0854 | - |
748
+ | 1.6984 | 518 | 0.2192 | - |
749
+ | 1.7049 | 520 | 0.1479 | - |
750
+ | 1.7115 | 522 | 0.1924 | - |
751
+ | 1.7180 | 524 | 0.2075 | - |
752
+ | 1.7246 | 526 | 0.208 | - |
753
+ | 1.7311 | 528 | 0.1743 | - |
754
+ | 1.7377 | 530 | 0.0817 | - |
755
+ | 1.7443 | 532 | 0.1513 | - |
756
+ | 1.7508 | 534 | 0.3422 | - |
757
+ | 1.7574 | 536 | 0.1101 | - |
758
+ | 1.7639 | 538 | 0.2815 | - |
759
+ | 1.7672 | 539 | - | 0.0693 |
760
+ | 1.7705 | 540 | 0.1837 | - |
761
+ | 1.7770 | 542 | 0.0879 | - |
762
+ | 1.7836 | 544 | 0.0746 | - |
763
+ | 1.7902 | 546 | 0.2052 | - |
764
+ | 1.7967 | 548 | 0.1416 | - |
765
+ | 1.8033 | 550 | 0.1141 | - |
766
+ | 1.8098 | 552 | 0.0312 | - |
767
+ | 1.8164 | 554 | 0.139 | - |
768
+ | 1.8230 | 556 | 0.1078 | - |
769
+ | 1.8295 | 558 | 0.1302 | - |
770
+ | 1.8361 | 560 | 0.0124 | - |
771
+ | 1.8426 | 562 | 0.2641 | - |
772
+ | 1.8492 | 564 | 0.1625 | - |
773
+ | 1.8557 | 566 | 0.1907 | - |
774
+ | 1.8623 | 568 | 0.0 | - |
775
+ | 1.8689 | 570 | 0.1721 | - |
776
+ | 1.8754 | 572 | 0.1178 | - |
777
+ | 1.8820 | 574 | 0.0345 | - |
778
+ | 1.8885 | 576 | 0.0924 | - |
779
+ | 1.8951 | 578 | 0.0513 | - |
780
+ | 1.9016 | 580 | 0.0929 | - |
781
+ | 1.9082 | 582 | 0.1502 | - |
782
+ | 1.9148 | 584 | 0.0338 | - |
783
+ | 1.9213 | 586 | 0.1348 | - |
784
+ | 1.9279 | 588 | 0.0297 | - |
785
+ | 1.9344 | 590 | 0.0306 | - |
786
+ | 1.9410 | 592 | 0.1416 | - |
787
+ | 1.9475 | 594 | 0.0427 | - |
788
+ | 1.9541 | 596 | 0.1916 | - |
789
+ | 1.9607 | 598 | 0.1969 | - |
790
+ | 1.9672 | 600 | 0.0765 | - |
791
+ | 1.9738 | 602 | 0.1035 | - |
792
+ | 1.9803 | 604 | 0.261 | - |
793
+ | 1.9869 | 606 | 0.0845 | - |
794
+ | 1.9934 | 608 | 0.0566 | - |
795
+ | 2.0 | 610 | 0.704 | - |
796
+
797
+ </details>
798
+
799
+ ### Framework Versions
800
+ - Python: 3.10.12
801
+ - Sentence Transformers: 3.0.1
802
+ - Transformers: 4.42.3
803
+ - PyTorch: 2.1.1+cu121
804
+ - Accelerate: 0.31.0
805
+ - Datasets: 2.17.1
806
+ - Tokenizers: 0.19.1
807
+
808
+ ## Citation
809
+
810
+ ### BibTeX
811
+
812
+ #### Sentence Transformers
813
+ ```bibtex
814
+ @inproceedings{reimers-2019-sentence-bert,
815
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
816
+ author = "Reimers, Nils and Gurevych, Iryna",
817
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
818
+ month = "11",
819
+ year = "2019",
820
+ publisher = "Association for Computational Linguistics",
821
+ url = "https://arxiv.org/abs/1908.10084",
822
+ }
823
+ ```
824
+
825
+ #### TripletLoss
826
+ ```bibtex
827
+ @misc{hermans2017defense,
828
+ title={In Defense of the Triplet Loss for Person Re-Identification},
829
+ author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
830
+ year={2017},
831
+ eprint={1703.07737},
832
+ archivePrefix={arXiv},
833
+ primaryClass={cs.CV}
834
+ }
835
+ ```
836
+
837
+ <!--
838
+ ## Glossary
839
+
840
+ *Clearly define terms in order to be accessible across audiences.*
841
+ -->
842
+
843
+ <!--
844
+ ## Model Card Authors
845
+
846
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
847
+ -->
848
+
849
+ <!--
850
+ ## Model Card Contact
851
+
852
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
853
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sentence-transformers/multi-qa-MiniLM-L6-dot-v1",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 6,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.42.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.42.3",
5
+ "pytorch": "2.1.1+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "dot"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ea6bed3798fffe7f72c9e166e3c47e2c4c39cc8cc46e8b235eb26dc9e04ffd
3
+ size 90864192
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 250,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff