tomaarsen HF Staff commited on
Commit
8da0c4e
·
verified ·
1 Parent(s): 151d905

Add new CrossEncoder model

Browse files
Files changed (6) hide show
  1. README.md +605 -0
  2. config.json +57 -0
  3. model.safetensors +3 -0
  4. special_tokens_map.json +37 -0
  5. tokenizer.json +0 -0
  6. tokenizer_config.json +945 -0
README.md ADDED
@@ -0,0 +1,605 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - sentence-transformers
7
+ - cross-encoder
8
+ - generated_from_trainer
9
+ - dataset_size:400343
10
+ - loss:BinaryCrossEntropyLoss
11
+ base_model: answerdotai/ModernBERT-base
12
+ pipeline_tag: text-ranking
13
+ library_name: sentence-transformers
14
+ metrics:
15
+ - map
16
+ - mrr@10
17
+ - ndcg@10
18
+ model-index:
19
+ - name: ModernBERT-base trained on TriviaQA
20
+ results:
21
+ - task:
22
+ type: cross-encoder-reranking
23
+ name: Cross Encoder Reranking
24
+ dataset:
25
+ name: trivia qa dev
26
+ type: trivia-qa-dev
27
+ metrics:
28
+ - type: map
29
+ value: 0.6543
30
+ name: Map
31
+ - type: mrr@10
32
+ value: 0.6531
33
+ name: Mrr@10
34
+ - type: ndcg@10
35
+ value: 0.6929
36
+ name: Ndcg@10
37
+ - task:
38
+ type: cross-encoder-reranking
39
+ name: Cross Encoder Reranking
40
+ dataset:
41
+ name: NanoMSMARCO R100
42
+ type: NanoMSMARCO_R100
43
+ metrics:
44
+ - type: map
45
+ value: 0.4994
46
+ name: Map
47
+ - type: mrr@10
48
+ value: 0.4896
49
+ name: Mrr@10
50
+ - type: ndcg@10
51
+ value: 0.5548
52
+ name: Ndcg@10
53
+ - task:
54
+ type: cross-encoder-reranking
55
+ name: Cross Encoder Reranking
56
+ dataset:
57
+ name: NanoNFCorpus R100
58
+ type: NanoNFCorpus_R100
59
+ metrics:
60
+ - type: map
61
+ value: 0.313
62
+ name: Map
63
+ - type: mrr@10
64
+ value: 0.4962
65
+ name: Mrr@10
66
+ - type: ndcg@10
67
+ value: 0.316
68
+ name: Ndcg@10
69
+ - task:
70
+ type: cross-encoder-reranking
71
+ name: Cross Encoder Reranking
72
+ dataset:
73
+ name: NanoNQ R100
74
+ type: NanoNQ_R100
75
+ metrics:
76
+ - type: map
77
+ value: 0.4055
78
+ name: Map
79
+ - type: mrr@10
80
+ value: 0.4172
81
+ name: Mrr@10
82
+ - type: ndcg@10
83
+ value: 0.4755
84
+ name: Ndcg@10
85
+ - task:
86
+ type: cross-encoder-nano-beir
87
+ name: Cross Encoder Nano BEIR
88
+ dataset:
89
+ name: NanoBEIR R100 mean
90
+ type: NanoBEIR_R100_mean
91
+ metrics:
92
+ - type: map
93
+ value: 0.406
94
+ name: Map
95
+ - type: mrr@10
96
+ value: 0.4676
97
+ name: Mrr@10
98
+ - type: ndcg@10
99
+ value: 0.4488
100
+ name: Ndcg@10
101
+ ---
102
+
103
+ # ModernBERT-base trained on TriviaQA
104
+
105
+ This is a [Cross Encoder](https://www.sbert.net/docs/cross_encoder/usage/usage.html) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) using the [sentence-transformers](https://www.SBERT.net) library. It computes scores for pairs of texts, which can be used for text reranking and semantic search.
106
+
107
+ ## Model Details
108
+
109
+ ### Model Description
110
+ - **Model Type:** Cross Encoder
111
+ - **Base model:** [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) <!-- at revision 8949b909ec900327062f0ebf497f51aef5e6f0c8 -->
112
+ - **Maximum Sequence Length:** 8192 tokens
113
+ - **Number of Output Labels:** 1 label
114
+ <!-- - **Training Dataset:** Unknown -->
115
+ - **Language:** en
116
+ - **License:** apache-2.0
117
+
118
+ ### Model Sources
119
+
120
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
121
+ - **Documentation:** [Cross Encoder Documentation](https://www.sbert.net/docs/cross_encoder/usage/usage.html)
122
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
123
+ - **Hugging Face:** [Cross Encoders on Hugging Face](https://huggingface.co/models?library=sentence-transformers&other=cross-encoder)
124
+
125
+ ## Usage
126
+
127
+ ### Direct Usage (Sentence Transformers)
128
+
129
+ First install the Sentence Transformers library:
130
+
131
+ ```bash
132
+ pip install -U sentence-transformers
133
+ ```
134
+
135
+ Then you can load this model and run inference.
136
+ ```python
137
+ from sentence_transformers import CrossEncoder
138
+
139
+ # Download from the 🤗 Hub
140
+ model = CrossEncoder("tomaarsen/reranker-ModernBERT-base-trivia-qa-bce")
141
+ # Get scores for pairs of texts
142
+ pairs = [
143
+ ['In human anatomy, in which part of the body is the buccinator muscle?', "Buccinator Origin, Function & Anatomy | Body Maps Your message has been sent. OK We're sorry, an error occurred. We are unable to collect your feedback at this time. However, your feedback is important to us. Please try again later. Close Buccinator The buccinator muscle is the major facial muscle underlying the cheek. It holds the cheek to the teeth and assists with chewing. The buccinator muscle is served by the buccal branch of cranial nerve VII, also known as the facial nerve. The buccinator is one of the first muscles that a human can control; the sucking reflex of a baby depends on it. Smiling, chewing, and whistling are all dependent upon it, and speech would be difficult and slurred without its proper function. If the facial nerve is impaired, as in Bells Palsy or by a stroke, the buccinator is often paralyzed, thus making all functions dependent upon it difficult or impossible. The buccinator muscle and its proper function are of special interest to speech therapists. Because it is the muscle that spreads the mouth wide, bilabial fricative sounds — not used in English but used for Spanish [b] and [v] sounds — and certain sounds that require the mouth to be wider — like the [i] and [e] sounds — are impaired when the buccinator does not work properly. The buccinator muscle also controls the amount of open space in the mouth, affecting many other vocal factors like tone and echo."],
144
+ ['In human anatomy, in which part of the body is the buccinator muscle?', "The Human Body Parts The Human Body: Body Parts The human body is the entire structure of a human organism, and consists of a head, neck, torso, two arms and two legs. By the time the human reaches adulthood, the body consists of close to 10 trillion cells, the basic unit of life. Groups of cells combine and work in tandem to form tissue, which combines to form organs, which work together to form organ systems. Superficial anatomy or surface anatomy is important in human anatomy being the study of anatomical landmarks that can be readily identified from the contours or other reference points on the surface of the body. With knowledge of superficial anatomy, physicians gauge the position and anatomy of the associated deeper structures. Common names of well known parts of the human body, from top to bottom: Head - Forehead - Jaw - Cheek - Chin Neck - Shoulders Arm - Elbow - Wrist - Hand - Fingers - Thumb Spine - Chest - Thorax Abdomen - Groin Hip - Buttocks - Leg - Thigh - Knee - Calf - Heel - Ankle - Foot - Toes The eye, ear, nose, mouth, teeth, tongue, throat, adam's apple, breast, penis, scrotum, clitoris, vulva, navel are also superficial structures. The Human Body Organs : In biology and anatomy, an organ is a tissue that performs a specific function or group of functions within an organism.. more » Systems : The organ systems of the body include the musculoskeletal system, nervous system, digestive system... more » Skeleton : The average adult human skeleton has around 206 bones. These bones meet at joints, the majority of which are ... more » Muscles : Muscle is the contractile tissue of the body and is derived from the mesodermal layer of embryonic more » Bones : Bones are rigid organs that form part of the endoskeleton of human body. They function to move, support, and protect... more »"],
145
+ ['In human anatomy, in which part of the body is the buccinator muscle?', "Facts About Massage and the Human Body Facts About Massage and the Human Body Facts About Massage and the Human Body \xa0 Facts About Massage and the Human Body Spinal cord: 1.\xa0How many pairs of cervical nerves are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa08 2.\xa0 How many total spinal nerves are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa062 3.Wich of the following structures is known as the “horse’s tail”? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Cauda equina 4.\xa0\xa0The length of the average adult spinal cord is: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 16 – 18 inches 5.\xa0\xa0The largest nerve in the body is: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sciatic 6.\xa0 Carpal tunnel syndrome results from damage to what nerve? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Median nerve 7.\xa0The two divisions of the sciatic nerve are: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Tibial and common Peroneal nerve 8.\xa0\xa0What nerve innervates the diaphragm?\xa0 From which plexus does it arise? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Phrenic nerve; cervical plexus 9.\xa0 Damage to the cervical plexus may cause: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Respiratory arrest 10.\xa0\xa0Which plexus supplies the buttock muscles? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sacral plexes What muscles make up the quadriceps femoris? Vastus medialis, vastus intermedius, vastus lateralis, and rectus femoris\xa0\xa0\xa0\xa0 How many intermediate (midpalmar) intrinsic muscles of the hand, which act on all the digits except for the thumb, are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 11 Which of the following muscles has an action of flexing and rotating the neck and assists in inspiration? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Anterior scalene Runner’s knee” is more technically know as: Patellofemoral stress syndrome The muscle whose action makes you smile is:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0 Zygomaticus major The erector spinae is composed of which muscle groups? \xa0\xa0\xa0\xa0\xa0\xa0 Longissmus, iliocostalis, and spinalis Which of the following muscles aids in inspiration? \xa0\xa0\xa0\xa0\xa0\xa0 External intercostal\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0 8.\xa0\xa0 Which muscle is considered to be the “chewing” muscle? \xa0\xa0\xa0\xa0\xa0\xa0 Masseter .\xa0The calcaneal tendon is able to withstand a 1000 pound force without tearing Which of the following muscles directly connects the trunk to the upper extremity? \xa0\xa0\xa0\xa0\xa0\xa0\xa0Pectoralis major and latissimus dorsi \xa0\xa0\xa0\xa0\xa0 11. What is the stronges single muscle in the body? \xa0\xa0\xa0\xa0\xa0\xa0 Gluteus maximus 12. The muscles making up the hamstrings are: Semimembranosus, semitendinosus, and biceps femoris \xa0\xa0 13.\xa0 \xa0The strongest tendon in the body is the: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 The Achilles tendon 14.\xa0 As a general rule, the attachment of a muscle tendon to a stationary bone is called the: \xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0Origin 15.\xa0 If someone loses the ability to point with his index finger, you would suspect a problem with:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Extensor Indicis 16.\xa0 What is the longest muscle in the body? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sartorius 17.\xa0 The muscles that make up the rotator cuff are:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Supraspinatus, infraspinatus, teres minor, and\xa0\xa0 subscapularis \xa018. There are actually three types of muscle in the human body, which are skeletal, cardiac, and smooth. The skeletal muscles are, as you would have guessed, are attached to the bones by tendons. The role of these guys is to move the skeleton (i.e. walking, swinging your arms, or turning your head), to help us maintain posture while sitting or standing, and in a general sense, to create force through movement. These muscles can be controlled both consciously and unconsciously, and make up about 42% of the average man's body mass and 36% of the average woman's. 19. The cardiac muscles are found only in the heart (hence the name). Although these muscles resemble skeletal muscles in structure, they operate on a completely involuntary basis, which is why we don't have to command the heart to beat--it just does! And last, but not least, we have the smooth muscles, which are contained mostly in the walls of organs. This type of muscle also moves on an involuntary basis. For instance, when food is pushed along through the intestines, these muscles are working within the intestines and without our conscious effort. 20. Although most of us have heard that the tongue is the strongest muscle in the human body, this is simply not true. 1) Because the human tongue c"],
146
+ ['In human anatomy, in which part of the body is the buccinator muscle?', 'Anatomy - definition of anatomy by The Free Dictionary Anatomy - definition of anatomy by The Free Dictionary http://www.thefreedictionary.com/anatomy \xa0(ə-năt′ə-mē) n. pl. a·nat·o·mies 1. The bodily structure of a plant or an animal or of any of its parts. 2. The science of the shape and structure of organisms and their parts. 3. A treatise on anatomic science. 4. Dissection of a plant or animal to study the structure, position, and interrelation of its various parts. 5. A skeleton. 6. The human body. 7. A detailed examination or analysis: the anatomy of a crime. [Middle English anatomie, from Late Latin anatomia, from Greek anatomē, dissection : ana-, ana- + tomē, a cutting (from temnein, to cut; see tem- in the Appendix of Indo-European roots).] anatomy 1. (Anatomy) the science concerned with the physical structure of animals and plants 2. (Anatomy) the physical structure of an animal or plant or any of its parts 3. (Anatomy) a book or treatise on this subject 4. (Anatomy) dissection of an animal or plant 5. any detailed analysis: the anatomy of a crime. 6. informal the human body [C14: from Latin anatomia, from Greek anatomē, from anatemnein to cut up, from ana- + temnein to cut] a•nat•o•my 1. the science dealing with the structure of animals and plants. 2. the structure of an animal or plant, or of any of its parts. 3. dissection of all or part of an animal or plant in order to study its structure. 4. Informal. the human body. 5. an analysis or minute examination. [1350–1400; Middle English < Latin anatomia < Greek anatom(ḗ) a cutting up (see ana -, -tome ) + Latin -ia -y 3] a·nat·o·my 1. The structure of an animal or a plant or any of its parts. 2. The scientific study of the shape and structure of living things. anatomical (ăn′ə-tŏm′ĭ-kəl) adjective Anatomy 1. the branch of anatomy that studies muscles and musculature. 2. the muscular makeup of an animal or anatomical unit. — myologic, adj. 1. an account of the structure and function of the lungs. 2. the recording of the activity of the lungs during respiration. — pneumograph, n. — pneumographic, pneumographical, adj. 1. a person who dissects cadavers for the purpose of anatomical demonstration. 2. a person who performs autopsies. — prosectorial, adj. 1. the anatomy of the ligaments of the body. 2. the science or study of ligaments. 1. the dissection of animals other than man. 2. the anatomy of animals. — zootomist, n. — zootomic, zootomical, adj. anatomy Study of the structure of organisms. ThesaurusAntonymsRelated WordsSynonymsLegend: apparatus - (anatomy) a group of body parts that work together to perform a given function; "the breathing apparatus" vallecula , groove - (anatomy) any furrow or channel on a bodily structure or part partition - (anatomy) a structure that separates areas in an organism septum - (anatomy) a dividing partition between two tissues or cavities fissure - (anatomy) a long narrow slit or groove that divides an organ into lobes sulcus - (anatomy) any of the narrow grooves in an organ or tissue especially those that mark the convolutions on the surface of the brain hilum , hilus - (anatomy) a depression or fissure where vessels or nerves or ducts enter a bodily organ; "the hilus of the kidney" cingulum - (anatomy) an encircling structure (as the ridge around the base of a tooth) concha - (anatomy) a structure that resembles a shell in shape radicle - (anatomy) a small structure resembling a rootlet (such as a fibril of a nerve) tube-shaped structure , tube - (anatomy) any hollow cylindrical body structure fundus - (anatomy) the base of a hollow organ or that part of the organ farthest from its opening; "the uterine fundus"; "the fundus of the stomach" punctum - (anatomy) a point or small area meniscus , semilunar cartilage - (anatomy) a disk of cartilage that serves as a cushion between the ends of bones that meet at a joint bodily cavity , cavum , cavity - (anatomy) a natural hollow or sinus within the body diaphragm , midriff - (anatomy) a muscular partition separating the abdominal and thoracic cavities; functions in respiration apophysi'],
147
+ ['In human anatomy, in which part of the body is the buccinator muscle?', 'Anatomy/Terminology - Wikiversity Anatomy/Terminology Anatomical Position[ edit ] When discussing the anatomy of the human body, it is useful to first define a standard position in which the body will be presented. This standard allows the relative position of parts of the body to be described accurately and with less confusion. Anatomists use the anatomical position . A person in the anatomical position is standing up straight, with arms at the sides and palms facing forwards with the fingers extended. The feet are facing forward, as are the head and eyes (see the figure to the right). The anatomical planes of the body. Planes of the Body[ edit ] Three planes through the body are used to describe the position and orientation of parts of the body. These are: Median or Sagittal plane - This plane runs through the body from the head (cephalic end) to the feet (plantar end). A cut on the sagittal plane of humans creates a right and left bilaterally symmetrical half. Any plane parallel to this through the body is known as a para-sagittal plane. Coronal plane/lateral/frontal - This plane runs through the body, also from the head to the feet, and divides the body into front and rear halves. Transverse plane - This is any plane that runs left to right through the body and divides it into upper and lower sections. Oblique plane - Any plane through the body that is not parallel to one of the former three. Anatomical Terms[ edit ] When discussing anatomy, the following terms are used to describe the relative positions of the parts of the body. When using these terms, it is assumed that the body is in the anatomical position. Lateral - More distant to the body midline. In the anatomical position, the radius is lateral to the ulna. A simpler example is the "thumb" is lateral to the "pinky." Medial - Closer to the midline; on the inner side. The sternum (breast plate) is medial to the clavcle (shoulder bone). Superior - Above, towards the cephalic (head) end. The cranial cavity (head cavity) is superior to the scapula (shoulder blade). Inferior - Below, towards the plantar (foot) end. The patella (knee cap) is inferior to the femur (thigh bone). Anterior - Towards the front of the body. The sternum is anterior to the spine. Also known as ventral, but this term is not as common in human anatomy. Posterior - Towards the rear/backside of the body. The fibula is posterior to the tibia. Also known as dorsal, but this term is not as common. Superficial - Closer to the skin, nearer the body surface. Skin is superficial to the organs. Deep - Further from the body surface. In the limbs, the following terms are also used: Distal - Further from the limb\'s attachment to the trunk (where \'trunk\' refers to the \'torso\' of the body: the body minus the head, kneck, and limbs). proximal - Nearer to the limb\'s attachment to the trunk. The humerous is proximal to the radius. Terms may also be combined to describe more complicated relative positions, for example anterolateral, meaning in front of and more lateral to something. Movement terms[ edit ] All acts of movement are considered to be a mixture or a single contribution of the following movement terms: Flexion - where there is a reduction in the angle between bones or parts of the body. This term applies only to movement along the sagittal or median plane. An example of arms flexing is lifting a dinner plate. When applied to the trunk of the body, this term means bowing forwards. Extension - is the opposite of flexion, and there is an increase in the angle. This term applies only to movement along the sagittal or median plane. With the trunk of the body, this movement is bowing backwards. Adduction - where there is a reduction in the angle between bones or parts of the body. This only applies to movement along the coronal plane. Abduction - the exact opposite, with an increase in the angle. Also only applies to movement along the coronal plane.An example of this is where extending arms outwards as if to fly. Rotation - is rotation of an entire limb laterally (away from the body) or medially (towards'],
148
+ ]
149
+ scores = model.predict(pairs)
150
+ print(scores.shape)
151
+ # (5,)
152
+
153
+ # Or rank different texts based on similarity to a single text
154
+ ranks = model.rank(
155
+ 'In human anatomy, in which part of the body is the buccinator muscle?',
156
+ [
157
+ "Buccinator Origin, Function & Anatomy | Body Maps Your message has been sent. OK We're sorry, an error occurred. We are unable to collect your feedback at this time. However, your feedback is important to us. Please try again later. Close Buccinator The buccinator muscle is the major facial muscle underlying the cheek. It holds the cheek to the teeth and assists with chewing. The buccinator muscle is served by the buccal branch of cranial nerve VII, also known as the facial nerve. The buccinator is one of the first muscles that a human can control; the sucking reflex of a baby depends on it. Smiling, chewing, and whistling are all dependent upon it, and speech would be difficult and slurred without its proper function. If the facial nerve is impaired, as in Bells Palsy or by a stroke, the buccinator is often paralyzed, thus making all functions dependent upon it difficult or impossible. The buccinator muscle and its proper function are of special interest to speech therapists. Because it is the muscle that spreads the mouth wide, bilabial fricative sounds — not used in English but used for Spanish [b] and [v] sounds — and certain sounds that require the mouth to be wider — like the [i] and [e] sounds — are impaired when the buccinator does not work properly. The buccinator muscle also controls the amount of open space in the mouth, affecting many other vocal factors like tone and echo.",
158
+ "The Human Body Parts The Human Body: Body Parts The human body is the entire structure of a human organism, and consists of a head, neck, torso, two arms and two legs. By the time the human reaches adulthood, the body consists of close to 10 trillion cells, the basic unit of life. Groups of cells combine and work in tandem to form tissue, which combines to form organs, which work together to form organ systems. Superficial anatomy or surface anatomy is important in human anatomy being the study of anatomical landmarks that can be readily identified from the contours or other reference points on the surface of the body. With knowledge of superficial anatomy, physicians gauge the position and anatomy of the associated deeper structures. Common names of well known parts of the human body, from top to bottom: Head - Forehead - Jaw - Cheek - Chin Neck - Shoulders Arm - Elbow - Wrist - Hand - Fingers - Thumb Spine - Chest - Thorax Abdomen - Groin Hip - Buttocks - Leg - Thigh - Knee - Calf - Heel - Ankle - Foot - Toes The eye, ear, nose, mouth, teeth, tongue, throat, adam's apple, breast, penis, scrotum, clitoris, vulva, navel are also superficial structures. The Human Body Organs : In biology and anatomy, an organ is a tissue that performs a specific function or group of functions within an organism.. more » Systems : The organ systems of the body include the musculoskeletal system, nervous system, digestive system... more » Skeleton : The average adult human skeleton has around 206 bones. These bones meet at joints, the majority of which are ... more » Muscles : Muscle is the contractile tissue of the body and is derived from the mesodermal layer of embryonic more » Bones : Bones are rigid organs that form part of the endoskeleton of human body. They function to move, support, and protect... more »",
159
+ "Facts About Massage and the Human Body Facts About Massage and the Human Body Facts About Massage and the Human Body \xa0 Facts About Massage and the Human Body Spinal cord: 1.\xa0How many pairs of cervical nerves are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa08 2.\xa0 How many total spinal nerves are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa062 3.Wich of the following structures is known as the “horse’s tail”? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Cauda equina 4.\xa0\xa0The length of the average adult spinal cord is: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 16 – 18 inches 5.\xa0\xa0The largest nerve in the body is: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sciatic 6.\xa0 Carpal tunnel syndrome results from damage to what nerve? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Median nerve 7.\xa0The two divisions of the sciatic nerve are: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Tibial and common Peroneal nerve 8.\xa0\xa0What nerve innervates the diaphragm?\xa0 From which plexus does it arise? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Phrenic nerve; cervical plexus 9.\xa0 Damage to the cervical plexus may cause: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Respiratory arrest 10.\xa0\xa0Which plexus supplies the buttock muscles? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sacral plexes What muscles make up the quadriceps femoris? Vastus medialis, vastus intermedius, vastus lateralis, and rectus femoris\xa0\xa0\xa0\xa0 How many intermediate (midpalmar) intrinsic muscles of the hand, which act on all the digits except for the thumb, are there? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 11 Which of the following muscles has an action of flexing and rotating the neck and assists in inspiration? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Anterior scalene Runner’s knee” is more technically know as: Patellofemoral stress syndrome The muscle whose action makes you smile is:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0 Zygomaticus major The erector spinae is composed of which muscle groups? \xa0\xa0\xa0\xa0\xa0\xa0 Longissmus, iliocostalis, and spinalis Which of the following muscles aids in inspiration? \xa0\xa0\xa0\xa0\xa0\xa0 External intercostal\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0 8.\xa0\xa0 Which muscle is considered to be the “chewing” muscle? \xa0\xa0\xa0\xa0\xa0\xa0 Masseter .\xa0The calcaneal tendon is able to withstand a 1000 pound force without tearing Which of the following muscles directly connects the trunk to the upper extremity? \xa0\xa0\xa0\xa0\xa0\xa0\xa0Pectoralis major and latissimus dorsi \xa0\xa0\xa0\xa0\xa0 11. What is the stronges single muscle in the body? \xa0\xa0\xa0\xa0\xa0\xa0 Gluteus maximus 12. The muscles making up the hamstrings are: Semimembranosus, semitendinosus, and biceps femoris \xa0\xa0 13.\xa0 \xa0The strongest tendon in the body is the: \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 The Achilles tendon 14.\xa0 As a general rule, the attachment of a muscle tendon to a stationary bone is called the: \xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0Origin 15.\xa0 If someone loses the ability to point with his index finger, you would suspect a problem with:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Extensor Indicis 16.\xa0 What is the longest muscle in the body? \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Sartorius 17.\xa0 The muscles that make up the rotator cuff are:\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 \xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Supraspinatus, infraspinatus, teres minor, and\xa0\xa0 subscapularis \xa018. There are actually three types of muscle in the human body, which are skeletal, cardiac, and smooth. The skeletal muscles are, as you would have guessed, are attached to the bones by tendons. The role of these guys is to move the skeleton (i.e. walking, swinging your arms, or turning your head), to help us maintain posture while sitting or standing, and in a general sense, to create force through movement. These muscles can be controlled both consciously and unconsciously, and make up about 42% of the average man's body mass and 36% of the average woman's. 19. The cardiac muscles are found only in the heart (hence the name). Although these muscles resemble skeletal muscles in structure, they operate on a completely involuntary basis, which is why we don't have to command the heart to beat--it just does! And last, but not least, we have the smooth muscles, which are contained mostly in the walls of organs. This type of muscle also moves on an involuntary basis. For instance, when food is pushed along through the intestines, these muscles are working within the intestines and without our conscious effort. 20. Although most of us have heard that the tongue is the strongest muscle in the human body, this is simply not true. 1) Because the human tongue c",
160
+ 'Anatomy - definition of anatomy by The Free Dictionary Anatomy - definition of anatomy by The Free Dictionary http://www.thefreedictionary.com/anatomy \xa0(ə-năt′ə-mē) n. pl. a·nat·o·mies 1. The bodily structure of a plant or an animal or of any of its parts. 2. The science of the shape and structure of organisms and their parts. 3. A treatise on anatomic science. 4. Dissection of a plant or animal to study the structure, position, and interrelation of its various parts. 5. A skeleton. 6. The human body. 7. A detailed examination or analysis: the anatomy of a crime. [Middle English anatomie, from Late Latin anatomia, from Greek anatomē, dissection : ana-, ana- + tomē, a cutting (from temnein, to cut; see tem- in the Appendix of Indo-European roots).] anatomy 1. (Anatomy) the science concerned with the physical structure of animals and plants 2. (Anatomy) the physical structure of an animal or plant or any of its parts 3. (Anatomy) a book or treatise on this subject 4. (Anatomy) dissection of an animal or plant 5. any detailed analysis: the anatomy of a crime. 6. informal the human body [C14: from Latin anatomia, from Greek anatomē, from anatemnein to cut up, from ana- + temnein to cut] a•nat•o•my 1. the science dealing with the structure of animals and plants. 2. the structure of an animal or plant, or of any of its parts. 3. dissection of all or part of an animal or plant in order to study its structure. 4. Informal. the human body. 5. an analysis or minute examination. [1350–1400; Middle English < Latin anatomia < Greek anatom(ḗ) a cutting up (see ana -, -tome ) + Latin -ia -y 3] a·nat·o·my 1. The structure of an animal or a plant or any of its parts. 2. The scientific study of the shape and structure of living things. anatomical (ăn′ə-tŏm′ĭ-kəl) adjective Anatomy 1. the branch of anatomy that studies muscles and musculature. 2. the muscular makeup of an animal or anatomical unit. — myologic, adj. 1. an account of the structure and function of the lungs. 2. the recording of the activity of the lungs during respiration. — pneumograph, n. — pneumographic, pneumographical, adj. 1. a person who dissects cadavers for the purpose of anatomical demonstration. 2. a person who performs autopsies. — prosectorial, adj. 1. the anatomy of the ligaments of the body. 2. the science or study of ligaments. 1. the dissection of animals other than man. 2. the anatomy of animals. — zootomist, n. — zootomic, zootomical, adj. anatomy Study of the structure of organisms. ThesaurusAntonymsRelated WordsSynonymsLegend: apparatus - (anatomy) a group of body parts that work together to perform a given function; "the breathing apparatus" vallecula , groove - (anatomy) any furrow or channel on a bodily structure or part partition - (anatomy) a structure that separates areas in an organism septum - (anatomy) a dividing partition between two tissues or cavities fissure - (anatomy) a long narrow slit or groove that divides an organ into lobes sulcus - (anatomy) any of the narrow grooves in an organ or tissue especially those that mark the convolutions on the surface of the brain hilum , hilus - (anatomy) a depression or fissure where vessels or nerves or ducts enter a bodily organ; "the hilus of the kidney" cingulum - (anatomy) an encircling structure (as the ridge around the base of a tooth) concha - (anatomy) a structure that resembles a shell in shape radicle - (anatomy) a small structure resembling a rootlet (such as a fibril of a nerve) tube-shaped structure , tube - (anatomy) any hollow cylindrical body structure fundus - (anatomy) the base of a hollow organ or that part of the organ farthest from its opening; "the uterine fundus"; "the fundus of the stomach" punctum - (anatomy) a point or small area meniscus , semilunar cartilage - (anatomy) a disk of cartilage that serves as a cushion between the ends of bones that meet at a joint bodily cavity , cavum , cavity - (anatomy) a natural hollow or sinus within the body diaphragm , midriff - (anatomy) a muscular partition separating the abdominal and thoracic cavities; functions in respiration apophysi',
161
+ 'Anatomy/Terminology - Wikiversity Anatomy/Terminology Anatomical Position[ edit ] When discussing the anatomy of the human body, it is useful to first define a standard position in which the body will be presented. This standard allows the relative position of parts of the body to be described accurately and with less confusion. Anatomists use the anatomical position . A person in the anatomical position is standing up straight, with arms at the sides and palms facing forwards with the fingers extended. The feet are facing forward, as are the head and eyes (see the figure to the right). The anatomical planes of the body. Planes of the Body[ edit ] Three planes through the body are used to describe the position and orientation of parts of the body. These are: Median or Sagittal plane - This plane runs through the body from the head (cephalic end) to the feet (plantar end). A cut on the sagittal plane of humans creates a right and left bilaterally symmetrical half. Any plane parallel to this through the body is known as a para-sagittal plane. Coronal plane/lateral/frontal - This plane runs through the body, also from the head to the feet, and divides the body into front and rear halves. Transverse plane - This is any plane that runs left to right through the body and divides it into upper and lower sections. Oblique plane - Any plane through the body that is not parallel to one of the former three. Anatomical Terms[ edit ] When discussing anatomy, the following terms are used to describe the relative positions of the parts of the body. When using these terms, it is assumed that the body is in the anatomical position. Lateral - More distant to the body midline. In the anatomical position, the radius is lateral to the ulna. A simpler example is the "thumb" is lateral to the "pinky." Medial - Closer to the midline; on the inner side. The sternum (breast plate) is medial to the clavcle (shoulder bone). Superior - Above, towards the cephalic (head) end. The cranial cavity (head cavity) is superior to the scapula (shoulder blade). Inferior - Below, towards the plantar (foot) end. The patella (knee cap) is inferior to the femur (thigh bone). Anterior - Towards the front of the body. The sternum is anterior to the spine. Also known as ventral, but this term is not as common in human anatomy. Posterior - Towards the rear/backside of the body. The fibula is posterior to the tibia. Also known as dorsal, but this term is not as common. Superficial - Closer to the skin, nearer the body surface. Skin is superficial to the organs. Deep - Further from the body surface. In the limbs, the following terms are also used: Distal - Further from the limb\'s attachment to the trunk (where \'trunk\' refers to the \'torso\' of the body: the body minus the head, kneck, and limbs). proximal - Nearer to the limb\'s attachment to the trunk. The humerous is proximal to the radius. Terms may also be combined to describe more complicated relative positions, for example anterolateral, meaning in front of and more lateral to something. Movement terms[ edit ] All acts of movement are considered to be a mixture or a single contribution of the following movement terms: Flexion - where there is a reduction in the angle between bones or parts of the body. This term applies only to movement along the sagittal or median plane. An example of arms flexing is lifting a dinner plate. When applied to the trunk of the body, this term means bowing forwards. Extension - is the opposite of flexion, and there is an increase in the angle. This term applies only to movement along the sagittal or median plane. With the trunk of the body, this movement is bowing backwards. Adduction - where there is a reduction in the angle between bones or parts of the body. This only applies to movement along the coronal plane. Abduction - the exact opposite, with an increase in the angle. Also only applies to movement along the coronal plane.An example of this is where extending arms outwards as if to fly. Rotation - is rotation of an entire limb laterally (away from the body) or medially (towards',
162
+ ]
163
+ )
164
+ # [{'corpus_id': ..., 'score': ...}, {'corpus_id': ..., 'score': ...}, ...]
165
+ ```
166
+
167
+ <!--
168
+ ### Direct Usage (Transformers)
169
+
170
+ <details><summary>Click to see the direct usage in Transformers</summary>
171
+
172
+ </details>
173
+ -->
174
+
175
+ <!--
176
+ ### Downstream Usage (Sentence Transformers)
177
+
178
+ You can finetune this model on your own dataset.
179
+
180
+ <details><summary>Click to expand</summary>
181
+
182
+ </details>
183
+ -->
184
+
185
+ <!--
186
+ ### Out-of-Scope Use
187
+
188
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
189
+ -->
190
+
191
+ ## Evaluation
192
+
193
+ ### Metrics
194
+
195
+ #### Cross Encoder Reranking
196
+
197
+ * Dataset: `trivia-qa-dev`
198
+ * Evaluated with [<code>CrossEncoderRerankingEvaluator</code>](https://sbert.net/docs/package_reference/cross_encoder/evaluation.html#sentence_transformers.cross_encoder.evaluation.CrossEncoderRerankingEvaluator) with these parameters:
199
+ ```json
200
+ {
201
+ "at_k": 10,
202
+ "always_rerank_positives": false
203
+ }
204
+ ```
205
+
206
+ | Metric | Value |
207
+ |:------------|:---------------------|
208
+ | map | 0.6543 (+0.1851) |
209
+ | mrr@10 | 0.6531 (+0.1912) |
210
+ | **ndcg@10** | **0.6929 (+0.1698)** |
211
+
212
+ #### Cross Encoder Reranking
213
+
214
+ * Datasets: `NanoMSMARCO_R100`, `NanoNFCorpus_R100` and `NanoNQ_R100`
215
+ * Evaluated with [<code>CrossEncoderRerankingEvaluator</code>](https://sbert.net/docs/package_reference/cross_encoder/evaluation.html#sentence_transformers.cross_encoder.evaluation.CrossEncoderRerankingEvaluator) with these parameters:
216
+ ```json
217
+ {
218
+ "at_k": 10,
219
+ "always_rerank_positives": true
220
+ }
221
+ ```
222
+
223
+ | Metric | NanoMSMARCO_R100 | NanoNFCorpus_R100 | NanoNQ_R100 |
224
+ |:------------|:---------------------|:---------------------|:---------------------|
225
+ | map | 0.4994 (+0.0099) | 0.3130 (+0.0520) | 0.4055 (-0.0141) |
226
+ | mrr@10 | 0.4896 (+0.0121) | 0.4962 (-0.0036) | 0.4172 (-0.0095) |
227
+ | **ndcg@10** | **0.5548 (+0.0144)** | **0.3160 (-0.0091)** | **0.4755 (-0.0251)** |
228
+
229
+ #### Cross Encoder Nano BEIR
230
+
231
+ * Dataset: `NanoBEIR_R100_mean`
232
+ * Evaluated with [<code>CrossEncoderNanoBEIREvaluator</code>](https://sbert.net/docs/package_reference/cross_encoder/evaluation.html#sentence_transformers.cross_encoder.evaluation.CrossEncoderNanoBEIREvaluator) with these parameters:
233
+ ```json
234
+ {
235
+ "dataset_names": [
236
+ "msmarco",
237
+ "nfcorpus",
238
+ "nq"
239
+ ],
240
+ "rerank_k": 100,
241
+ "at_k": 10,
242
+ "always_rerank_positives": true
243
+ }
244
+ ```
245
+
246
+ | Metric | Value |
247
+ |:------------|:---------------------|
248
+ | map | 0.4060 (+0.0159) |
249
+ | mrr@10 | 0.4676 (-0.0004) |
250
+ | **ndcg@10** | **0.4488 (-0.0066)** |
251
+
252
+ <!--
253
+ ## Bias, Risks and Limitations
254
+
255
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
256
+ -->
257
+
258
+ <!--
259
+ ### Recommendations
260
+
261
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
262
+ -->
263
+
264
+ ## Training Details
265
+
266
+ ### Training Dataset
267
+
268
+ #### Unnamed Dataset
269
+
270
+ * Size: 400,343 training samples
271
+ * Columns: <code>query</code>, <code>answer</code>, and <code>label</code>
272
+ * Approximate statistics based on the first 1000 samples:
273
+ | | query | answer | label |
274
+ |:--------|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|:------------------------------------------------|
275
+ | type | string | string | int |
276
+ | details | <ul><li>min: 22 characters</li><li>mean: 71.59 characters</li><li>max: 232 characters</li></ul> | <ul><li>min: 75 characters</li><li>mean: 3231.36 characters</li><li>max: 4096 characters</li></ul> | <ul><li>0: ~82.10%</li><li>1: ~17.90%</li></ul> |
277
+ * Samples:
278
+ | query | answer | label |
279
+ |:-----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------|
280
+ | <code>In human anatomy, in which part of the body is the buccinator muscle?</code> | <code>Buccinator Origin, Function & Anatomy | Body Maps Your message has been sent. OK We're sorry, an error occurred. We are unable to collect your feedback at this time. However, your feedback is important to us. Please try again later. Close Buccinator The buccinator muscle is the major facial muscle underlying the cheek. It holds the cheek to the teeth and assists with chewing. The buccinator muscle is served by the buccal branch of cranial nerve VII, also known as the facial nerve. The buccinator is one of the first muscles that a human can control; the sucking reflex of a baby depends on it. Smiling, chewing, and whistling are all dependent upon it, and speech would be difficult and slurred without its proper function. If the facial nerve is impaired, as in Bells Palsy or by a stroke, the buccinator is often paralyzed, thus making all functions dependent upon it difficult or impossible. The buccinator muscle and its proper function are of special interest to speech therapists. Because ...</code> | <code>1</code> |
281
+ | <code>In human anatomy, in which part of the body is the buccinator muscle?</code> | <code>The Human Body Parts The Human Body: Body Parts The human body is the entire structure of a human organism, and consists of a head, neck, torso, two arms and two legs. By the time the human reaches adulthood, the body consists of close to 10 trillion cells, the basic unit of life. Groups of cells combine and work in tandem to form tissue, which combines to form organs, which work together to form organ systems. Superficial anatomy or surface anatomy is important in human anatomy being the study of anatomical landmarks that can be readily identified from the contours or other reference points on the surface of the body. With knowledge of superficial anatomy, physicians gauge the position and anatomy of the associated deeper structures. Common names of well known parts of the human body, from top to bottom: Head - Forehead - Jaw - Cheek - Chin Neck - Shoulders Arm - Elbow - Wrist - Hand - Fingers - Thumb Spine - Chest - Thorax Abdomen - Groin Hip - Buttocks - Leg - Thigh - Knee - Calf - ...</code> | <code>0</code> |
282
+ | <code>In human anatomy, in which part of the body is the buccinator muscle?</code> | <code>Facts About Massage and the Human Body Facts About Massage and the Human Body Facts About Massage and the Human Body   Facts About Massage and the Human Body Spinal cord: 1. How many pairs of cervical nerves are there?                     8 2.  How many total spinal nerves are there?                     62 3.Wich of the following structures is known as the “horse’s tail”?                    Cauda equina 4.  The length of the average adult spinal cord is:                    16 – 18 inches 5.  The largest nerve in the body is:                    Sciatic 6.  Carpal tunnel syndrome results from damage to what nerve?                   Median nerve 7. The two divisions of the sciatic nerve are:                   Tibial and common Peroneal nerve 8.  What nerve innervates the diaphragm?  From which plexus does it arise?                   Phrenic nerve; cervical plexus 9.  Damage to the cervical plexus may cause:                   Respiratory arrest 10.  Which plexus supplies the buttock muscle...</code> | <code>0</code> |
283
+ * Loss: [<code>BinaryCrossEntropyLoss</code>](https://sbert.net/docs/package_reference/cross_encoder/losses.html#binarycrossentropyloss) with these parameters:
284
+ ```json
285
+ {
286
+ "activation_fn": "torch.nn.modules.linear.Identity",
287
+ "pos_weight": 5
288
+ }
289
+ ```
290
+
291
+ ### Training Hyperparameters
292
+ #### Non-Default Hyperparameters
293
+
294
+ - `eval_strategy`: steps
295
+ - `per_device_train_batch_size`: 16
296
+ - `per_device_eval_batch_size`: 16
297
+ - `learning_rate`: 2e-05
298
+ - `num_train_epochs`: 1
299
+ - `warmup_ratio`: 0.1
300
+ - `seed`: 12
301
+ - `bf16`: True
302
+ - `dataloader_num_workers`: 4
303
+ - `load_best_model_at_end`: True
304
+
305
+ #### All Hyperparameters
306
+ <details><summary>Click to expand</summary>
307
+
308
+ - `overwrite_output_dir`: False
309
+ - `do_predict`: False
310
+ - `eval_strategy`: steps
311
+ - `prediction_loss_only`: True
312
+ - `per_device_train_batch_size`: 16
313
+ - `per_device_eval_batch_size`: 16
314
+ - `per_gpu_train_batch_size`: None
315
+ - `per_gpu_eval_batch_size`: None
316
+ - `gradient_accumulation_steps`: 1
317
+ - `eval_accumulation_steps`: None
318
+ - `torch_empty_cache_steps`: None
319
+ - `learning_rate`: 2e-05
320
+ - `weight_decay`: 0.0
321
+ - `adam_beta1`: 0.9
322
+ - `adam_beta2`: 0.999
323
+ - `adam_epsilon`: 1e-08
324
+ - `max_grad_norm`: 1.0
325
+ - `num_train_epochs`: 1
326
+ - `max_steps`: -1
327
+ - `lr_scheduler_type`: linear
328
+ - `lr_scheduler_kwargs`: {}
329
+ - `warmup_ratio`: 0.1
330
+ - `warmup_steps`: 0
331
+ - `log_level`: passive
332
+ - `log_level_replica`: warning
333
+ - `log_on_each_node`: True
334
+ - `logging_nan_inf_filter`: True
335
+ - `save_safetensors`: True
336
+ - `save_on_each_node`: False
337
+ - `save_only_model`: False
338
+ - `restore_callback_states_from_checkpoint`: False
339
+ - `no_cuda`: False
340
+ - `use_cpu`: False
341
+ - `use_mps_device`: False
342
+ - `seed`: 12
343
+ - `data_seed`: None
344
+ - `jit_mode_eval`: False
345
+ - `use_ipex`: False
346
+ - `bf16`: True
347
+ - `fp16`: False
348
+ - `fp16_opt_level`: O1
349
+ - `half_precision_backend`: auto
350
+ - `bf16_full_eval`: False
351
+ - `fp16_full_eval`: False
352
+ - `tf32`: None
353
+ - `local_rank`: 0
354
+ - `ddp_backend`: None
355
+ - `tpu_num_cores`: None
356
+ - `tpu_metrics_debug`: False
357
+ - `debug`: []
358
+ - `dataloader_drop_last`: False
359
+ - `dataloader_num_workers`: 4
360
+ - `dataloader_prefetch_factor`: None
361
+ - `past_index`: -1
362
+ - `disable_tqdm`: False
363
+ - `remove_unused_columns`: True
364
+ - `label_names`: None
365
+ - `load_best_model_at_end`: True
366
+ - `ignore_data_skip`: False
367
+ - `fsdp`: []
368
+ - `fsdp_min_num_params`: 0
369
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
370
+ - `fsdp_transformer_layer_cls_to_wrap`: None
371
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
372
+ - `deepspeed`: None
373
+ - `label_smoothing_factor`: 0.0
374
+ - `optim`: adamw_torch
375
+ - `optim_args`: None
376
+ - `adafactor`: False
377
+ - `group_by_length`: False
378
+ - `length_column_name`: length
379
+ - `ddp_find_unused_parameters`: None
380
+ - `ddp_bucket_cap_mb`: None
381
+ - `ddp_broadcast_buffers`: False
382
+ - `dataloader_pin_memory`: True
383
+ - `dataloader_persistent_workers`: False
384
+ - `skip_memory_metrics`: True
385
+ - `use_legacy_prediction_loop`: False
386
+ - `push_to_hub`: False
387
+ - `resume_from_checkpoint`: None
388
+ - `hub_model_id`: None
389
+ - `hub_strategy`: every_save
390
+ - `hub_private_repo`: None
391
+ - `hub_always_push`: False
392
+ - `gradient_checkpointing`: False
393
+ - `gradient_checkpointing_kwargs`: None
394
+ - `include_inputs_for_metrics`: False
395
+ - `include_for_metrics`: []
396
+ - `eval_do_concat_batches`: True
397
+ - `fp16_backend`: auto
398
+ - `push_to_hub_model_id`: None
399
+ - `push_to_hub_organization`: None
400
+ - `mp_parameters`:
401
+ - `auto_find_batch_size`: False
402
+ - `full_determinism`: False
403
+ - `torchdynamo`: None
404
+ - `ray_scope`: last
405
+ - `ddp_timeout`: 1800
406
+ - `torch_compile`: False
407
+ - `torch_compile_backend`: None
408
+ - `torch_compile_mode`: None
409
+ - `dispatch_batches`: None
410
+ - `split_batches`: None
411
+ - `include_tokens_per_second`: False
412
+ - `include_num_input_tokens_seen`: False
413
+ - `neftune_noise_alpha`: None
414
+ - `optim_target_modules`: None
415
+ - `batch_eval_metrics`: False
416
+ - `eval_on_start`: False
417
+ - `use_liger_kernel`: False
418
+ - `eval_use_gather_object`: False
419
+ - `average_tokens_across_devices`: False
420
+ - `prompts`: None
421
+ - `batch_sampler`: batch_sampler
422
+ - `multi_dataset_batch_sampler`: proportional
423
+
424
+ </details>
425
+
426
+ ### Training Logs
427
+ <details><summary>Click to expand</summary>
428
+
429
+ | Epoch | Step | Training Loss | trivia-qa-dev_ndcg@10 | NanoMSMARCO_R100_ndcg@10 | NanoNFCorpus_R100_ndcg@10 | NanoNQ_R100_ndcg@10 | NanoBEIR_R100_mean_ndcg@10 |
430
+ |:----------:|:---------:|:-------------:|:---------------------:|:------------------------:|:-------------------------:|:--------------------:|:--------------------------:|
431
+ | -1 | -1 | - | 0.1318 (-0.3914) | 0.0126 (-0.5278) | 0.2498 (-0.0752) | 0.0467 (-0.4539) | 0.1031 (-0.3523) |
432
+ | 0.0000 | 1 | 1.3271 | - | - | - | - | - |
433
+ | 0.0080 | 200 | 1.2223 | - | - | - | - | - |
434
+ | 0.0160 | 400 | 1.2099 | - | - | - | - | - |
435
+ | 0.0240 | 600 | 1.1758 | - | - | - | - | - |
436
+ | 0.0320 | 800 | 1.1902 | - | - | - | - | - |
437
+ | 0.0400 | 1000 | 1.1393 | 0.2318 (-0.2914) | 0.0432 (-0.4972) | 0.2489 (-0.0761) | 0.0551 (-0.4455) | 0.1157 (-0.3396) |
438
+ | 0.0480 | 1200 | 1.1652 | - | - | - | - | - |
439
+ | 0.0560 | 1400 | 1.1082 | - | - | - | - | - |
440
+ | 0.0639 | 1600 | 1.0283 | - | - | - | - | - |
441
+ | 0.0719 | 1800 | 1.0013 | - | - | - | - | - |
442
+ | 0.0799 | 2000 | 1.0483 | 0.5307 (+0.0075) | 0.1720 (-0.3684) | 0.2676 (-0.0574) | 0.1383 (-0.3623) | 0.1926 (-0.2627) |
443
+ | 0.0879 | 2200 | 0.966 | - | - | - | - | - |
444
+ | 0.0959 | 2400 | 0.9216 | - | - | - | - | - |
445
+ | 0.1039 | 2600 | 0.9412 | - | - | - | - | - |
446
+ | 0.1119 | 2800 | 0.9191 | - | - | - | - | - |
447
+ | 0.1199 | 3000 | 0.8675 | 0.6463 (+0.1232) | 0.4302 (-0.1102) | 0.3536 (+0.0285) | 0.3317 (-0.1690) | 0.3718 (-0.0835) |
448
+ | 0.1279 | 3200 | 0.8728 | - | - | - | - | - |
449
+ | 0.1359 | 3400 | 0.9244 | - | - | - | - | - |
450
+ | 0.1439 | 3600 | 0.9222 | - | - | - | - | - |
451
+ | 0.1519 | 3800 | 0.8791 | - | - | - | - | - |
452
+ | 0.1599 | 4000 | 0.8723 | 0.6443 (+0.1211) | 0.4147 (-0.1257) | 0.3148 (-0.0102) | 0.3936 (-0.1071) | 0.3744 (-0.0810) |
453
+ | 0.1679 | 4200 | 0.8258 | - | - | - | - | - |
454
+ | 0.1758 | 4400 | 0.8285 | - | - | - | - | - |
455
+ | 0.1838 | 4600 | 0.8467 | - | - | - | - | - |
456
+ | 0.1918 | 4800 | 0.7799 | - | - | - | - | - |
457
+ | 0.1998 | 5000 | 0.818 | 0.6297 (+0.1065) | 0.4948 (-0.0456) | 0.3415 (+0.0165) | 0.4258 (-0.0749) | 0.4207 (-0.0347) |
458
+ | 0.2078 | 5200 | 0.856 | - | - | - | - | - |
459
+ | 0.2158 | 5400 | 0.8106 | - | - | - | - | - |
460
+ | 0.2238 | 5600 | 0.777 | - | - | - | - | - |
461
+ | 0.2318 | 5800 | 0.8114 | - | - | - | - | - |
462
+ | 0.2398 | 6000 | 0.8141 | 0.6551 (+0.1319) | 0.4885 (-0.0519) | 0.3581 (+0.0331) | 0.4244 (-0.0763) | 0.4237 (-0.0317) |
463
+ | 0.2478 | 6200 | 0.7774 | - | - | - | - | - |
464
+ | 0.2558 | 6400 | 0.7854 | - | - | - | - | - |
465
+ | 0.2638 | 6600 | 0.8054 | - | - | - | - | - |
466
+ | 0.2718 | 6800 | 0.7881 | - | - | - | - | - |
467
+ | 0.2798 | 7000 | 0.7781 | 0.6667 (+0.1436) | 0.5259 (-0.0145) | 0.3304 (+0.0053) | 0.3093 (-0.1914) | 0.3885 (-0.0668) |
468
+ | 0.2877 | 7200 | 0.7602 | - | - | - | - | - |
469
+ | 0.2957 | 7400 | 0.7685 | - | - | - | - | - |
470
+ | 0.3037 | 7600 | 0.7513 | - | - | - | - | - |
471
+ | 0.3117 | 7800 | 0.7931 | - | - | - | - | - |
472
+ | 0.3197 | 8000 | 0.7748 | 0.6727 (+0.1496) | 0.5589 (+0.0185) | 0.3294 (+0.0044) | 0.4668 (-0.0338) | 0.4517 (-0.0036) |
473
+ | 0.3277 | 8200 | 0.7644 | - | - | - | - | - |
474
+ | 0.3357 | 8400 | 0.743 | - | - | - | - | - |
475
+ | 0.3437 | 8600 | 0.7766 | - | - | - | - | - |
476
+ | 0.3517 | 8800 | 0.747 | - | - | - | - | - |
477
+ | 0.3597 | 9000 | 0.7542 | 0.6647 (+0.1415) | 0.5094 (-0.0311) | 0.3277 (+0.0026) | 0.4750 (-0.0256) | 0.4374 (-0.0180) |
478
+ | 0.3677 | 9200 | 0.7454 | - | - | - | - | - |
479
+ | 0.3757 | 9400 | 0.7191 | - | - | - | - | - |
480
+ | 0.3837 | 9600 | 0.728 | - | - | - | - | - |
481
+ | 0.3917 | 9800 | 0.7239 | - | - | - | - | - |
482
+ | 0.3996 | 10000 | 0.6813 | 0.6610 (+0.1378) | 0.5059 (-0.0346) | 0.3351 (+0.0101) | 0.4489 (-0.0517) | 0.4300 (-0.0254) |
483
+ | 0.4076 | 10200 | 0.7875 | - | - | - | - | - |
484
+ | 0.4156 | 10400 | 0.7408 | - | - | - | - | - |
485
+ | 0.4236 | 10600 | 0.7322 | - | - | - | - | - |
486
+ | 0.4316 | 10800 | 0.7841 | - | - | - | - | - |
487
+ | 0.4396 | 11000 | 0.7264 | 0.6491 (+0.1260) | 0.5050 (-0.0355) | 0.3321 (+0.0070) | 0.3930 (-0.1077) | 0.4100 (-0.0454) |
488
+ | 0.4476 | 11200 | 0.7011 | - | - | - | - | - |
489
+ | 0.4556 | 11400 | 0.7747 | - | - | - | - | - |
490
+ | 0.4636 | 11600 | 0.7052 | - | - | - | - | - |
491
+ | 0.4716 | 11800 | 0.6655 | - | - | - | - | - |
492
+ | 0.4796 | 12000 | 0.73 | 0.6669 (+0.1437) | 0.4888 (-0.0516) | 0.3073 (-0.0178) | 0.3785 (-0.1222) | 0.3915 (-0.0638) |
493
+ | 0.4876 | 12200 | 0.7504 | - | - | - | - | - |
494
+ | 0.4956 | 12400 | 0.7495 | - | - | - | - | - |
495
+ | 0.5036 | 12600 | 0.7094 | - | - | - | - | - |
496
+ | 0.5115 | 12800 | 0.6755 | - | - | - | - | - |
497
+ | 0.5195 | 13000 | 0.6782 | 0.6750 (+0.1518) | 0.4853 (-0.0551) | 0.3217 (-0.0033) | 0.4144 (-0.0862) | 0.4072 (-0.0482) |
498
+ | 0.5275 | 13200 | 0.678 | - | - | - | - | - |
499
+ | 0.5355 | 13400 | 0.681 | - | - | - | - | - |
500
+ | 0.5435 | 13600 | 0.6514 | - | - | - | - | - |
501
+ | 0.5515 | 13800 | 0.6863 | - | - | - | - | - |
502
+ | 0.5595 | 14000 | 0.7023 | 0.6789 (+0.1557) | 0.5437 (+0.0033) | 0.3427 (+0.0176) | 0.4433 (-0.0574) | 0.4432 (-0.0122) |
503
+ | 0.5675 | 14200 | 0.6769 | - | - | - | - | - |
504
+ | 0.5755 | 14400 | 0.7304 | - | - | - | - | - |
505
+ | 0.5835 | 14600 | 0.6913 | - | - | - | - | - |
506
+ | 0.5915 | 14800 | 0.6877 | - | - | - | - | - |
507
+ | 0.5995 | 15000 | 0.6988 | 0.6746 (+0.1514) | 0.5105 (-0.0299) | 0.3312 (+0.0061) | 0.3680 (-0.1326) | 0.4032 (-0.0522) |
508
+ | 0.6075 | 15200 | 0.6808 | - | - | - | - | - |
509
+ | 0.6155 | 15400 | 0.7203 | - | - | - | - | - |
510
+ | 0.6235 | 15600 | 0.7301 | - | - | - | - | - |
511
+ | 0.6314 | 15800 | 0.6912 | - | - | - | - | - |
512
+ | 0.6394 | 16000 | 0.6702 | 0.6733 (+0.1502) | 0.4937 (-0.0467) | 0.3249 (-0.0002) | 0.5041 (+0.0034) | 0.4409 (-0.0145) |
513
+ | 0.6474 | 16200 | 0.6686 | - | - | - | - | - |
514
+ | 0.6554 | 16400 | 0.7081 | - | - | - | - | - |
515
+ | 0.6634 | 16600 | 0.6736 | - | - | - | - | - |
516
+ | 0.6714 | 16800 | 0.6561 | - | - | - | - | - |
517
+ | 0.6794 | 17000 | 0.6835 | 0.6858 (+0.1626) | 0.5074 (-0.0331) | 0.3146 (-0.0105) | 0.4786 (-0.0221) | 0.4335 (-0.0219) |
518
+ | 0.6874 | 17200 | 0.7044 | - | - | - | - | - |
519
+ | 0.6954 | 17400 | 0.6629 | - | - | - | - | - |
520
+ | 0.7034 | 17600 | 0.6937 | - | - | - | - | - |
521
+ | 0.7114 | 17800 | 0.6219 | - | - | - | - | - |
522
+ | 0.7194 | 18000 | 0.6892 | 0.6781 (+0.1549) | 0.5375 (-0.0029) | 0.2896 (-0.0354) | 0.4680 (-0.0327) | 0.4317 (-0.0237) |
523
+ | 0.7274 | 18200 | 0.6823 | - | - | - | - | - |
524
+ | 0.7354 | 18400 | 0.6693 | - | - | - | - | - |
525
+ | 0.7433 | 18600 | 0.6874 | - | - | - | - | - |
526
+ | 0.7513 | 18800 | 0.665 | - | - | - | - | - |
527
+ | 0.7593 | 19000 | 0.6665 | 0.6900 (+0.1668) | 0.5766 (+0.0361) | 0.3179 (-0.0072) | 0.5292 (+0.0286) | 0.4746 (+0.0192) |
528
+ | 0.7673 | 19200 | 0.6823 | - | - | - | - | - |
529
+ | 0.7753 | 19400 | 0.6685 | - | - | - | - | - |
530
+ | 0.7833 | 19600 | 0.6493 | - | - | - | - | - |
531
+ | 0.7913 | 19800 | 0.6545 | - | - | - | - | - |
532
+ | 0.7993 | 20000 | 0.6568 | 0.6919 (+0.1688) | 0.5569 (+0.0164) | 0.3158 (-0.0092) | 0.4915 (-0.0092) | 0.4547 (-0.0007) |
533
+ | 0.8073 | 20200 | 0.6536 | - | - | - | - | - |
534
+ | 0.8153 | 20400 | 0.6806 | - | - | - | - | - |
535
+ | 0.8233 | 20600 | 0.6448 | - | - | - | - | - |
536
+ | 0.8313 | 20800 | 0.6837 | - | - | - | - | - |
537
+ | 0.8393 | 21000 | 0.6523 | 0.6887 (+0.1655) | 0.5273 (-0.0131) | 0.3058 (-0.0192) | 0.4337 (-0.0669) | 0.4223 (-0.0331) |
538
+ | 0.8473 | 21200 | 0.6556 | - | - | - | - | - |
539
+ | 0.8552 | 21400 | 0.6394 | - | - | - | - | - |
540
+ | 0.8632 | 21600 | 0.6704 | - | - | - | - | - |
541
+ | 0.8712 | 21800 | 0.6934 | - | - | - | - | - |
542
+ | 0.8792 | 22000 | 0.6308 | 0.6892 (+0.1661) | 0.5436 (+0.0032) | 0.3189 (-0.0062) | 0.4854 (-0.0152) | 0.4493 (-0.0061) |
543
+ | 0.8872 | 22200 | 0.6991 | - | - | - | - | - |
544
+ | 0.8952 | 22400 | 0.6601 | - | - | - | - | - |
545
+ | 0.9032 | 22600 | 0.6317 | - | - | - | - | - |
546
+ | 0.9112 | 22800 | 0.6611 | - | - | - | - | - |
547
+ | **0.9192** | **23000** | **0.6037** | **0.6929 (+0.1698)** | **0.5548 (+0.0144)** | **0.3160 (-0.0091)** | **0.4755 (-0.0251)** | **0.4488 (-0.0066)** |
548
+ | 0.9272 | 23200 | 0.619 | - | - | - | - | - |
549
+ | 0.9352 | 23400 | 0.6511 | - | - | - | - | - |
550
+ | 0.9432 | 23600 | 0.6534 | - | - | - | - | - |
551
+ | 0.9512 | 23800 | 0.6567 | - | - | - | - | - |
552
+ | 0.9592 | 24000 | 0.6863 | 0.6901 (+0.1669) | 0.5300 (-0.0105) | 0.3117 (-0.0134) | 0.4399 (-0.0607) | 0.4272 (-0.0282) |
553
+ | 0.9671 | 24200 | 0.6479 | - | - | - | - | - |
554
+ | 0.9751 | 24400 | 0.6182 | - | - | - | - | - |
555
+ | 0.9831 | 24600 | 0.5852 | - | - | - | - | - |
556
+ | 0.9911 | 24800 | 0.6581 | - | - | - | - | - |
557
+ | 0.9991 | 25000 | 0.6045 | 0.6929 (+0.1697) | 0.5394 (-0.0011) | 0.3143 (-0.0108) | 0.4561 (-0.0445) | 0.4366 (-0.0188) |
558
+ | -1 | -1 | - | 0.6929 (+0.1698) | 0.5548 (+0.0144) | 0.3160 (-0.0091) | 0.4755 (-0.0251) | 0.4488 (-0.0066) |
559
+
560
+ * The bold row denotes the saved checkpoint.
561
+ </details>
562
+
563
+ ### Framework Versions
564
+ - Python: 3.11.10
565
+ - Sentence Transformers: 4.0.1
566
+ - Transformers: 4.49.0
567
+ - PyTorch: 2.5.1+cu124
568
+ - Accelerate: 1.5.2
569
+ - Datasets: 2.21.0
570
+ - Tokenizers: 0.21.0
571
+
572
+ ## Citation
573
+
574
+ ### BibTeX
575
+
576
+ #### Sentence Transformers
577
+ ```bibtex
578
+ @inproceedings{reimers-2019-sentence-bert,
579
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
580
+ author = "Reimers, Nils and Gurevych, Iryna",
581
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
582
+ month = "11",
583
+ year = "2019",
584
+ publisher = "Association for Computational Linguistics",
585
+ url = "https://arxiv.org/abs/1908.10084",
586
+ }
587
+ ```
588
+
589
+ <!--
590
+ ## Glossary
591
+
592
+ *Clearly define terms in order to be accessible across audiences.*
593
+ -->
594
+
595
+ <!--
596
+ ## Model Card Authors
597
+
598
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
599
+ -->
600
+
601
+ <!--
602
+ ## Model Card Contact
603
+
604
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
605
+ -->
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "answerdotai/ModernBERT-base",
3
+ "architectures": [
4
+ "ModernBertForSequenceClassification"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 50281,
9
+ "classifier_activation": "gelu",
10
+ "classifier_bias": false,
11
+ "classifier_dropout": 0.0,
12
+ "classifier_pooling": "mean",
13
+ "cls_token_id": 50281,
14
+ "decoder_bias": true,
15
+ "deterministic_flash_attn": false,
16
+ "embedding_dropout": 0.0,
17
+ "eos_token_id": 50282,
18
+ "global_attn_every_n_layers": 3,
19
+ "global_rope_theta": 160000.0,
20
+ "gradient_checkpointing": false,
21
+ "hidden_activation": "gelu",
22
+ "hidden_size": 768,
23
+ "id2label": {
24
+ "0": "LABEL_0"
25
+ },
26
+ "initializer_cutoff_factor": 2.0,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 1152,
29
+ "label2id": {
30
+ "LABEL_0": 0
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "local_attention": 128,
34
+ "local_rope_theta": 10000.0,
35
+ "max_position_embeddings": 8192,
36
+ "mlp_bias": false,
37
+ "mlp_dropout": 0.0,
38
+ "model_type": "modernbert",
39
+ "norm_bias": false,
40
+ "norm_eps": 1e-05,
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 22,
43
+ "pad_token_id": 50283,
44
+ "position_embedding_type": "absolute",
45
+ "reference_compile": true,
46
+ "repad_logits_with_grad": false,
47
+ "sentence_transformers": {
48
+ "activation_fn": "torch.nn.modules.activation.Sigmoid",
49
+ "version": "4.0.1"
50
+ },
51
+ "sep_token_id": 50282,
52
+ "sparse_pred_ignore_index": -100,
53
+ "sparse_prediction": false,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.49.0",
56
+ "vocab_size": 50368
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ca458b3dfeac0a1e73801e1b6b215bf5dbf63650ac683b59468adc99c367bd
3
+ size 598436708
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": true,
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,945 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "|||IP_ADDRESS|||",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1": {
12
+ "content": "<|padding|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "50254": {
20
+ "content": " ",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "50255": {
28
+ "content": " ",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "50256": {
36
+ "content": " ",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "50257": {
44
+ "content": " ",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "50258": {
52
+ "content": " ",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "50259": {
60
+ "content": " ",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "50260": {
68
+ "content": " ",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "50261": {
76
+ "content": " ",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "50262": {
84
+ "content": " ",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "50263": {
92
+ "content": " ",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "50264": {
100
+ "content": " ",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "50265": {
108
+ "content": " ",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "50266": {
116
+ "content": " ",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "50267": {
124
+ "content": " ",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "50268": {
132
+ "content": " ",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "50269": {
140
+ "content": " ",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "50270": {
148
+ "content": " ",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "50271": {
156
+ "content": " ",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "50272": {
164
+ "content": " ",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "50273": {
172
+ "content": " ",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "50274": {
180
+ "content": " ",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "50275": {
188
+ "content": " ",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "50276": {
196
+ "content": " ",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "50277": {
204
+ "content": "|||EMAIL_ADDRESS|||",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "50278": {
212
+ "content": "|||PHONE_NUMBER|||",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "50279": {
220
+ "content": "<|endoftext|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "50280": {
228
+ "content": "[UNK]",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "50281": {
236
+ "content": "[CLS]",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "50282": {
244
+ "content": "[SEP]",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "50283": {
252
+ "content": "[PAD]",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "50284": {
260
+ "content": "[MASK]",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "50285": {
268
+ "content": "[unused0]",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "50286": {
276
+ "content": "[unused1]",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "50287": {
284
+ "content": "[unused2]",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "50288": {
292
+ "content": "[unused3]",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "50289": {
300
+ "content": "[unused4]",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "50290": {
308
+ "content": "[unused5]",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "50291": {
316
+ "content": "[unused6]",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "50292": {
324
+ "content": "[unused7]",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "50293": {
332
+ "content": "[unused8]",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "50294": {
340
+ "content": "[unused9]",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "50295": {
348
+ "content": "[unused10]",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "50296": {
356
+ "content": "[unused11]",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "50297": {
364
+ "content": "[unused12]",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "50298": {
372
+ "content": "[unused13]",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "50299": {
380
+ "content": "[unused14]",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "50300": {
388
+ "content": "[unused15]",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "50301": {
396
+ "content": "[unused16]",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "50302": {
404
+ "content": "[unused17]",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "50303": {
412
+ "content": "[unused18]",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "50304": {
420
+ "content": "[unused19]",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
+ },
427
+ "50305": {
428
+ "content": "[unused20]",
429
+ "lstrip": false,
430
+ "normalized": true,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": false
434
+ },
435
+ "50306": {
436
+ "content": "[unused21]",
437
+ "lstrip": false,
438
+ "normalized": true,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": false
442
+ },
443
+ "50307": {
444
+ "content": "[unused22]",
445
+ "lstrip": false,
446
+ "normalized": true,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": false
450
+ },
451
+ "50308": {
452
+ "content": "[unused23]",
453
+ "lstrip": false,
454
+ "normalized": true,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": false
458
+ },
459
+ "50309": {
460
+ "content": "[unused24]",
461
+ "lstrip": false,
462
+ "normalized": true,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": false
466
+ },
467
+ "50310": {
468
+ "content": "[unused25]",
469
+ "lstrip": false,
470
+ "normalized": true,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": false
474
+ },
475
+ "50311": {
476
+ "content": "[unused26]",
477
+ "lstrip": false,
478
+ "normalized": true,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": false
482
+ },
483
+ "50312": {
484
+ "content": "[unused27]",
485
+ "lstrip": false,
486
+ "normalized": true,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": false
490
+ },
491
+ "50313": {
492
+ "content": "[unused28]",
493
+ "lstrip": false,
494
+ "normalized": true,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": false
498
+ },
499
+ "50314": {
500
+ "content": "[unused29]",
501
+ "lstrip": false,
502
+ "normalized": true,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": false
506
+ },
507
+ "50315": {
508
+ "content": "[unused30]",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "50316": {
516
+ "content": "[unused31]",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "50317": {
524
+ "content": "[unused32]",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "50318": {
532
+ "content": "[unused33]",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "50319": {
540
+ "content": "[unused34]",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "50320": {
548
+ "content": "[unused35]",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
+ },
555
+ "50321": {
556
+ "content": "[unused36]",
557
+ "lstrip": false,
558
+ "normalized": true,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": false
562
+ },
563
+ "50322": {
564
+ "content": "[unused37]",
565
+ "lstrip": false,
566
+ "normalized": true,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": false
570
+ },
571
+ "50323": {
572
+ "content": "[unused38]",
573
+ "lstrip": false,
574
+ "normalized": true,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": false
578
+ },
579
+ "50324": {
580
+ "content": "[unused39]",
581
+ "lstrip": false,
582
+ "normalized": true,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": false
586
+ },
587
+ "50325": {
588
+ "content": "[unused40]",
589
+ "lstrip": false,
590
+ "normalized": true,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": false
594
+ },
595
+ "50326": {
596
+ "content": "[unused41]",
597
+ "lstrip": false,
598
+ "normalized": true,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": false
602
+ },
603
+ "50327": {
604
+ "content": "[unused42]",
605
+ "lstrip": false,
606
+ "normalized": true,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": false
610
+ },
611
+ "50328": {
612
+ "content": "[unused43]",
613
+ "lstrip": false,
614
+ "normalized": true,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": false
618
+ },
619
+ "50329": {
620
+ "content": "[unused44]",
621
+ "lstrip": false,
622
+ "normalized": true,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": false
626
+ },
627
+ "50330": {
628
+ "content": "[unused45]",
629
+ "lstrip": false,
630
+ "normalized": true,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": false
634
+ },
635
+ "50331": {
636
+ "content": "[unused46]",
637
+ "lstrip": false,
638
+ "normalized": true,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": false
642
+ },
643
+ "50332": {
644
+ "content": "[unused47]",
645
+ "lstrip": false,
646
+ "normalized": true,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": false
650
+ },
651
+ "50333": {
652
+ "content": "[unused48]",
653
+ "lstrip": false,
654
+ "normalized": true,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": false
658
+ },
659
+ "50334": {
660
+ "content": "[unused49]",
661
+ "lstrip": false,
662
+ "normalized": true,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": false
666
+ },
667
+ "50335": {
668
+ "content": "[unused50]",
669
+ "lstrip": false,
670
+ "normalized": true,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": false
674
+ },
675
+ "50336": {
676
+ "content": "[unused51]",
677
+ "lstrip": false,
678
+ "normalized": true,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": false
682
+ },
683
+ "50337": {
684
+ "content": "[unused52]",
685
+ "lstrip": false,
686
+ "normalized": true,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": false
690
+ },
691
+ "50338": {
692
+ "content": "[unused53]",
693
+ "lstrip": false,
694
+ "normalized": true,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": false
698
+ },
699
+ "50339": {
700
+ "content": "[unused54]",
701
+ "lstrip": false,
702
+ "normalized": true,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": false
706
+ },
707
+ "50340": {
708
+ "content": "[unused55]",
709
+ "lstrip": false,
710
+ "normalized": true,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": false
714
+ },
715
+ "50341": {
716
+ "content": "[unused56]",
717
+ "lstrip": false,
718
+ "normalized": true,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": false
722
+ },
723
+ "50342": {
724
+ "content": "[unused57]",
725
+ "lstrip": false,
726
+ "normalized": true,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": false
730
+ },
731
+ "50343": {
732
+ "content": "[unused58]",
733
+ "lstrip": false,
734
+ "normalized": true,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": false
738
+ },
739
+ "50344": {
740
+ "content": "[unused59]",
741
+ "lstrip": false,
742
+ "normalized": true,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": false
746
+ },
747
+ "50345": {
748
+ "content": "[unused60]",
749
+ "lstrip": false,
750
+ "normalized": true,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": false
754
+ },
755
+ "50346": {
756
+ "content": "[unused61]",
757
+ "lstrip": false,
758
+ "normalized": true,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": false
762
+ },
763
+ "50347": {
764
+ "content": "[unused62]",
765
+ "lstrip": false,
766
+ "normalized": true,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": false
770
+ },
771
+ "50348": {
772
+ "content": "[unused63]",
773
+ "lstrip": false,
774
+ "normalized": true,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": false
778
+ },
779
+ "50349": {
780
+ "content": "[unused64]",
781
+ "lstrip": false,
782
+ "normalized": true,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": false
786
+ },
787
+ "50350": {
788
+ "content": "[unused65]",
789
+ "lstrip": false,
790
+ "normalized": true,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": false
794
+ },
795
+ "50351": {
796
+ "content": "[unused66]",
797
+ "lstrip": false,
798
+ "normalized": true,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": false
802
+ },
803
+ "50352": {
804
+ "content": "[unused67]",
805
+ "lstrip": false,
806
+ "normalized": true,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": false
810
+ },
811
+ "50353": {
812
+ "content": "[unused68]",
813
+ "lstrip": false,
814
+ "normalized": true,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": false
818
+ },
819
+ "50354": {
820
+ "content": "[unused69]",
821
+ "lstrip": false,
822
+ "normalized": true,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": false
826
+ },
827
+ "50355": {
828
+ "content": "[unused70]",
829
+ "lstrip": false,
830
+ "normalized": true,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": false
834
+ },
835
+ "50356": {
836
+ "content": "[unused71]",
837
+ "lstrip": false,
838
+ "normalized": true,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": false
842
+ },
843
+ "50357": {
844
+ "content": "[unused72]",
845
+ "lstrip": false,
846
+ "normalized": true,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": false
850
+ },
851
+ "50358": {
852
+ "content": "[unused73]",
853
+ "lstrip": false,
854
+ "normalized": true,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
+ },
859
+ "50359": {
860
+ "content": "[unused74]",
861
+ "lstrip": false,
862
+ "normalized": true,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": false
866
+ },
867
+ "50360": {
868
+ "content": "[unused75]",
869
+ "lstrip": false,
870
+ "normalized": true,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": false
874
+ },
875
+ "50361": {
876
+ "content": "[unused76]",
877
+ "lstrip": false,
878
+ "normalized": true,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": false
882
+ },
883
+ "50362": {
884
+ "content": "[unused77]",
885
+ "lstrip": false,
886
+ "normalized": true,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": false
890
+ },
891
+ "50363": {
892
+ "content": "[unused78]",
893
+ "lstrip": false,
894
+ "normalized": true,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": false
898
+ },
899
+ "50364": {
900
+ "content": "[unused79]",
901
+ "lstrip": false,
902
+ "normalized": true,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": false
906
+ },
907
+ "50365": {
908
+ "content": "[unused80]",
909
+ "lstrip": false,
910
+ "normalized": true,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": false
914
+ },
915
+ "50366": {
916
+ "content": "[unused81]",
917
+ "lstrip": false,
918
+ "normalized": true,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": false
922
+ },
923
+ "50367": {
924
+ "content": "[unused82]",
925
+ "lstrip": false,
926
+ "normalized": true,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": false
930
+ }
931
+ },
932
+ "clean_up_tokenization_spaces": true,
933
+ "cls_token": "[CLS]",
934
+ "extra_special_tokens": {},
935
+ "mask_token": "[MASK]",
936
+ "model_input_names": [
937
+ "input_ids",
938
+ "attention_mask"
939
+ ],
940
+ "model_max_length": 8192,
941
+ "pad_token": "[PAD]",
942
+ "sep_token": "[SEP]",
943
+ "tokenizer_class": "PreTrainedTokenizer",
944
+ "unk_token": "[UNK]"
945
+ }