Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:188
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Instructions to use Trelis/multi-qa-MiniLM-L6-dot-v1-ft-pairs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Trelis/multi-qa-MiniLM-L6-dot-v1-ft-pairs with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Trelis/multi-qa-MiniLM-L6-dot-v1-ft-pairs") sentences = [ "What is the minimum force that players of both defending and attacking teams should use when making a touch?", "touch football australia 2020 11 13. 5. 5 when possession changes after the half is touched or when the half places the ball on or over the try line ; or 13. 5. 6 in replacement of a penalty tap ; or 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 circumstances : 13. 6. 1 when a change of possession takes place due to a player in possession making contact with the sideline or any ground outside the field of play, prior to a touch being made ; or 13. 6. 2 when the ball not in possession of a player makes contact with the sideline or any ground outside the field of play. 13. 7 a player may not perform a tap in replacement of a rollball. ruling = the offending team must return to the mark and perform the rollball. 13. 8 an attacking player, other than the player performing the rollball, may receive the ball at the rollball and shall do so without delay. that player is referred to as the half. 13. 9 the half may control the ball with a foot prior to picking up the ball. 13. 10 a player", "or passed and goes to ground during play, a change of possession results. ruling = the mark for the change of possession is where the ball makes initial contact with the ground. 9. 5 if the ball, while still under the control of the half, contacts the ground in the in - goal area, possession is lost. ruling = play will restart with a rollball at the nearest point on the seven ( 7 ) metre line. fit playing rules - 5th edition 8 copyright © touch football australia 2020 9. 6 if a player mishandles the ball and even if in an effort to gain control, the ball is accidentally knocked forward into any other player, a change of possession results. 10 the touch 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 player claims a touch has been made, but the referee is unsure the touch will count. ruling = a penalty to the attacking team at the point of the infringement and the offending player sent to the sin bin. 10. 3 players of both defending and attacking teams are to use the minimum force necessary to make a touch. players must ensure that the", "is normally forty - five minutes, inclusive of a five ( 5 ) minute half time. end of play when the referee indicates completion of the match. exclusion when a player is sent to the nearest sin bin area following three ( 3 ) penalties by the defending team upon entering their seven metre zone. the player is counted as a player on the field of play and cannot be replaced or interchanged. fit playing rules - 5th edition copyright © touch football australia 2020 1 fit federation of international touch field of play the playing area bounded by the sidelines and dead ball lines, both of which are out of bounds. see appendix 1. forced interchange when a player is required to undertake a compulsory interchange for an infringement ruled more serious than a penalty but less serious than a permanent interchange, sin bin or dismissal. forward a position or direction towards the dead ball line beyond the team ’ s attacking try line. full time the expiration of the second period of time allowed for play. half the player who takes possession following a rollball. half time the break in play between the two halves of a match. imminent about to occur, it is almost certain to occur. infringement the action of a player contrary to the rules of the game. in - goal area the area" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!