pankajrajdeo commited on
Commit
dbf9873
1 Parent(s): 6d6ecef

Add new SentenceTransformer model

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,1276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sentence-transformers
3
+ pipeline_tag: sentence-similarity
4
+ tags:
5
+ - sentence-transformers
6
+ - sentence-similarity
7
+ - feature-extraction
8
+ - generated_from_trainer
9
+ - dataset_size:26147930
10
+ - loss:MultipleNegativesRankingLoss
11
+ widget:
12
+ - source_sentence: '[YEAR_RANGE] 2020-2024 [TEXT] Vitamin B-6 Prevents Heart Failure
13
+ with Preserved Ejection Fraction Through Downstream of Kinase 3 in a Mouse Model.'
14
+ sentences:
15
+ - '[YEAR_RANGE] 2020-2024 [TEXT] Colorectal cancer (CRC) is a complex and genetically
16
+ heterogeneous disease presenting a specific metastatic pattern, with the liver
17
+ being the most common site of metastasis. Around 20%-25% of patients with CRC
18
+ will develop exclusively hepatic metastatic disease throughout their disease history.
19
+ With its specific characteristics and therapeutic options, liver-limited disease
20
+ (LLD) should be considered as a specific entity. The identification of these patients
21
+ is particularly relevant in view of the growing interest in liver transplantation
22
+ in selected patients with advanced CRC. Identifying why some patients will develop
23
+ only LLD remains a challenge, mainly because of a lack of a systemic understanding
24
+ of this complex and interlinked phenomenon given that cancer has traditionally
25
+ been investigated according to distinct physiological compartments. Recently,
26
+ multidisciplinary efforts and new diagnostic tools have made it possible to study
27
+ some of these complex issues in greater depth and may help identify targets and
28
+ specific treatment strategies to benefit these patients. In this review we analyze
29
+ the underlying biology and available tools to help clinicians better understand
30
+ this increasingly common and specific disease.'
31
+ - '[YEAR_RANGE] 2020-2024 [TEXT] PURPOSE: Secondary breast cancer is a frequent
32
+ late adverse event of mediastinal Hodgkin lymphoma radiotherapy. Secondary breast
33
+ cancers overwhelmingly correspond to ductal carcinoma and develop from the glandular
34
+ mammary tissue. In addition, during childhood, radiation overexposure of the glandular
35
+ tissue may lead to a late breast hypotrophy at adult age. The aim of this study
36
+ was to evaluate the radiation exposure to the glandular tissue in patients treated
37
+ for mediastinal Hodgkin lymphoma with intensity-modulated proton therapy, in order
38
+ to evaluate the potential dosimetric usefulness of its delineation for breast
39
+ sparing. MATERIALS AND METHODS: Sixteen consecutive intermediate-risk mediastinal
40
+ female patients with Hodgkin lymphoma treated with consolidation radiation with
41
+ deep inspiration breath hold intensity-modulated proton therapy to the total dose
42
+ of 30Gy were included. Breasts were delineated according to the European Society
43
+ for Radiotherapy and Oncology guidelines for treatment optimization ("clinical
44
+ organ at risk"). The glandular tissue ("glandular organ at risk") was retrospectively
45
+ contoured on the initial simulation CT scans based on Hounsfield unit (HU) values,
46
+ using a range between -80HU and 500HU. RESULTS: The mean and maximum doses delivered
47
+ to the glandular organ at risk were significantly lower than the mean and maximum
48
+ doses delivered to the clinical organ at risk, but were statistically correlated.
49
+ Glandular organ at risk volumes were significantly smaller. CONCLUSION: Optimizing
50
+ the treatment plans on the clinical breast contours will systematically lead to
51
+ overestimation of the dose received to the glandular tissue and, consequently,
52
+ to an indistinct and involuntary improved glandular tissue sparing. As such, our
53
+ findings do not support the consideration of the glandular tissue as an additional
54
+ organ at risk when planning intensity-modulated proton therapy for mediastinal
55
+ Hodgkin lymphoma in female patients.'
56
+ - '[YEAR_RANGE] 2020-2024 [TEXT] BACKGROUND: There is an urgent need to develop
57
+ an efficient therapeutic strategy for heart failure with preserved ejection fraction
58
+ (HFpEF), which is mediated by phenotypic changes in cardiac macrophages. We previously
59
+ reported that vitamin B-6 inhibits macrophage-mediated inflammasome activation.
60
+ OBJECTIVES: We sought to examine whether the prophylactic use of vitamin B-6 prevents
61
+ HFpEF. METHODS: HFpEF model was elicited by a combination of high-fat diet and
62
+ Nω-nitro-l-arginine methyl ester supplement in mice. Cardiac function was assessed
63
+ using conventional echocardiography and Doppler imaging. Immunohistochemistry
64
+ and immunoblotting were used to detect changes in the macrophage phenotype and
65
+ myocardial remodeling-related molecules. RESULTS: Co-administration of vitamin
66
+ B-6 with HFpEF mice mitigated HFpEF phenotypes, including diastolic dysfunction,
67
+ cardiac macrophage phenotypic shifts, fibrosis, and hypertrophy. Echocardiographic
68
+ improvements were observed, with the E/E'' ratio decreasing from 42.0 to 21.6
69
+ and the E/A ratio improving from 2.13 to 1.17. The exercise capacity also increased
70
+ from 295.3 to 657.7 min. However, these beneficial effects were negated in downstream
71
+ of kinase (DOK) 3-deficient mice. Mechanistically, vitamin B-6 increased DOK3
72
+ protein concentrations and inhibited macrophage phenotypic changes, which were
73
+ abrogated by an AMP-activated protein kinase inhibitor. CONCLUSIONS: Vitamin B-6
74
+ increases DOK3 signaling to lower risk of HFpEF by inhibiting phenotypic changes
75
+ in cardiac macrophages.'
76
+ - source_sentence: '[YEAR_RANGE] 2020-2024 [TEXT] Resolving phylogenetic relationships
77
+ and taxonomic revision in the Pseudogastromyzon (Cypriniformes, Gastromyzonidae)
78
+ genus: molecular and morphological evidence for a new genus, Labigastromyzon.'
79
+ sentences:
80
+ - '[YEAR_RANGE] 2020-2024 [TEXT] Bats contain a diverse spectrum of viral species
81
+ in their bodies. The RNA virus family Paramyxoviridae tends to infect several
82
+ vertebrate species, which are accountable for a variety of devastating infections
83
+ in both humans and animals. Viruses of this kind include measles, mumps, and Hendra.
84
+ Some synonymous codons are favoured over others in mRNAs during gene-to-protein
85
+ synthesis process. Such phenomenon is termed as codon usage bias (CUB). Our research
86
+ emphasized many aspects that shape the CUB of genes in the Paramyxoviridae family
87
+ found in bats. Here, the nitrogenous base A occurred the most. AT was found to
88
+ be abundant in the coding sequences of the Paramyxoviridae family. RSCU data revealed
89
+ that A or T ending codons occurred more frequently than predicted. Furthermore,
90
+ 3 overrepresented codons (CAT, AGA, and GCA) and 7 underrepresented codons (CCG,
91
+ TCG, CGC, CGG, CGT, GCG and ACG) were detected in the viral genomes. Correspondence
92
+ analysis, neutrality plot, and parity plots highlight the combined impact of mutational
93
+ pressure and natural selection on CUB. The neutrality plot of GC12 against GC3
94
+ yielded a regression coefficient value of 0.366, indicating that natural selection
95
+ had a significant (63.4 %) impact. Moreover, RNA editing analysis was done, which
96
+ revealed the highest frequency of C to T mutations. The results of our research
97
+ revealed the pattern of codon usage and RNA editing sites in Paramyxoviridae genomes.'
98
+ - '[YEAR_RANGE] 2020-2024 [TEXT] OBJECTIVE: The preoperative inclination angle of
99
+ mandibular incisors was crucial for surgical and postoperative stability while
100
+ the effect of proclined mandibular incisors on skeletal stability has not been
101
+ investigated. This study aimed to evaluate the effects of differences in presurgical
102
+ mandibular incisor inclination on skeletal stability after orthognathic surgery
103
+ in patients with skeletal Class III malocclusion. METHODS: A retrospective cohort
104
+ study of 80 consecutive patients with skeletal Class III malocclusion who underwent
105
+ bimaxillary orthognathic surgery was conducted. According to incisor mandibular
106
+ plane angle (IMPA), patients were divided into 3 groups: retroclined inclination
107
+ (IMPA < 87°), normal inclination (87° ≤ IMPA < 93°) and proclined inclination
108
+ (IMPA ≥ 93°). Preoperative characteristics, surgical changes and postoperative
109
+ stability were compared based on lateral cephalograms obtained 1 week before surgery
110
+ (T0), 1 week after surgery (T1), and at 6 to 12 months postoperatively (T2). RESULTS:
111
+ The mandible demonstrated a forward and upward relapse in all three groups. No
112
+ significant differences in skeletal relapse were observed in the 3 groups of patients.
113
+ However, the proclined inclination group showed a negative overbite tendency postoperatively
114
+ compared with the other two groups and a clinically significant mandibular relapse
115
+ pattern. Proclined IMPA both pre- and postoperatively was correlated with mandibular
116
+ relapse. CONCLUSION: Sufficient presurgical mandibular incisor decompensation
117
+ was of crucial importance for the maintenance of skeletal stability in patients
118
+ with skeletal Class III malocclusion who subsequently underwent orthognathic surgery.'
119
+ - '[YEAR_RANGE] 2020-2024 [TEXT] The Pseudogastromyzon genus, consisting of species
120
+ predominantly distributed throughout southeastern China, has garnered increasing
121
+ market attention in recent years due to its ornamental appeal. However, the overlapping
122
+ diagnostic attributes render the commonly accepted criteria for interspecific
123
+ identification unreliable, leaving the phylogenetic relationships among Pseudogastromyzon
124
+ species unexplored. In the present study, we undertake molecular phylogenetic
125
+ and morphological examinations of the Pseudogastromyzon genus. Our phylogenetic
126
+ analysis of mitochondrial genes distinctly segregated Pseudogastromyzon species
127
+ into two clades: the Pseudogastromyzon clade and the Labigastromyzon clade. A
128
+ subsequent morphological assessment revealed that the primary dermal ridge (specifically,
129
+ the second ridge) within the labial adhesive apparatus serves as an effective
130
+ and precise interspecific diagnostic characteristic. Moreover, the distributional
131
+ ranges of Pseudogastromyzon and Labigastromyzon are markedly distinct, exhibiting
132
+ only a narrow area of overlap. Considering the morphological heterogeneity of
133
+ the labial adhesive apparatus and the substantial division within the molecular
134
+ phylogeny, we advocate for the elevation of the Labigastromyzon subgenus to the
135
+ status of a separate genus. Consequently, we have ascertained the validity of
136
+ the Pseudogastromyzon and Labigastromyzon species, yielding a total of six valid
137
+ species. To facilitate future research, we present comprehensive descriptions
138
+ of the redefined species and introduce novel identification keys.'
139
+ - source_sentence: '[YEAR_RANGE] 2020-2024 [TEXT] PCa-RadHop: A transparent and lightweight
140
+ feed-forward method for clinically significant prostate cancer segmentation.'
141
+ sentences:
142
+ - '[YEAR_RANGE] 2020-2024 [TEXT] According to the importance of time in treatment
143
+ of thrombosis disorders, faster than current treatments are required. For the
144
+ first time, this research discloses a novel strategy for rapid dissolution of
145
+ blood clots by encapsulation of a fibrinolytic (Reteplase) into a Thrombin sensitive
146
+ shell formed by polymerization of acrylamide monomers and bisacryloylated peptide
147
+ as crosslinker. Degradability of the peptide units in exposure to Thrombin, creates
148
+ the Thrombin-sensitive Reteplase nanocapsules (TSRNPs) as a triggered release
149
+ system. Accelerated thrombolysis was achieved by combining three approaches including:
150
+ deep penetration of TSRNPs into the blood clots, changing the clot dissolution
151
+ mechanism by altering the distribution pattern of TSRNPs to 3D intra-clot distribution
152
+ (based on the distributed intra-clot thrombolysis (DIT) model) instead of peripheral
153
+ and unidirectional distribution of unencapsulated fibrinolytics and, enzyme-stimulated
154
+ release of the fibrinolytic. Ex-vivo study was carried out by an occluded tube
155
+ model that mimics in-vivo brain stroke as an emergency situation where faster
156
+ treatment in short time is a golden key. In in vivo, efficacy of the developed
157
+ formulation was confirmed by PET scan and laser Doppler flowmetry (LDF). As the
158
+ most important achievements, 40.0 ± 0.7 (n = 3) % and 37.0 ± 0.4 (n = 3) % reduction
159
+ in the thrombolysis time (faster reperfusion) were observed by ex-vivo and in-vivo
160
+ experiments, respectively. Higher blood flow and larger digestion mass of clot
161
+ at similar times in comparison to non-encapsulated Reteplase were observed that
162
+ means more effective thrombolysis by the developed strategy.'
163
+ - '[YEAR_RANGE] 2020-2024 [TEXT] Prostate Cancer is one of the most frequently occurring
164
+ cancers in men, with a low survival rate if not early diagnosed. PI-RADS reading
165
+ has a high false positive rate, thus increasing the diagnostic incurred costs
166
+ and patient discomfort. Deep learning (DL) models achieve a high segmentation
167
+ performance, although require a large model size and complexity. Also, DL models
168
+ lack of feature interpretability and are perceived as "black-boxes" in the medical
169
+ field. PCa-RadHop pipeline is proposed in this work, aiming to provide a more
170
+ transparent feature extraction process using a linear model. It adopts the recently
171
+ introduced Green Learning (GL) paradigm, which offers a small model size and low
172
+ complexity. PCa-RadHop consists of two stages: Stage-1 extracts data-driven radiomics
173
+ features from the bi-parametric Magnetic Resonance Imaging (bp-MRI) input and
174
+ predicts an initial heatmap. To reduce the false positive rate, a subsequent stage-2
175
+ is introduced to refine the predictions by including more contextual information
176
+ and radiomics features from each already detected Region of Interest (ROI). Experiments
177
+ on the largest publicly available dataset, PI-CAI, show a competitive performance
178
+ standing of the proposed method among other deep DL models, achieving an area
179
+ under the curve (AUC) of 0.807 among a cohort of 1,000 patients. Moreover, PCa-RadHop
180
+ maintains orders of magnitude smaller model size and complexity.'
181
+ - '[YEAR_RANGE] 2020-2024 [TEXT] OBJECTIVE: To evaluate rates of remission, recovery,
182
+ relapse, and recurrence in suicidal youth who participated in a clinical trial
183
+ comparing Dialectical Behavior Therapy (DBT) and Individual and Group Supportive
184
+ Therapy (IGST). METHOD: Participants were 173 youth, aged 12 to 18 years, with
185
+ repetitive self-harm (including at least 1 prior suicide attempt [SA]) and elevated
186
+ suicidal ideation (SI). Participants received 6 months of DBT or IGST and were
187
+ followed for 6 months post-treatment. The sample was 95% female, 56.4% White,
188
+ and 27.49% Latina. Remission was defined as absence of SA or nonsuicidal self-injury
189
+ (NSSI) across one 3-month interval; recovery was defined across 2 or more consecutive
190
+ intervals. Relapse and recurrence were defined as SA or NSSI following remission
191
+ or recovery. Cross-tabulation with χ2 was used for between-group contrasts. RESULTS:
192
+ Over 70% of the sample reported remission of SA at each treatment and follow-up
193
+ interval. There were significantly higher rates of remission and recovery and
194
+ lower rates of relapse and recurrence for SA in DBT than for IGST. Across treatments
195
+ and time points, SA had higher remission and recovery rates and lower relapse
196
+ and recurrence rates than NSSI. There were no significant differences in NSSI
197
+ remission between conditions; however, participants receiving DBT had significantly
198
+ higher NSSI recovery rates than those receiving IGST for the 3- to 9-month, 3-
199
+ to 12-month, and 6- to 12-month intervals. CONCLUSION: Results showed higher percentages
200
+ of SA remission and recovery for DBT as compared to IGST. NSSI was less likely
201
+ to remit than SA. PLAIN LANGUAGE SUMMARY: This study examined rates of remission,
202
+ recovery, relapse, and recurrence of suicide attempts (SA) and nonsuicidal self-injury
203
+ (NSSI) among the participants in the CARES Study, a randomized clinical trial
204
+ of 6 months of Dialectical Behavior Therapy or Individual and Group Supportive
205
+ Therapy. 173 youth aged 12 to 18 years participated in the study and were followed
206
+ for 6 months post treatment. Over 70% of the sample reported remission of SA at
207
+ each treatment and follow-up interval. There were significantly higher rates of
208
+ remission and recovery and lower rates of relapse and recurrence for SA among
209
+ participants who received Dialectical Behavioral Therapy. Across both treatments,
210
+ remission and recovery rates were lower and relapse and recurrence rates were
211
+ higher for NSSI than for SA. These results underscore the value of Dialectical
212
+ Behavioral Therapy as a first line treatment for youth at high risk for suicide.
213
+ DIVERSITY & INCLUSION STATEMENT: We worked to ensure race, ethnic, and/or other
214
+ types of diversity in the recruitment of human participants. CLINICAL TRIAL REGISTRATION
215
+ INFORMATION: Collaborative Adolescent Research on Emotions and Suicide (CARES);
216
+ https://www. CLINICALTRIALS: gov/; NCT01528020.'
217
+ - source_sentence: '[YEAR_RANGE] 2020-2024 [TEXT] Predicting Recovery After Concussion
218
+ in Pediatric Patients: A Meta-Analysis.'
219
+ sentences:
220
+ - '[YEAR_RANGE] 2020-2024 [TEXT] OBJECTIVE: The authors examined licensing requirements
221
+ for select children''s behavioral health care providers. METHODS: Statutes and
222
+ regulations as of October 2021 were reviewed for licensed clinical social workers,
223
+ licensed professional counselors, and licensed marriage and family therapists
224
+ for all 50 U.S. states and the District of Columbia. RESULTS: All jurisdictions
225
+ had laws regarding postgraduate training and license portability. No jurisdiction
226
+ included language about specialized postgraduate training related to serving children
227
+ and families or cultural competence. Other policies that related to the structure,
228
+ composition, and authority of licensing boards varied across states and licensure
229
+ types. CONCLUSIONS: In their efforts to address barriers to licensure, expand
230
+ the workforce, and ensure that children have access to high-quality and culturally
231
+ responsive care, states could consider their statutes and regulations.'
232
+ - '[YEAR_RANGE] 2020-2024 [TEXT] Magnetic Resonance Imaging (MRI) plays a pivotal
233
+ role in the accurate measurement of brain subcortical structures in macaques,
234
+ which is crucial for unraveling the complexities of brain structure and function,
235
+ thereby enhancing our understanding of neurodegenerative diseases and brain development.
236
+ However, due to significant differences in brain size, structure, and imaging
237
+ characteristics between humans and macaques, computational tools developed for
238
+ human neuroimaging studies often encounter obstacles when applied to macaques.
239
+ In this context, we propose an Anatomy Attentional Fusion Network (AAF-Net), which
240
+ integrates multimodal MRI data with anatomical constraints in a multi-scale framework
241
+ to address the challenges posed by the dynamic development, regional heterogeneity,
242
+ and age-related size variations of the juvenile macaque brain, thus achieving
243
+ precise subcortical segmentation. Specifically, we generate a Signed Distance
244
+ Map (SDM) based on the initial rough segmentation of the subcortical region by
245
+ a network as an anatomical constraint, providing comprehensive information on
246
+ positions, structures, and morphology. Then we construct AAF-Net to fully fuse
247
+ the SDM anatomical constraints and multimodal images for refined segmentation.
248
+ To thoroughly evaluate the performance of our proposed tool, over 700 macaque
249
+ MRIs from 19 datasets were used in this study. Specifically, we employed two manually
250
+ labeled longitudinal macaque datasets to develop the tool and complete four-fold
251
+ cross-validations. Furthermore, we incorporated various external datasets to demonstrate
252
+ the proposed tool''s generalization capabilities and promise in brain development
253
+ research. We have made this tool available as an open-source resource at https://github.com/TaoZhong11/Macaque_subcortical_segmentation
254
+ for direct application.'
255
+ - '[YEAR_RANGE] 2020-2024 [TEXT] CONTEXT: Prognostic prediction models (PPMs) can
256
+ help clinicians predict outcomes. OBJECTIVE: To critically examine peer-reviewed
257
+ PPMs predicting delayed recovery among pediatric patients with concussion. DATA
258
+ SOURCES: Ovid Medline, Embase, Ovid PsycInfo, Web of Science Core Collection,
259
+ Cumulative Index to Nursing and Allied Health Literature, Cochrane Library, Google
260
+ Scholar. STUDY SELECTION: The study had to report a PPM for pediatric patients
261
+ to be used within 28 days of injury to estimate risk of delayed recovery at 28
262
+ days to 1 year postinjury. Studies had to have at least 30 participants. DATA
263
+ EXTRACTION: The Critical Appraisal and Data Extraction for Systematic Reviews
264
+ of Prediction Modeling Studies checklist was completed. RESULTS: Six studies of
265
+ 13 PPMs were included. These studies primarily reflected male patients in late
266
+ childhood or early adolescence presenting to an emergency department meeting the
267
+ Concussion in Sport Group concussion criteria. No study authors used the same
268
+ outcome definition nor evaluated the clinical utility of a model. All studies
269
+ demonstrated high risk of bias. Quality of evidence was best for the Predicting
270
+ and Preventing Postconcussive Problems in Pediatrics (5P) clinical risk score.
271
+ LIMITATIONS: No formal PPM Grading of Recommendations, Assessment, Development,
272
+ and Evaluations (GRADE) process exists. CONCLUSIONS: The 5P clinical risk score
273
+ may be considered for clinical use. Rigorous external validations, particularly
274
+ in other settings, are needed. The remaining PPMs require external validation.
275
+ Lack of consensus regarding delayed recovery criteria limits these PPMs.'
276
+ - source_sentence: '[YEAR_RANGE] 2020-2024 [TEXT] Intraoperative Monitoring of the
277
+ External Urethral Sphincter Reflex: A Novel Adjunct to Bulbocavernosus Reflex
278
+ Neuromonitoring for Protecting the Sacral Neural Pathways Responsible for Urination,
279
+ Defecation and Sexual Function.'
280
+ sentences:
281
+ - '[YEAR_RANGE] 2020-2024 [TEXT] Early menarche has been associated with adverse
282
+ health outcomes, such as depressive symptoms. Discovering effect modifiers across
283
+ these conditions in the pediatric population is a constant challenge. We tested
284
+ whether movement behaviours modified the effect of the association between early
285
+ menarche and depression symptoms among adolescents. This cross-sectional study
286
+ included 2031 females aged 15-19 years across all Brazilian geographic regions.
287
+ Data were collected using a self-administered questionnaire; 30.5% (n = 620) reported
288
+ having experienced menarche before age 12 years (that is, early menarche). We
289
+ used the Patient Health Questionnaire (PHQ-9) to evaluate depressive symptoms.
290
+ Accruing any moderate-vigorous physical activity during leisure time, limited
291
+ recreational screen time, and having good sleep quality were the exposures investigated.
292
+ Adolescents who experienced early menarche and met one (B: -4.45, 95% CI: (-5.38,
293
+ -3.51)), two (B: -6.07 (-7.02, -5.12)), or three (B: -6.49 (-7.76, -5.21)), and
294
+ adolescents who experienced not early menarche and met one (B: -5.33 (-6.20; -4.46)),
295
+ two (B: -6.12 (-6.99; -5.24)), or three (B: -6.27 (-7.30; -5.24)) of the movement
296
+ behaviour targets had lower PHQ-9 scores for depression symptoms than adolescents
297
+ who experienced early menarche and did not meet any of the movement behaviours.
298
+ The disparities in depressive symptoms among the adolescents (early menarche versus
299
+ not early menarche) who adhered to all three target behaviours were not statistically
300
+ significant (B: 0.41 (-0.19; 1.01)). Adherence to movement behaviours modified
301
+ the effect of the association between early menarche and depression symptoms.'
302
+ - '[YEAR_RANGE] 2020-2024 [TEXT] PURPOSE: Intraoperative bulbocavernosus reflex
303
+ neuromonitoring has been utilized to protect bowel, bladder, and sexual function,
304
+ providing a continuous functional assessment of the somatic sacral nervous system
305
+ during surgeries where it is at risk. Bulbocavernosus reflex data may also provide
306
+ additional functional insight, including an evaluation for spinal shock, distinguishing
307
+ upper versus lower motor neuron injury (conus versus cauda syndromes) and prognosis
308
+ for postoperative bowel and bladder function. Continuous intraoperative bulbocavernosus
309
+ reflex monitoring has been utilized to provide the surgeon with an ongoing functional
310
+ assessment of the anatomical elements involved in the S2-S4 mediated reflex arc
311
+ including the conus, cauda equina and pudendal nerves. Intraoperative bulbocavernosus
312
+ reflex monitoring typically includes the electrical activation of the dorsal nerves
313
+ of the genitals to initiate the afferent component of the reflex, followed by
314
+ recording the resulting muscle response using needle electromyography recordings
315
+ from the external anal sphincter. METHODS: Herein we describe a complementary
316
+ and novel technique that includes recording electromyography responses from the
317
+ external urethral sphincter to monitor the external urethral sphincter reflex.
318
+ Specialized foley catheters embedded with recording electrodes have recently become
319
+ commercially available that provide the ability to perform intraoperative external
320
+ urethral sphincter muscle recordings. RESULTS: We describe technical details and
321
+ the potential utility of incorporating external urethral sphincter reflex recordings
322
+ into existing sacral neuromonitoring paradigms to provide redundant yet complementary
323
+ data streams. CONCLUSIONS: We present two illustrative neurosurgical oncology
324
+ cases to demonstrate the utility of the external urethral sphincter reflex technique
325
+ in the setting of the necessary surgical sacrifice of sacral nerve roots.'
326
+ - '[YEAR_RANGE] 2020-2024 [TEXT] BACKGROUND: Limited data are available on the appropriate
327
+ choice of blood pressure management strategy for patients with acute basilar artery
328
+ occlusion assessed by the standard deviation (SD). Multivariate logistic models
329
+ were used to investigate the association between BPV, the primary outcome (futile
330
+ recanalization, 90-day modified Rankin Scale score 3-6), and the secondary outcome
331
+ (30-day mortality). Subgroup analysis was performed as a sensitivity test. RESULTS:
332
+ Futile recanalization occurred in 60 (56 %) patients, while 26 (24 %) patients
333
+ died within 30 days. In the fully adjusted model, MAP SD was associated with a
334
+ higher risk of futile recanalization (OR adj=1.36, per 1 mmHg increase, 95 % CI:
335
+ 1.09-1.69, P=0.006) and 30-day mortality (OR adj=1.56, per 1 mmHg increase, 95
336
+ % CI: 1.20-2.04, P=0.001). A significant interaction between MAP SD and the lack
337
+ of hypertension history on futile recanalization (P<0.05) was observed. CONCLUSIONS:
338
+ Among recanalized acute BAO ischemic patients, higher blood pressure variability
339
+ during the first 24 h after MT was associated with worse outcomes. This association
340
+ was stronger in patients without a history of hypertension.'
341
+ ---
342
+
343
+ # SentenceTransformer
344
+
345
+ This is a [sentence-transformers](https://www.SBERT.net) model trained on the parquet dataset. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
346
+
347
+ ## Model Details
348
+
349
+ ### Model Description
350
+ - **Model Type:** Sentence Transformer
351
+ <!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
352
+ - **Maximum Sequence Length:** 1024 tokens
353
+ - **Output Dimensionality:** 384 tokens
354
+ - **Similarity Function:** Cosine Similarity
355
+ - **Training Dataset:**
356
+ - parquet
357
+ <!-- - **Language:** Unknown -->
358
+ <!-- - **License:** Unknown -->
359
+
360
+ ### Model Sources
361
+
362
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
363
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
364
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
365
+
366
+ ### Full Model Architecture
367
+
368
+ ```
369
+ SentenceTransformer(
370
+ (0): Transformer({'max_seq_length': 1024, 'do_lower_case': False}) with Transformer model: BertModel
371
+ (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
372
+ )
373
+ ```
374
+
375
+ ## Usage
376
+
377
+ ### Direct Usage (Sentence Transformers)
378
+
379
+ First install the Sentence Transformers library:
380
+
381
+ ```bash
382
+ pip install -U sentence-transformers
383
+ ```
384
+
385
+ Then you can load this model and run inference.
386
+ ```python
387
+ from sentence_transformers import SentenceTransformer
388
+
389
+ # Download from the 🤗 Hub
390
+ model = SentenceTransformer("pankajrajdeo/UMLS-Pubmed-TCE-Epoch-3")
391
+ # Run inference
392
+ sentences = [
393
+ '[YEAR_RANGE] 2020-2024 [TEXT] Intraoperative Monitoring of the External Urethral Sphincter Reflex: A Novel Adjunct to Bulbocavernosus Reflex Neuromonitoring for Protecting the Sacral Neural Pathways Responsible for Urination, Defecation and Sexual Function.',
394
+ '[YEAR_RANGE] 2020-2024 [TEXT] PURPOSE: Intraoperative bulbocavernosus reflex neuromonitoring has been utilized to protect bowel, bladder, and sexual function, providing a continuous functional assessment of the somatic sacral nervous system during surgeries where it is at risk. Bulbocavernosus reflex data may also provide additional functional insight, including an evaluation for spinal shock, distinguishing upper versus lower motor neuron injury (conus versus cauda syndromes) and prognosis for postoperative bowel and bladder function. Continuous intraoperative bulbocavernosus reflex monitoring has been utilized to provide the surgeon with an ongoing functional assessment of the anatomical elements involved in the S2-S4 mediated reflex arc including the conus, cauda equina and pudendal nerves. Intraoperative bulbocavernosus reflex monitoring typically includes the electrical activation of the dorsal nerves of the genitals to initiate the afferent component of the reflex, followed by recording the resulting muscle response using needle electromyography recordings from the external anal sphincter. METHODS: Herein we describe a complementary and novel technique that includes recording electromyography responses from the external urethral sphincter to monitor the external urethral sphincter reflex. Specialized foley catheters embedded with recording electrodes have recently become commercially available that provide the ability to perform intraoperative external urethral sphincter muscle recordings. RESULTS: We describe technical details and the potential utility of incorporating external urethral sphincter reflex recordings into existing sacral neuromonitoring paradigms to provide redundant yet complementary data streams. CONCLUSIONS: We present two illustrative neurosurgical oncology cases to demonstrate the utility of the external urethral sphincter reflex technique in the setting of the necessary surgical sacrifice of sacral nerve roots.',
395
+ '[YEAR_RANGE] 2020-2024 [TEXT] Early menarche has been associated with adverse health outcomes, such as depressive symptoms. Discovering effect modifiers across these conditions in the pediatric population is a constant challenge. We tested whether movement behaviours modified the effect of the association between early menarche and depression symptoms among adolescents. This cross-sectional study included 2031 females aged 15-19 years across all Brazilian geographic regions. Data were collected using a self-administered questionnaire; 30.5% (n = 620) reported having experienced menarche before age 12 years (that is, early menarche). We used the Patient Health Questionnaire (PHQ-9) to evaluate depressive symptoms. Accruing any moderate-vigorous physical activity during leisure time, limited recreational screen time, and having good sleep quality were the exposures investigated. Adolescents who experienced early menarche and met one (B: -4.45, 95% CI: (-5.38, -3.51)), two (B: -6.07 (-7.02, -5.12)), or three (B: -6.49 (-7.76, -5.21)), and adolescents who experienced not early menarche and met one (B: -5.33 (-6.20; -4.46)), two (B: -6.12 (-6.99; -5.24)), or three (B: -6.27 (-7.30; -5.24)) of the movement behaviour targets had lower PHQ-9 scores for depression symptoms than adolescents who experienced early menarche and did not meet any of the movement behaviours. The disparities in depressive symptoms among the adolescents (early menarche versus not early menarche) who adhered to all three target behaviours were not statistically significant (B: 0.41 (-0.19; 1.01)). Adherence to movement behaviours modified the effect of the association between early menarche and depression symptoms.',
396
+ ]
397
+ embeddings = model.encode(sentences)
398
+ print(embeddings.shape)
399
+ # [3, 384]
400
+
401
+ # Get the similarity scores for the embeddings
402
+ similarities = model.similarity(embeddings, embeddings)
403
+ print(similarities.shape)
404
+ # [3, 3]
405
+ ```
406
+
407
+ <!--
408
+ ### Direct Usage (Transformers)
409
+
410
+ <details><summary>Click to see the direct usage in Transformers</summary>
411
+
412
+ </details>
413
+ -->
414
+
415
+ <!--
416
+ ### Downstream Usage (Sentence Transformers)
417
+
418
+ You can finetune this model on your own dataset.
419
+
420
+ <details><summary>Click to expand</summary>
421
+
422
+ </details>
423
+ -->
424
+
425
+ <!--
426
+ ### Out-of-Scope Use
427
+
428
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
429
+ -->
430
+
431
+ <!--
432
+ ## Bias, Risks and Limitations
433
+
434
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
435
+ -->
436
+
437
+ <!--
438
+ ### Recommendations
439
+
440
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
441
+ -->
442
+
443
+ ## Training Details
444
+
445
+ ### Training Dataset
446
+
447
+ #### parquet
448
+
449
+ * Dataset: parquet
450
+ * Size: 26,147,930 training samples
451
+ * Columns: <code>anchor</code> and <code>positive</code>
452
+ * Approximate statistics based on the first 1000 samples:
453
+ | | anchor | positive |
454
+ |:--------|:------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
455
+ | type | string | string |
456
+ | details | <ul><li>min: 28 tokens</li><li>mean: 57.85 tokens</li><li>max: 149 tokens</li></ul> | <ul><li>min: 43 tokens</li><li>mean: 319.08 tokens</li><li>max: 1024 tokens</li></ul> |
457
+ * Samples:
458
+ | anchor | positive |
459
+ |:---------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
460
+ | <code>[YEAR_RANGE] 1880-1884 [TEXT] ADDRESS OF COL. GARRICK MALLERY, U. S. ARMY.</code> | <code>[YEAR_RANGE] 1880-1884 [TEXT] It may be conceded that after man had all his present faculties, he did not choose between the adoption of voice and gesture, and never with those faculties, was in a state where the one was used, to the absolute exclusion of the other. The epoch, however, to which our speculations relate is that in which he had not reached the present symmetric development of his intellect and of his bodily organs, and the inquiry is: Which mode of communication was earliest adopted to his single wants and informed intelligence? With the voice he could imitate distinictively but few sounds of nature, while with gesture he could exhibit actions, motions, positions, forms, dimensions, directions and distances, with their derivations and analogues. It would seem from this unequal division of capacity that oral speech remained rudimentary long after gesture had become an efficient mode of communication. With due allowance for all purely imitative sounds, and for the spontaneous action of vocal organs under excitement, it appears that the connection between ideas and words is only to be explained by a compact between speaker and hearer which supposes the existence of a prior mode of communication. This was probably by gesture. At least we may accept it as a clew leading out of the labyrinth of philological confusion, and regulating the immemorial quest of man's primitive speech.</code> |
461
+ | <code>[YEAR_RANGE] 1880-1884 [TEXT] How TO OBTAIN THE BRAIN OF THE CAT.</code> | <code>[YEAR_RANGE] 1880-1884 [TEXT] How to obtain the Brain of the Cat, (Wilder).-Correction: Page 158, second column, line 7, "grains," should be "grams;" page 159, near middle of 2nd column, "successily," should be "successively;" page 161, the number of Flower's paper is 3.</code> |
462
+ | <code>[YEAR_RANGE] 1880-1884 [TEXT] DOLBEAR ON THE NATURE AND CONSTITUTION OF MATTER.</code> | <code>[YEAR_RANGE] 1880-1884 [TEXT] Mr. Dopp desires to make the following correction in his paper in the last issue: "In my article on page 200 of "Science", the expression and should have been and being the velocity of light.</code> |
463
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
464
+ ```json
465
+ {
466
+ "scale": 20.0,
467
+ "similarity_fct": "cos_sim"
468
+ }
469
+ ```
470
+
471
+ ### Evaluation Dataset
472
+
473
+ #### parquet
474
+
475
+ * Dataset: parquet
476
+ * Size: 26,147,930 evaluation samples
477
+ * Columns: <code>anchor</code> and <code>positive</code>
478
+ * Approximate statistics based on the first 1000 samples:
479
+ | | anchor | positive |
480
+ |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
481
+ | type | string | string |
482
+ | details | <ul><li>min: 27 tokens</li><li>mean: 43.78 tokens</li><li>max: 90 tokens</li></ul> | <ul><li>min: 28 tokens</li><li>mean: 315.03 tokens</li><li>max: 847 tokens</li></ul> |
483
+ * Samples:
484
+ | anchor | positive |
485
+ |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
486
+ | <code>[YEAR_RANGE] 2020-2024 [TEXT] Solubility and thermodynamics of mesalazine in aqueous mixtures of poly ethylene glycol 200/600 at 293.2-313.2K.</code> | <code>[YEAR_RANGE] 2020-2024 [TEXT] In this study, the solubility of mesalazine was investigated in binary solvent mixtures of poly ethylene glycols 200/600 and water at temperatures ranging from 293.2K to 313.2K. The solubility of mesalazine was determined using a shake-flask method, and its concentrations were measured using a UV-Vis spectrophotometer. The obtained solubility data were analyzed using mathematical models including the van't Hoff, Jouyban-Acree, Jouyban-Acree-van't Hoff, mixture response surface, and modified Wilson models. The experimental data obtained for mesalazine dissolution encompassed various thermodynamic properties, including ΔG°, ΔH°, ΔS°, and TΔS°. These properties offer valuable insights into the energetic aspects of the dissolution process and were calculated based on the van't Hoff equation.</code> |
487
+ | <code>[YEAR_RANGE] 2020-2024 [TEXT] Safety and efficacy of remimazolam versus propofol during EUS: a multicenter randomized controlled study.</code> | <code>[YEAR_RANGE] 2020-2024 [TEXT] BACKGROUND AND AIMS: Propofol, a widely used sedative in GI endoscopic procedures, is associated with cardiorespiratory suppression. Remimazolam is a novel ultrashort-acting benzodiazepine sedative with rapid onset and minimal cardiorespiratory depression. This study compared the safety and efficacy of remimazolam and propofol during EUS procedures. METHODS: A multicenter randomized controlled study was conducted between October 2022 and March 2023 in patients who underwent EUS procedures. Patients were randomly assigned to receive either remimazolam or propofol as a sedative agent. The primary endpoint was cardiorespiratory adverse events.</code> |
488
+ | <code>[YEAR_RANGE] 2020-2024 [TEXT] Ultrasound-Guided Vs Non-Guided Prolotherapy for Internal Derangement of Temporomandibular Joint. A Randomized Clinical Trial.</code> | <code>[YEAR_RANGE] 2020-2024 [TEXT] OBJECTIVES: This randomized clinical trial study aims to compare ultrasound-guided versus non-guided Dextrose 10% injections in patients suffering from internal derangement in the temporomandibular joint (TMJ). MATERIAL AND METHODS: The study population included 22 patients and 43 TMJs suffering from unilateral or bilateral TMJ painful clicking, magnetic resonance imaging (MRI) proved disc displacement with reduction (DDWR), refractory to or failed conservative treatment. The patients were divided randomly into two groups (non-guided and ultrasound (US)-guided groups). The procedure involved injection of 2 mL solution of a mixture of 0.75 mL 0.9% normal saline solution, 0.3 mL 2% lidocaine and 0.75 mL dextrose 10% using a 25G needle in the joint and 1 mL intramuscular injection to the masseter muscle at the most tender point. The Visual Analogue Score (VAS) was used to compare joint pain intensity over four different periods, beginning with pre-injection, 1-, 2-, and 6-months postinjection. RESULTS: Twenty-two patients 5 males (n = 5/22, 22.7%) and 17 females (n = 17/22, 77.2%) were included in this study. The mean age was 27.3 ± 7.4 years (30.2 ± 7.0) for the non-guided group and 24.3 ± 6.9 for the US-guided group. The dextrose injection reduced intensity over time in both groups with statistically significant improvement (P value <.05) at 2 and 6 months in both groups. There was no statistically significant difference in VAS assessment between both groups. CONCLUSION: Intra-articular injection of dextrose 10% for patients with painful clicking and DDWR resulted in reduced pain intensity in both US-guided and non-guided groups with significant symptomatic improvement over time in both groups. US guidance allowed accurate anatomical localization and safe procedure with a single joint puncture.</code> |
489
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
490
+ ```json
491
+ {
492
+ "scale": 20.0,
493
+ "similarity_fct": "cos_sim"
494
+ }
495
+ ```
496
+
497
+ ### Training Hyperparameters
498
+ #### Non-Default Hyperparameters
499
+
500
+ - `eval_strategy`: steps
501
+ - `per_device_train_batch_size`: 128
502
+ - `learning_rate`: 2e-05
503
+ - `num_train_epochs`: 5
504
+ - `max_steps`: 970330
505
+ - `log_level`: info
506
+ - `fp16`: True
507
+ - `dataloader_num_workers`: 16
508
+ - `load_best_model_at_end`: True
509
+ - `resume_from_checkpoint`: True
510
+
511
+ #### All Hyperparameters
512
+ <details><summary>Click to expand</summary>
513
+
514
+ - `overwrite_output_dir`: False
515
+ - `do_predict`: False
516
+ - `eval_strategy`: steps
517
+ - `prediction_loss_only`: True
518
+ - `per_device_train_batch_size`: 128
519
+ - `per_device_eval_batch_size`: 8
520
+ - `per_gpu_train_batch_size`: None
521
+ - `per_gpu_eval_batch_size`: None
522
+ - `gradient_accumulation_steps`: 1
523
+ - `eval_accumulation_steps`: None
524
+ - `torch_empty_cache_steps`: None
525
+ - `learning_rate`: 2e-05
526
+ - `weight_decay`: 0.0
527
+ - `adam_beta1`: 0.9
528
+ - `adam_beta2`: 0.999
529
+ - `adam_epsilon`: 1e-08
530
+ - `max_grad_norm`: 1.0
531
+ - `num_train_epochs`: 5
532
+ - `max_steps`: 970330
533
+ - `lr_scheduler_type`: linear
534
+ - `lr_scheduler_kwargs`: {}
535
+ - `warmup_ratio`: 0.0
536
+ - `warmup_steps`: 0
537
+ - `log_level`: info
538
+ - `log_level_replica`: warning
539
+ - `log_on_each_node`: True
540
+ - `logging_nan_inf_filter`: True
541
+ - `save_safetensors`: True
542
+ - `save_on_each_node`: False
543
+ - `save_only_model`: False
544
+ - `restore_callback_states_from_checkpoint`: False
545
+ - `no_cuda`: False
546
+ - `use_cpu`: False
547
+ - `use_mps_device`: False
548
+ - `seed`: 42
549
+ - `data_seed`: None
550
+ - `jit_mode_eval`: False
551
+ - `use_ipex`: False
552
+ - `bf16`: False
553
+ - `fp16`: True
554
+ - `fp16_opt_level`: O1
555
+ - `half_precision_backend`: auto
556
+ - `bf16_full_eval`: False
557
+ - `fp16_full_eval`: False
558
+ - `tf32`: None
559
+ - `local_rank`: 0
560
+ - `ddp_backend`: None
561
+ - `tpu_num_cores`: None
562
+ - `tpu_metrics_debug`: False
563
+ - `debug`: []
564
+ - `dataloader_drop_last`: False
565
+ - `dataloader_num_workers`: 16
566
+ - `dataloader_prefetch_factor`: None
567
+ - `past_index`: -1
568
+ - `disable_tqdm`: False
569
+ - `remove_unused_columns`: True
570
+ - `label_names`: None
571
+ - `load_best_model_at_end`: True
572
+ - `ignore_data_skip`: False
573
+ - `fsdp`: []
574
+ - `fsdp_min_num_params`: 0
575
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
576
+ - `fsdp_transformer_layer_cls_to_wrap`: None
577
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
578
+ - `deepspeed`: None
579
+ - `label_smoothing_factor`: 0.0
580
+ - `optim`: adamw_torch
581
+ - `optim_args`: None
582
+ - `adafactor`: False
583
+ - `group_by_length`: False
584
+ - `length_column_name`: length
585
+ - `ddp_find_unused_parameters`: None
586
+ - `ddp_bucket_cap_mb`: None
587
+ - `ddp_broadcast_buffers`: False
588
+ - `dataloader_pin_memory`: True
589
+ - `dataloader_persistent_workers`: False
590
+ - `skip_memory_metrics`: True
591
+ - `use_legacy_prediction_loop`: False
592
+ - `push_to_hub`: False
593
+ - `resume_from_checkpoint`: True
594
+ - `hub_model_id`: None
595
+ - `hub_strategy`: every_save
596
+ - `hub_private_repo`: False
597
+ - `hub_always_push`: False
598
+ - `gradient_checkpointing`: False
599
+ - `gradient_checkpointing_kwargs`: None
600
+ - `include_inputs_for_metrics`: False
601
+ - `eval_do_concat_batches`: True
602
+ - `fp16_backend`: auto
603
+ - `push_to_hub_model_id`: None
604
+ - `push_to_hub_organization`: None
605
+ - `mp_parameters`:
606
+ - `auto_find_batch_size`: False
607
+ - `full_determinism`: False
608
+ - `torchdynamo`: None
609
+ - `ray_scope`: last
610
+ - `ddp_timeout`: 1800
611
+ - `torch_compile`: False
612
+ - `torch_compile_backend`: None
613
+ - `torch_compile_mode`: None
614
+ - `dispatch_batches`: None
615
+ - `split_batches`: None
616
+ - `include_tokens_per_second`: False
617
+ - `include_num_input_tokens_seen`: False
618
+ - `neftune_noise_alpha`: None
619
+ - `optim_target_modules`: None
620
+ - `batch_eval_metrics`: False
621
+ - `eval_on_start`: False
622
+ - `eval_use_gather_object`: False
623
+ - `batch_sampler`: batch_sampler
624
+ - `multi_dataset_batch_sampler`: proportional
625
+
626
+ </details>
627
+
628
+ ### Training Logs
629
+ <details><summary>Click to expand</summary>
630
+
631
+ | Epoch | Step | Training Loss | Validation Loss |
632
+ |:------:|:------:|:-------------:|:---------------:|
633
+ | 0.0000 | 1 | 5.9163 | - |
634
+ | 0.0052 | 1000 | 0.6371 | - |
635
+ | 0.0103 | 2000 | 0.1741 | - |
636
+ | 0.0155 | 3000 | 0.1606 | - |
637
+ | 0.0206 | 4000 | 0.1496 | - |
638
+ | 0.0258 | 5000 | 0.111 | - |
639
+ | 0.0309 | 6000 | 0.1198 | - |
640
+ | 0.0361 | 7000 | 0.1047 | - |
641
+ | 0.0412 | 8000 | 0.1002 | - |
642
+ | 0.0464 | 9000 | 0.0991 | - |
643
+ | 0.0515 | 10000 | 0.1142 | - |
644
+ | 0.0567 | 11000 | 0.1027 | - |
645
+ | 0.0618 | 12000 | 0.0752 | - |
646
+ | 0.0670 | 13000 | 0.1036 | - |
647
+ | 0.0721 | 14000 | 0.1114 | - |
648
+ | 0.0773 | 15000 | 0.0701 | - |
649
+ | 0.0824 | 16000 | 0.1623 | - |
650
+ | 0.0876 | 17000 | 0.0727 | - |
651
+ | 0.0928 | 18000 | 0.1121 | - |
652
+ | 0.0979 | 19000 | 0.0684 | - |
653
+ | 0.1031 | 20000 | 0.1327 | - |
654
+ | 0.1082 | 21000 | 0.0755 | - |
655
+ | 0.1134 | 22000 | 0.1293 | - |
656
+ | 0.1185 | 23000 | 0.0661 | - |
657
+ | 0.1237 | 24000 | 0.0797 | - |
658
+ | 0.1288 | 25000 | 0.063 | - |
659
+ | 0.1340 | 26000 | 0.1324 | - |
660
+ | 0.1391 | 27000 | 0.0708 | - |
661
+ | 0.1443 | 28000 | 0.1386 | - |
662
+ | 0.1494 | 29000 | 0.0691 | - |
663
+ | 0.1546 | 30000 | 0.143 | - |
664
+ | 0.1597 | 31000 | 0.0644 | - |
665
+ | 0.1649 | 32000 | 0.1065 | - |
666
+ | 0.1700 | 33000 | 0.1089 | - |
667
+ | 0.1752 | 34000 | 0.0737 | - |
668
+ | 0.1804 | 35000 | 0.1431 | - |
669
+ | 0.1855 | 36000 | 0.069 | - |
670
+ | 0.1907 | 37000 | 0.0756 | - |
671
+ | 0.1958 | 38000 | 0.1252 | - |
672
+ | 0.2010 | 39000 | 0.0768 | - |
673
+ | 0.2061 | 40000 | 0.1255 | - |
674
+ | 0.2113 | 41000 | 0.0849 | - |
675
+ | 0.2164 | 42000 | 0.072 | - |
676
+ | 0.2216 | 43000 | 0.1171 | - |
677
+ | 0.2267 | 44000 | 0.072 | - |
678
+ | 0.2319 | 45000 | 0.0818 | - |
679
+ | 0.2370 | 46000 | 0.0988 | - |
680
+ | 0.2422 | 47000 | 0.066 | - |
681
+ | 0.2473 | 48000 | 0.0829 | - |
682
+ | 0.2525 | 49000 | 0.0907 | - |
683
+ | 0.2576 | 50000 | 0.075 | - |
684
+ | 0.2628 | 51000 | 0.0653 | - |
685
+ | 0.2679 | 52000 | 0.0667 | - |
686
+ | 0.2731 | 53000 | 0.0906 | - |
687
+ | 0.2783 | 54000 | 0.0803 | - |
688
+ | 0.2834 | 55000 | 0.0568 | - |
689
+ | 0.2886 | 56000 | 0.0665 | - |
690
+ | 0.2937 | 57000 | 0.0629 | - |
691
+ | 0.2989 | 58000 | 0.0665 | - |
692
+ | 0.3040 | 59000 | 0.0601 | - |
693
+ | 0.3092 | 60000 | 0.0761 | - |
694
+ | 0.3143 | 61000 | 0.0472 | - |
695
+ | 0.3195 | 62000 | 0.0527 | - |
696
+ | 0.3246 | 63000 | 0.0585 | - |
697
+ | 0.3298 | 64000 | 0.0699 | - |
698
+ | 0.3349 | 65000 | 0.0687 | - |
699
+ | 0.3401 | 66000 | 0.0541 | - |
700
+ | 0.3452 | 67000 | 0.0413 | - |
701
+ | 0.3504 | 68000 | 0.055 | - |
702
+ | 0.3555 | 69000 | 0.0706 | - |
703
+ | 0.3607 | 70000 | 0.0805 | - |
704
+ | 0.3659 | 71000 | 0.0884 | - |
705
+ | 0.3710 | 72000 | 0.0359 | - |
706
+ | 0.3762 | 73000 | 0.0443 | - |
707
+ | 0.3813 | 74000 | 0.0543 | - |
708
+ | 0.3865 | 75000 | 0.045 | - |
709
+ | 0.3916 | 76000 | 0.1031 | - |
710
+ | 0.3968 | 77000 | 0.0535 | - |
711
+ | 0.4019 | 78000 | 0.0661 | - |
712
+ | 0.4071 | 79000 | 0.0353 | - |
713
+ | 0.4122 | 80000 | 0.06 | - |
714
+ | 0.4174 | 81000 | 0.0743 | - |
715
+ | 0.4225 | 82000 | 0.0439 | - |
716
+ | 0.4277 | 83000 | 0.0484 | - |
717
+ | 0.4328 | 84000 | 0.0643 | - |
718
+ | 0.4380 | 85000 | 0.0308 | - |
719
+ | 0.4431 | 86000 | 0.0412 | - |
720
+ | 0.4483 | 87000 | 0.0464 | - |
721
+ | 0.4535 | 88000 | 0.0713 | - |
722
+ | 0.4586 | 89000 | 0.0575 | - |
723
+ | 0.4638 | 90000 | 0.0461 | - |
724
+ | 0.4689 | 91000 | 0.0358 | - |
725
+ | 0.4741 | 92000 | 0.0413 | - |
726
+ | 0.4792 | 93000 | 0.0481 | - |
727
+ | 0.4844 | 94000 | 0.0473 | - |
728
+ | 0.4895 | 95000 | 0.082 | - |
729
+ | 0.4947 | 96000 | 0.0313 | - |
730
+ | 0.4998 | 97000 | 0.0365 | - |
731
+ | 0.5050 | 98000 | 0.0338 | - |
732
+ | 0.5101 | 99000 | 0.0364 | - |
733
+ | 0.5153 | 100000 | 0.0288 | - |
734
+ | 0.5204 | 101000 | 0.0421 | - |
735
+ | 0.5256 | 102000 | 0.0444 | - |
736
+ | 0.5307 | 103000 | 0.0242 | - |
737
+ | 0.5359 | 104000 | 0.0318 | - |
738
+ | 0.5411 | 105000 | 0.0285 | - |
739
+ | 0.5462 | 106000 | 0.0231 | - |
740
+ | 0.5514 | 107000 | 0.0534 | - |
741
+ | 0.5565 | 108000 | 0.0469 | - |
742
+ | 0.5617 | 109000 | 0.031 | - |
743
+ | 0.5668 | 110000 | 0.0376 | - |
744
+ | 0.5720 | 111000 | 0.0403 | - |
745
+ | 0.5771 | 112000 | 0.0408 | - |
746
+ | 0.5823 | 113000 | 0.0284 | - |
747
+ | 0.5874 | 114000 | 0.0344 | - |
748
+ | 0.5926 | 115000 | 0.0469 | - |
749
+ | 0.5977 | 116000 | 0.0304 | - |
750
+ | 0.6029 | 117000 | 0.0676 | - |
751
+ | 0.6080 | 118000 | 0.0396 | - |
752
+ | 0.6132 | 119000 | 0.0337 | - |
753
+ | 0.6183 | 120000 | 0.039 | - |
754
+ | 0.6235 | 121000 | 0.0286 | - |
755
+ | 0.6286 | 122000 | 0.0404 | - |
756
+ | 0.6338 | 123000 | 0.0383 | - |
757
+ | 0.6390 | 124000 | 0.046 | - |
758
+ | 0.6441 | 125000 | 0.0403 | - |
759
+ | 0.6493 | 126000 | 0.0502 | - |
760
+ | 0.6544 | 127000 | 0.0424 | - |
761
+ | 0.6596 | 128000 | 0.0424 | - |
762
+ | 0.6647 | 129000 | 0.0338 | - |
763
+ | 0.6699 | 130000 | 0.0262 | - |
764
+ | 0.6750 | 131000 | 0.0203 | - |
765
+ | 0.6802 | 132000 | 0.0405 | - |
766
+ | 0.6853 | 133000 | 0.0374 | - |
767
+ | 0.6905 | 134000 | 0.0329 | - |
768
+ | 0.6956 | 135000 | 0.0287 | - |
769
+ | 0.7008 | 136000 | 0.0366 | - |
770
+ | 0.7059 | 137000 | 0.0344 | - |
771
+ | 0.7111 | 138000 | 0.0402 | - |
772
+ | 0.7162 | 139000 | 0.0331 | - |
773
+ | 0.7214 | 140000 | 0.0404 | - |
774
+ | 0.7266 | 141000 | 0.0433 | - |
775
+ | 0.7317 | 142000 | 0.032 | - |
776
+ | 0.7369 | 143000 | 0.0281 | - |
777
+ | 0.7420 | 144000 | 0.0265 | - |
778
+ | 0.7472 | 145000 | 0.0282 | - |
779
+ | 0.7523 | 146000 | 0.0233 | - |
780
+ | 0.7575 | 147000 | 0.0291 | - |
781
+ | 0.7626 | 148000 | 0.0358 | - |
782
+ | 0.7678 | 149000 | 0.0343 | - |
783
+ | 0.7729 | 150000 | 0.0292 | - |
784
+ | 0.7781 | 151000 | 0.0359 | - |
785
+ | 0.7832 | 152000 | 0.0361 | - |
786
+ | 0.7884 | 153000 | 0.0289 | - |
787
+ | 0.7935 | 154000 | 0.0374 | - |
788
+ | 0.7987 | 155000 | 0.0341 | - |
789
+ | 0.8038 | 156000 | 0.0353 | - |
790
+ | 0.8090 | 157000 | 0.033 | - |
791
+ | 0.8142 | 158000 | 0.0291 | - |
792
+ | 0.8193 | 159000 | 0.0362 | - |
793
+ | 0.8245 | 160000 | 0.0355 | - |
794
+ | 0.8296 | 161000 | 0.026 | - |
795
+ | 0.8348 | 162000 | 0.0237 | - |
796
+ | 0.8399 | 163000 | 0.0175 | - |
797
+ | 0.8451 | 164000 | 0.0219 | - |
798
+ | 0.8502 | 165000 | 0.0227 | - |
799
+ | 0.8554 | 166000 | 0.0177 | - |
800
+ | 0.8605 | 167000 | 0.0239 | - |
801
+ | 0.8657 | 168000 | 0.0223 | - |
802
+ | 0.8708 | 169000 | 0.0219 | - |
803
+ | 0.8760 | 170000 | 0.0248 | - |
804
+ | 0.8811 | 171000 | 0.0237 | - |
805
+ | 0.8863 | 172000 | 0.0262 | - |
806
+ | 0.8914 | 173000 | 0.026 | - |
807
+ | 0.8966 | 174000 | 0.0228 | - |
808
+ | 0.9018 | 175000 | 0.0259 | - |
809
+ | 0.9069 | 176000 | 0.0232 | - |
810
+ | 0.9121 | 177000 | 0.0268 | - |
811
+ | 0.9172 | 178000 | 0.0228 | - |
812
+ | 0.9224 | 179000 | 0.0198 | - |
813
+ | 0.9275 | 180000 | 0.0183 | - |
814
+ | 0.9327 | 181000 | 0.022 | - |
815
+ | 0.9378 | 182000 | 0.0227 | - |
816
+ | 0.9430 | 183000 | 0.021 | - |
817
+ | 0.9481 | 184000 | 0.0211 | - |
818
+ | 0.9533 | 185000 | 0.0216 | - |
819
+ | 0.9584 | 186000 | 0.0209 | - |
820
+ | 0.9636 | 187000 | 0.0191 | - |
821
+ | 0.9687 | 188000 | 0.0188 | - |
822
+ | 0.9739 | 189000 | 0.0203 | - |
823
+ | 0.9790 | 190000 | 0.0203 | - |
824
+ | 0.9842 | 191000 | 0.0313 | - |
825
+ | 0.9893 | 192000 | 0.0213 | - |
826
+ | 0.9945 | 193000 | 0.0164 | - |
827
+ | 0.9997 | 194000 | 0.0181 | - |
828
+ | 1.0000 | 194066 | - | 0.0006 |
829
+ | 1.0048 | 195000 | 0.2333 | - |
830
+ | 1.0100 | 196000 | 0.0787 | - |
831
+ | 1.0151 | 197000 | 0.0848 | - |
832
+ | 1.0203 | 198000 | 0.0813 | - |
833
+ | 1.0254 | 199000 | 0.0624 | - |
834
+ | 1.0306 | 200000 | 0.0691 | - |
835
+ | 1.0357 | 201000 | 0.0596 | - |
836
+ | 1.0409 | 202000 | 0.0575 | - |
837
+ | 1.0460 | 203000 | 0.0573 | - |
838
+ | 1.0512 | 204000 | 0.0684 | - |
839
+ | 1.0563 | 205000 | 0.0507 | - |
840
+ | 1.0615 | 206000 | 0.0548 | - |
841
+ | 1.0666 | 207000 | 0.0607 | - |
842
+ | 1.0718 | 208000 | 0.0713 | - |
843
+ | 1.0769 | 209000 | 0.0425 | - |
844
+ | 1.0821 | 210000 | 0.113 | - |
845
+ | 1.0873 | 211000 | 0.0432 | - |
846
+ | 1.0924 | 212000 | 0.0727 | - |
847
+ | 1.0976 | 213000 | 0.0431 | - |
848
+ | 1.1027 | 214000 | 0.0909 | - |
849
+ | 1.1079 | 215000 | 0.0453 | - |
850
+ | 1.1130 | 216000 | 0.087 | - |
851
+ | 1.1182 | 217000 | 0.0442 | - |
852
+ | 1.1233 | 218000 | 0.0503 | - |
853
+ | 1.1285 | 219000 | 0.0413 | - |
854
+ | 1.1336 | 220000 | 0.0899 | - |
855
+ | 1.1388 | 221000 | 0.0463 | - |
856
+ | 1.1439 | 222000 | 0.0956 | - |
857
+ | 1.1491 | 223000 | 0.0452 | - |
858
+ | 1.1542 | 224000 | 0.098 | - |
859
+ | 1.1594 | 225000 | 0.0426 | - |
860
+ | 1.1645 | 226000 | 0.0597 | - |
861
+ | 1.1697 | 227000 | 0.085 | - |
862
+ | 1.1749 | 228000 | 0.0487 | - |
863
+ | 1.1800 | 229000 | 0.0984 | - |
864
+ | 1.1852 | 230000 | 0.0465 | - |
865
+ | 1.1903 | 231000 | 0.0492 | - |
866
+ | 1.1955 | 232000 | 0.0864 | - |
867
+ | 1.2006 | 233000 | 0.0489 | - |
868
+ | 1.2058 | 234000 | 0.0855 | - |
869
+ | 1.2109 | 235000 | 0.0579 | - |
870
+ | 1.2161 | 236000 | 0.0455 | - |
871
+ | 1.2212 | 237000 | 0.0811 | - |
872
+ | 1.2264 | 238000 | 0.0488 | - |
873
+ | 1.2315 | 239000 | 0.0547 | - |
874
+ | 1.2367 | 240000 | 0.0691 | - |
875
+ | 1.2418 | 241000 | 0.0426 | - |
876
+ | 1.2470 | 242000 | 0.0528 | - |
877
+ | 1.2521 | 243000 | 0.0552 | - |
878
+ | 1.2573 | 244000 | 0.0607 | - |
879
+ | 1.2625 | 245000 | 0.0421 | - |
880
+ | 1.2676 | 246000 | 0.0434 | - |
881
+ | 1.2728 | 247000 | 0.0632 | - |
882
+ | 1.2779 | 248000 | 0.0546 | - |
883
+ | 1.2831 | 249000 | 0.0375 | - |
884
+ | 1.2882 | 250000 | 0.038 | - |
885
+ | 1.2934 | 251000 | 0.0471 | - |
886
+ | 1.2985 | 252000 | 0.0441 | - |
887
+ | 1.3037 | 253000 | 0.0383 | - |
888
+ | 1.3088 | 254000 | 0.0521 | - |
889
+ | 1.3140 | 255000 | 0.033 | - |
890
+ | 1.3191 | 256000 | 0.0339 | - |
891
+ | 1.3243 | 257000 | 0.0363 | - |
892
+ | 1.3294 | 258000 | 0.0429 | - |
893
+ | 1.3346 | 259000 | 0.0523 | - |
894
+ | 1.3397 | 260000 | 0.0353 | - |
895
+ | 1.3449 | 261000 | 0.0271 | - |
896
+ | 1.3500 | 262000 | 0.0364 | - |
897
+ | 1.3552 | 263000 | 0.0477 | - |
898
+ | 1.3604 | 264000 | 0.0532 | - |
899
+ | 1.3655 | 265000 | 0.0595 | - |
900
+ | 1.3707 | 266000 | 0.0237 | - |
901
+ | 1.3758 | 267000 | 0.0239 | - |
902
+ | 1.3810 | 268000 | 0.0389 | - |
903
+ | 1.3861 | 269000 | 0.0288 | - |
904
+ | 1.3913 | 270000 | 0.0728 | - |
905
+ | 1.3964 | 271000 | 0.0365 | - |
906
+ | 1.4016 | 272000 | 0.038 | - |
907
+ | 1.4067 | 273000 | 0.0285 | - |
908
+ | 1.4119 | 274000 | 0.0246 | - |
909
+ | 1.4170 | 275000 | 0.0692 | - |
910
+ | 1.4222 | 276000 | 0.0281 | - |
911
+ | 1.4273 | 277000 | 0.0322 | - |
912
+ | 1.4325 | 278000 | 0.0451 | - |
913
+ | 1.4376 | 279000 | 0.0202 | - |
914
+ | 1.4428 | 280000 | 0.0274 | - |
915
+ | 1.4480 | 281000 | 0.0254 | - |
916
+ | 1.4531 | 282000 | 0.0539 | - |
917
+ | 1.4583 | 283000 | 0.0407 | - |
918
+ | 1.4634 | 284000 | 0.0286 | - |
919
+ | 1.4686 | 285000 | 0.0241 | - |
920
+ | 1.4737 | 286000 | 0.029 | - |
921
+ | 1.4789 | 287000 | 0.0337 | - |
922
+ | 1.4840 | 288000 | 0.0317 | - |
923
+ | 1.4892 | 289000 | 0.0406 | - |
924
+ | 1.4943 | 290000 | 0.0377 | - |
925
+ | 1.4995 | 291000 | 0.0238 | - |
926
+ | 1.5046 | 292000 | 0.0226 | - |
927
+ | 1.5098 | 293000 | 0.0233 | - |
928
+ | 1.5149 | 294000 | 0.0186 | - |
929
+ | 1.5201 | 295000 | 0.0255 | - |
930
+ | 1.5252 | 296000 | 0.0305 | - |
931
+ | 1.5304 | 297000 | 0.0154 | - |
932
+ | 1.5356 | 298000 | 0.0214 | - |
933
+ | 1.5407 | 299000 | 0.0187 | - |
934
+ | 1.5459 | 300000 | 0.0143 | - |
935
+ | 1.5510 | 301000 | 0.03 | - |
936
+ | 1.5562 | 302000 | 0.0346 | - |
937
+ | 1.5613 | 303000 | 0.0209 | - |
938
+ | 1.5665 | 304000 | 0.0206 | - |
939
+ | 1.5716 | 305000 | 0.0239 | - |
940
+ | 1.5768 | 306000 | 0.0262 | - |
941
+ | 1.5819 | 307000 | 0.0179 | - |
942
+ | 1.5871 | 308000 | 0.0198 | - |
943
+ | 1.5922 | 309000 | 0.0288 | - |
944
+ | 1.5974 | 310000 | 0.0192 | - |
945
+ | 1.6025 | 311000 | 0.0435 | - |
946
+ | 1.6077 | 312000 | 0.0251 | - |
947
+ | 1.6128 | 313000 | 0.0205 | - |
948
+ | 1.6180 | 314000 | 0.0246 | - |
949
+ | 1.6232 | 315000 | 0.0176 | - |
950
+ | 1.6283 | 316000 | 0.026 | - |
951
+ | 1.6335 | 317000 | 0.025 | - |
952
+ | 1.6386 | 318000 | 0.029 | - |
953
+ | 1.6438 | 319000 | 0.0274 | - |
954
+ | 1.6489 | 320000 | 0.0343 | - |
955
+ | 1.6541 | 321000 | 0.028 | - |
956
+ | 1.6592 | 322000 | 0.0282 | - |
957
+ | 1.6644 | 323000 | 0.0239 | - |
958
+ | 1.6695 | 324000 | 0.017 | - |
959
+ | 1.6747 | 325000 | 0.0132 | - |
960
+ | 1.6798 | 326000 | 0.0252 | - |
961
+ | 1.6850 | 327000 | 0.0243 | - |
962
+ | 1.6901 | 328000 | 0.0232 | - |
963
+ | 1.6953 | 329000 | 0.0183 | - |
964
+ | 1.7004 | 330000 | 0.0244 | - |
965
+ | 1.7056 | 331000 | 0.0239 | - |
966
+ | 1.7107 | 332000 | 0.0277 | - |
967
+ | 1.7159 | 333000 | 0.0223 | - |
968
+ | 1.7211 | 334000 | 0.0252 | - |
969
+ | 1.7262 | 335000 | 0.0302 | - |
970
+ | 1.7314 | 336000 | 0.0224 | - |
971
+ | 1.7365 | 337000 | 0.0188 | - |
972
+ | 1.7417 | 338000 | 0.0174 | - |
973
+ | 1.7468 | 339000 | 0.0189 | - |
974
+ | 1.7520 | 340000 | 0.0152 | - |
975
+ | 1.7571 | 341000 | 0.0185 | - |
976
+ | 1.7623 | 342000 | 0.024 | - |
977
+ | 1.7674 | 343000 | 0.0249 | - |
978
+ | 1.7726 | 344000 | 0.0202 | - |
979
+ | 1.7777 | 345000 | 0.0248 | - |
980
+ | 1.7829 | 346000 | 0.0256 | - |
981
+ | 1.7880 | 347000 | 0.022 | - |
982
+ | 1.7932 | 348000 | 0.0271 | - |
983
+ | 1.7983 | 349000 | 0.024 | - |
984
+ | 1.8035 | 350000 | 0.0241 | - |
985
+ | 1.8087 | 351000 | 0.0243 | - |
986
+ | 1.8138 | 352000 | 0.018 | - |
987
+ | 1.8190 | 353000 | 0.0236 | - |
988
+ | 1.8241 | 354000 | 0.0237 | - |
989
+ | 1.8293 | 355000 | 0.0175 | - |
990
+ | 1.8344 | 356000 | 0.015 | - |
991
+ | 1.8396 | 357000 | 0.0111 | - |
992
+ | 1.8447 | 358000 | 0.014 | - |
993
+ | 1.8499 | 359000 | 0.0146 | - |
994
+ | 1.8550 | 360000 | 0.0108 | - |
995
+ | 1.8602 | 361000 | 0.0157 | - |
996
+ | 1.8653 | 362000 | 0.0142 | - |
997
+ | 1.8705 | 363000 | 0.0129 | - |
998
+ | 1.8756 | 364000 | 0.0168 | - |
999
+ | 1.8808 | 365000 | 0.0155 | - |
1000
+ | 1.8859 | 366000 | 0.017 | - |
1001
+ | 1.8911 | 367000 | 0.0164 | - |
1002
+ | 1.8963 | 368000 | 0.0156 | - |
1003
+ | 1.9014 | 369000 | 0.0168 | - |
1004
+ | 1.9066 | 370000 | 0.015 | - |
1005
+ | 1.9117 | 371000 | 0.018 | - |
1006
+ | 1.9169 | 372000 | 0.0151 | - |
1007
+ | 1.9220 | 373000 | 0.0132 | - |
1008
+ | 1.9272 | 374000 | 0.0117 | - |
1009
+ | 1.9323 | 375000 | 0.0142 | - |
1010
+ | 1.9375 | 376000 | 0.0151 | - |
1011
+ | 1.9426 | 377000 | 0.0142 | - |
1012
+ | 1.9478 | 378000 | 0.0139 | - |
1013
+ | 1.9529 | 379000 | 0.014 | - |
1014
+ | 1.9581 | 380000 | 0.0141 | - |
1015
+ | 1.9632 | 381000 | 0.012 | - |
1016
+ | 1.9684 | 382000 | 0.0127 | - |
1017
+ | 1.9735 | 383000 | 0.0131 | - |
1018
+ | 1.9787 | 384000 | 0.0131 | - |
1019
+ | 1.9839 | 385000 | 0.0158 | - |
1020
+ | 1.9890 | 386000 | 0.0211 | - |
1021
+ | 1.9942 | 387000 | 0.011 | - |
1022
+ | 1.9993 | 388000 | 0.0118 | - |
1023
+ | 2.0000 | 388132 | - | 0.0005 |
1024
+ | 2.0045 | 389000 | 0.1757 | - |
1025
+ | 2.0096 | 390000 | 0.0632 | - |
1026
+ | 2.0148 | 391000 | 0.0611 | - |
1027
+ | 2.0199 | 392000 | 0.074 | - |
1028
+ | 2.0251 | 393000 | 0.0492 | - |
1029
+ | 2.0302 | 394000 | 0.0558 | - |
1030
+ | 2.0354 | 395000 | 0.0474 | - |
1031
+ | 2.0405 | 396000 | 0.0451 | - |
1032
+ | 2.0457 | 397000 | 0.0451 | - |
1033
+ | 2.0508 | 398000 | 0.0569 | - |
1034
+ | 2.0560 | 399000 | 0.0395 | - |
1035
+ | 2.0611 | 400000 | 0.0433 | - |
1036
+ | 2.0663 | 401000 | 0.0475 | - |
1037
+ | 2.0714 | 402000 | 0.0511 | - |
1038
+ | 2.0766 | 403000 | 0.0403 | - |
1039
+ | 2.0818 | 404000 | 0.0957 | - |
1040
+ | 2.0869 | 405000 | 0.0319 | - |
1041
+ | 2.0921 | 406000 | 0.0601 | - |
1042
+ | 2.0972 | 407000 | 0.0333 | - |
1043
+ | 2.1024 | 408000 | 0.0763 | - |
1044
+ | 2.1075 | 409000 | 0.0339 | - |
1045
+ | 2.1127 | 410000 | 0.072 | - |
1046
+ | 2.1178 | 411000 | 0.0343 | - |
1047
+ | 2.1230 | 412000 | 0.0398 | - |
1048
+ | 2.1281 | 413000 | 0.0312 | - |
1049
+ | 2.1333 | 414000 | 0.0756 | - |
1050
+ | 2.1384 | 415000 | 0.0367 | - |
1051
+ | 2.1436 | 416000 | 0.0797 | - |
1052
+ | 2.1487 | 417000 | 0.0359 | - |
1053
+ | 2.1539 | 418000 | 0.0812 | - |
1054
+ | 2.1590 | 419000 | 0.0343 | - |
1055
+ | 2.1642 | 420000 | 0.0431 | - |
1056
+ | 2.1694 | 421000 | 0.0754 | - |
1057
+ | 2.1745 | 422000 | 0.0384 | - |
1058
+ | 2.1797 | 423000 | 0.0673 | - |
1059
+ | 2.1848 | 424000 | 0.0514 | - |
1060
+ | 2.1900 | 425000 | 0.0406 | - |
1061
+ | 2.1951 | 426000 | 0.0703 | - |
1062
+ | 2.2003 | 427000 | 0.0404 | - |
1063
+ | 2.2054 | 428000 | 0.0699 | - |
1064
+ | 2.2106 | 429000 | 0.0456 | - |
1065
+ | 2.2157 | 430000 | 0.0375 | - |
1066
+ | 2.2209 | 431000 | 0.0657 | - |
1067
+ | 2.2260 | 432000 | 0.0386 | - |
1068
+ | 2.2312 | 433000 | 0.044 | - |
1069
+ | 2.2363 | 434000 | 0.0572 | - |
1070
+ | 2.2415 | 435000 | 0.0334 | - |
1071
+ | 2.2466 | 436000 | 0.0403 | - |
1072
+ | 2.2518 | 437000 | 0.0446 | - |
1073
+ | 2.2570 | 438000 | 0.0496 | - |
1074
+ | 2.2621 | 439000 | 0.0326 | - |
1075
+ | 2.2673 | 440000 | 0.0345 | - |
1076
+ | 2.2724 | 441000 | 0.0489 | - |
1077
+ | 2.2776 | 442000 | 0.0437 | - |
1078
+ | 2.2827 | 443000 | 0.0297 | - |
1079
+ | 2.2879 | 444000 | 0.0303 | - |
1080
+ | 2.2930 | 445000 | 0.0377 | - |
1081
+ | 2.2982 | 446000 | 0.0334 | - |
1082
+ | 2.3033 | 447000 | 0.0297 | - |
1083
+ | 2.3085 | 448000 | 0.0402 | - |
1084
+ | 2.3136 | 449000 | 0.027 | - |
1085
+ | 2.3188 | 450000 | 0.0266 | - |
1086
+ | 2.3239 | 451000 | 0.0275 | - |
1087
+ | 2.3291 | 452000 | 0.0327 | - |
1088
+ | 2.3342 | 453000 | 0.0446 | - |
1089
+ | 2.3394 | 454000 | 0.0261 | - |
1090
+ | 2.3446 | 455000 | 0.0202 | - |
1091
+ | 2.3497 | 456000 | 0.0286 | - |
1092
+ | 2.3549 | 457000 | 0.0369 | - |
1093
+ | 2.3600 | 458000 | 0.0416 | - |
1094
+ | 2.3652 | 459000 | 0.0478 | - |
1095
+ | 2.3703 | 460000 | 0.0177 | - |
1096
+ | 2.3755 | 461000 | 0.0178 | - |
1097
+ | 2.3806 | 462000 | 0.0294 | - |
1098
+ | 2.3858 | 463000 | 0.0229 | - |
1099
+ | 2.3909 | 464000 | 0.0602 | - |
1100
+ | 2.3961 | 465000 | 0.0274 | - |
1101
+ | 2.4012 | 466000 | 0.0223 | - |
1102
+ | 2.4064 | 467000 | 0.0296 | - |
1103
+ | 2.4115 | 468000 | 0.0182 | - |
1104
+ | 2.4167 | 469000 | 0.0567 | - |
1105
+ | 2.4218 | 470000 | 0.0199 | - |
1106
+ | 2.4270 | 471000 | 0.0246 | - |
1107
+ | 2.4321 | 472000 | 0.0382 | - |
1108
+ | 2.4373 | 473000 | 0.0151 | - |
1109
+ | 2.4425 | 474000 | 0.021 | - |
1110
+ | 2.4476 | 475000 | 0.013 | - |
1111
+ | 2.4528 | 476000 | 0.0472 | - |
1112
+ | 2.4579 | 477000 | 0.034 | - |
1113
+ | 2.4631 | 478000 | 0.0219 | - |
1114
+ | 2.4682 | 479000 | 0.0186 | - |
1115
+ | 2.4734 | 480000 | 0.0221 | - |
1116
+ | 2.4785 | 481000 | 0.0241 | - |
1117
+ | 2.4837 | 482000 | 0.0244 | - |
1118
+ | 2.4888 | 483000 | 0.0288 | - |
1119
+ | 2.4940 | 484000 | 0.0364 | - |
1120
+ | 2.4991 | 485000 | 0.0178 | - |
1121
+ | 2.5043 | 486000 | 0.0148 | - |
1122
+ | 2.5094 | 487000 | 0.0198 | - |
1123
+ | 2.5146 | 488000 | 0.0136 | - |
1124
+ | 2.5197 | 489000 | 0.0191 | - |
1125
+ | 2.5249 | 490000 | 0.0235 | - |
1126
+ | 2.5301 | 491000 | 0.0115 | - |
1127
+ | 2.5352 | 492000 | 0.0161 | - |
1128
+ | 2.5404 | 493000 | 0.0139 | - |
1129
+ | 2.5455 | 494000 | 0.01 | - |
1130
+ | 2.5507 | 495000 | 0.022 | - |
1131
+ | 2.5558 | 496000 | 0.0257 | - |
1132
+ | 2.5610 | 497000 | 0.0177 | - |
1133
+ | 2.5661 | 498000 | 0.0144 | - |
1134
+ | 2.5713 | 499000 | 0.0174 | - |
1135
+ | 2.5764 | 500000 | 0.0192 | - |
1136
+ | 2.5816 | 501000 | 0.0129 | - |
1137
+ | 2.5867 | 502000 | 0.0147 | - |
1138
+ | 2.5919 | 503000 | 0.0212 | - |
1139
+ | 2.5970 | 504000 | 0.0128 | - |
1140
+ | 2.6022 | 505000 | 0.0349 | - |
1141
+ | 2.6073 | 506000 | 0.0194 | - |
1142
+ | 2.6125 | 507000 | 0.013 | - |
1143
+ | 2.6177 | 508000 | 0.0196 | - |
1144
+ | 2.6228 | 509000 | 0.0131 | - |
1145
+ | 2.6280 | 510000 | 0.0191 | - |
1146
+ | 2.6331 | 511000 | 0.019 | - |
1147
+ | 2.6383 | 512000 | 0.0224 | - |
1148
+ | 2.6434 | 513000 | 0.0197 | - |
1149
+ | 2.6486 | 514000 | 0.0279 | - |
1150
+ | 2.6537 | 515000 | 0.0213 | - |
1151
+ | 2.6589 | 516000 | 0.0216 | - |
1152
+ | 2.6640 | 517000 | 0.0182 | - |
1153
+ | 2.6692 | 518000 | 0.0126 | - |
1154
+ | 2.6743 | 519000 | 0.0102 | - |
1155
+ | 2.6795 | 520000 | 0.0185 | - |
1156
+ | 2.6846 | 521000 | 0.0181 | - |
1157
+ | 2.6898 | 522000 | 0.0187 | - |
1158
+ | 2.6949 | 523000 | 0.0135 | - |
1159
+ | 2.7001 | 524000 | 0.0192 | - |
1160
+ | 2.7053 | 525000 | 0.0179 | - |
1161
+ | 2.7104 | 526000 | 0.0222 | - |
1162
+ | 2.7156 | 527000 | 0.0179 | - |
1163
+ | 2.7207 | 528000 | 0.0174 | - |
1164
+ | 2.7259 | 529000 | 0.0254 | - |
1165
+ | 2.7310 | 530000 | 0.0176 | - |
1166
+ | 2.7362 | 531000 | 0.0146 | - |
1167
+ | 2.7413 | 532000 | 0.0126 | - |
1168
+ | 2.7465 | 533000 | 0.0143 | - |
1169
+ | 2.7516 | 534000 | 0.012 | - |
1170
+ | 2.7568 | 535000 | 0.0131 | - |
1171
+ | 2.7619 | 536000 | 0.018 | - |
1172
+ | 2.7671 | 537000 | 0.0205 | - |
1173
+ | 2.7722 | 538000 | 0.0162 | - |
1174
+ | 2.7774 | 539000 | 0.0201 | - |
1175
+ | 2.7825 | 540000 | 0.0209 | - |
1176
+ | 2.7877 | 541000 | 0.0168 | - |
1177
+ | 2.7928 | 542000 | 0.0222 | - |
1178
+ | 2.7980 | 543000 | 0.0193 | - |
1179
+ | 2.8032 | 544000 | 0.0194 | - |
1180
+ | 2.8083 | 545000 | 0.0196 | - |
1181
+ | 2.8135 | 546000 | 0.0126 | - |
1182
+ | 2.8186 | 547000 | 0.0177 | - |
1183
+ | 2.8238 | 548000 | 0.018 | - |
1184
+ | 2.8289 | 549000 | 0.0135 | - |
1185
+ | 2.8341 | 550000 | 0.0107 | - |
1186
+ | 2.8392 | 551000 | 0.0081 | - |
1187
+ | 2.8444 | 552000 | 0.0107 | - |
1188
+ | 2.8495 | 553000 | 0.0101 | - |
1189
+ | 2.8547 | 554000 | 0.0081 | - |
1190
+ | 2.8598 | 555000 | 0.0111 | - |
1191
+ | 2.8650 | 556000 | 0.0105 | - |
1192
+ | 2.8701 | 557000 | 0.0096 | - |
1193
+ | 2.8753 | 558000 | 0.0121 | - |
1194
+ | 2.8804 | 559000 | 0.0117 | - |
1195
+ | 2.8856 | 560000 | 0.0119 | - |
1196
+ | 2.8908 | 561000 | 0.0121 | - |
1197
+ | 2.8959 | 562000 | 0.0118 | - |
1198
+ | 2.9011 | 563000 | 0.0121 | - |
1199
+ | 2.9062 | 564000 | 0.0115 | - |
1200
+ | 2.9114 | 565000 | 0.0131 | - |
1201
+ | 2.9165 | 566000 | 0.0117 | - |
1202
+ | 2.9217 | 567000 | 0.0097 | - |
1203
+ | 2.9268 | 568000 | 0.0084 | - |
1204
+ | 2.9320 | 569000 | 0.0099 | - |
1205
+ | 2.9371 | 570000 | 0.0109 | - |
1206
+ | 2.9423 | 571000 | 0.0111 | - |
1207
+ | 2.9474 | 572000 | 0.01 | - |
1208
+ | 2.9526 | 573000 | 0.0099 | - |
1209
+ | 2.9577 | 574000 | 0.0107 | - |
1210
+ | 2.9629 | 575000 | 0.0085 | - |
1211
+ | 2.9680 | 576000 | 0.0097 | - |
1212
+ | 2.9732 | 577000 | 0.0092 | - |
1213
+ | 2.9784 | 578000 | 0.0101 | - |
1214
+ | 2.9835 | 579000 | 0.0111 | - |
1215
+ | 2.9887 | 580000 | 0.0176 | - |
1216
+ | 2.9938 | 581000 | 0.0081 | - |
1217
+ | 2.9990 | 582000 | 0.0087 | - |
1218
+ | 3.0000 | 582198 | - | 0.0005 |
1219
+
1220
+ </details>
1221
+
1222
+ ### Framework Versions
1223
+ - Python: 3.12.2
1224
+ - Sentence Transformers: 3.2.1
1225
+ - Transformers: 4.44.2
1226
+ - PyTorch: 2.5.0
1227
+ - Accelerate: 1.0.1
1228
+ - Datasets: 3.0.2
1229
+ - Tokenizers: 0.19.1
1230
+
1231
+ ## Citation
1232
+
1233
+ ### BibTeX
1234
+
1235
+ #### Sentence Transformers
1236
+ ```bibtex
1237
+ @inproceedings{reimers-2019-sentence-bert,
1238
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1239
+ author = "Reimers, Nils and Gurevych, Iryna",
1240
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1241
+ month = "11",
1242
+ year = "2019",
1243
+ publisher = "Association for Computational Linguistics",
1244
+ url = "https://arxiv.org/abs/1908.10084",
1245
+ }
1246
+ ```
1247
+
1248
+ #### MultipleNegativesRankingLoss
1249
+ ```bibtex
1250
+ @misc{henderson2017efficient,
1251
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1252
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
1253
+ year={2017},
1254
+ eprint={1705.00652},
1255
+ archivePrefix={arXiv},
1256
+ primaryClass={cs.CL}
1257
+ }
1258
+ ```
1259
+
1260
+ <!--
1261
+ ## Glossary
1262
+
1263
+ *Clearly define terms in order to be accessible across audiences.*
1264
+ -->
1265
+
1266
+ <!--
1267
+ ## Model Card Authors
1268
+
1269
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1270
+ -->
1271
+
1272
+ <!--
1273
+ ## Model Card Contact
1274
+
1275
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1276
+ -->
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/data/aronow/pankaj/Embeddings/Bioformer-MNRL-finetuned/checkpoint-582198",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 1024,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 6,
17
+ "num_hidden_layers": 16,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.44.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 32768
25
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.2.1",
4
+ "transformers": "4.44.2",
5
+ "pytorch": "2.5.0"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d17d96c254651cef825321778fcad729669bf7e7b93823121fabec0a2456322
3
+ size 166097144
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 1024,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 1024,
50
+ "model_max_length": 1024,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff