Maximilian Noichl
commited on
Add new SentenceTransformer model
Browse files- 1_Pooling/config.json +10 -0
- README.md +793 -0
- config.json +26 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +14 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
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,793 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
- generated_from_trainer
|
7 |
+
- dataset_size:7828
|
8 |
+
- loss:TripletLoss
|
9 |
+
base_model: allenai/specter
|
10 |
+
widget:
|
11 |
+
- source_sentence: 'The Taiwan Government follows the policy of active aging to prevent
|
12 |
+
frailty. However, the current services lack cultural safety toward the Indigenous
|
13 |
+
peoples and would benefit from a broader perspective on what active aging may
|
14 |
+
entail. In this research, we study local perceptions of active aging among older
|
15 |
+
Indigenous Tayal taking part in a local day club. The study identifies two formal
|
16 |
+
activities that foster active aging: (a) information meetings about health and
|
17 |
+
illness and (b) physical activities. In addition, two informal activities highlighted
|
18 |
+
by the participants themselves were identified as necessary for promoting healthy
|
19 |
+
and active aging: Cisan and Malahang. While Cisan means "social care," Malahang
|
20 |
+
means "interrelational care practices." In conclusion, we argue for the relevance
|
21 |
+
of listening to Indigenous older adults'' voices to develop long-term care services
|
22 |
+
adapted to their cultural values, linguistic competence, and cosmology.'
|
23 |
+
sentences:
|
24 |
+
- 'ADVERTISEMENT RETURN TO ISSUEPREVArticleNEXTLaser Raman spectroscopy as a mechanistic
|
25 |
+
probe of the phosphate transfer from adenosine triphosphate in a model systemAaron
|
26 |
+
Lewis, Nathan Nelson, and Efraim RackerCite this: Biochemistry , , , 00000000Publication
|
27 |
+
Date (Print):April , 0000Publication History Published online0 May 0000Published
|
28 |
+
inissue April 0000https://pubs.acs.org/doi/ /bi00000a000https://doi.org/ /bi00000a000research-articleACS
|
29 |
+
PublicationsRequest reuse permissionsArticle Views00Altmetric-Citations0LEARN
|
30 |
+
ABOUT THESE METRICSArticle Views are the COUNTER-compliant sum of full text article
|
31 |
+
downloads since November (both PDF and HTML) across all institutions and individuals.
|
32 |
+
These metrics are regularly updated to reflect usage leading up to the last few
|
33 |
+
days.Citations are the number of other articles citing this article, calculated
|
34 |
+
by Crossref and updated daily. Find more information about Crossref citation counts.The
|
35 |
+
Altmetric Attention Score is a quantitative measure of the attention that a research
|
36 |
+
article has received online. Clicking on the donut icon will load a page at altmetric.com
|
37 |
+
with additional details about the score and the social media presence for the
|
38 |
+
given article. Find more information on the Altmetric Attention Score and how
|
39 |
+
the score is calculated. Share Add toView InAdd Full Text with ReferenceAdd Description
|
40 |
+
ExportRISCitationCitation and abstractCitation and referencesMore Options Share
|
41 |
+
onFacebookTwitterWechatLinked InRedditEmail Other access optionsGet e-Alertsclose
|
42 |
+
Get e-Alerts'
|
43 |
+
- Existing cognitive health literature focuses on the perspectives of older adults
|
44 |
+
with dementia. However, little is known about the ways in which healthy older
|
45 |
+
adults without dementia understand their cognitive health. In rural communities,
|
46 |
+
early dementia diagnosis may be impeded by numerous factors including transportation
|
47 |
+
challenges, cultural obstacles, and inadequate access to health and support services.
|
48 |
+
Based on participant observation and two waves of semi-structured interviews,
|
49 |
+
this study examined healthy, rural older adults' perceptions of cognitive health.
|
50 |
+
By providing an innovative theoretical foundation informed by local perspectives
|
51 |
+
and culture, findings reveal a complex and multidimensional view of cognitive
|
52 |
+
health. Rural older adults described four key areas of cognitive health ranging
|
53 |
+
from independence to social interaction. As policy makers, community leaders,
|
54 |
+
and researchers work to address the cognitive health needs of the rural aging
|
55 |
+
demographic, it is essential that they listen to the perspectives of rural older
|
56 |
+
adults.
|
57 |
+
- 'Juvenile Court Judges JournalVolume , Issue p. - From the President-Elect JUDGE
|
58 |
+
CLAYTON W. ROSE, JUDGE CLAYTON W. ROSESearch for more papers by this author JUDGE
|
59 |
+
CLAYTON W. ROSE, JUDGE CLAYTON W. ROSESearch for more papers by this author First
|
60 |
+
published: October ToolsRequest permissionExport citationAdd to favoritesTrack
|
61 |
+
citation ShareShare Give accessShare full text accessShare full-text accessPlease
|
62 |
+
review our Terms and Conditions of Use and check box below to share full-text
|
63 |
+
version of article.I have read and accept the Wiley Online Library Terms and Conditions
|
64 |
+
of UseShareable LinkUse the link below to share a full-text version of this article
|
65 |
+
with your friends and colleagues. Learn more.Copy URL Share a linkShare onFacebookTwitterLinked
|
66 |
+
InRedditWechat No abstract is available for this article. Volume00, Issue0October
|
67 |
+
0000Pages - RelatedInformation'
|
68 |
+
- source_sentence: 'Mount Ciremai National Park (TNGC) is a National Park (TN) which
|
69 |
+
has enormous ecological functions, especially as a water catchment area. Forest
|
70 |
+
fires in TNGC occur every year and fluctuated from year to year. Forst fires destroy
|
71 |
+
ecosystems and interfere the function of TNGC. Anti Fire Community (MPA) is a
|
72 |
+
partnership which consist of local communities involved in forest fire control.
|
73 |
+
Community partnership will never succeess without the MPA''s participation. The
|
74 |
+
research objectives are to describe the perception and participation of MPA on
|
75 |
+
the forest fires control in TNGC and the implementation of MPA policies. This
|
76 |
+
research method is done by questionnaires, observation and interviews. The results
|
77 |
+
showed that MPA positively perceive that dry season as supporting factors and
|
78 |
+
community activities that involve a fire as direct factors of forest fires. The
|
79 |
+
public perception is not always in line with the participation. A strong perception
|
80 |
+
does not guarantee a high participation, it might be the opposit (low participation).
|
81 |
+
The highest MPA''s participation in forest fires control is in forest fighting
|
82 |
+
activities. Affecting factors on MPA''s participation in forest fire control activities
|
83 |
+
are economic factors ie wage, logistics dan goods. Occuring gap between the ideal
|
84 |
+
conditions and real conditions is percent. Perceptions which is not in line with
|
85 |
+
the participation and the emerge gap is suspected to cause unoptimized of forest
|
86 |
+
fire control conducted by MPA in TNGC. Keywords: forest fire control, gap, MPA,
|
87 |
+
particiation, perception'
|
88 |
+
sentences:
|
89 |
+
- 'Objective To investigate the current status of clinical medical students'' time
|
90 |
+
engagement in extracurricular activities and its association with perceived stress,
|
91 |
+
so to provide reference for promoting the moral, intellectual and physical development
|
92 |
+
of clinical medical students as well as promoting the professional level of extracurricular
|
93 |
+
activities in medical universities in China. Methods In December , altogether
|
94 |
+
students of clinical medicine major in a medical university enrolled in were investigated.
|
95 |
+
General information questionnaire, extracurricular activities time engagement
|
96 |
+
questionnaire of medical students and -items perceived stress scale were used
|
97 |
+
to conduct questionnaire survey. The relationship between time engagement of extracurricular
|
98 |
+
activities and perceived stress of medical students was analyzed by orderly logistic
|
99 |
+
regression. Results The medical students, % ( / ) and % ( / ) of them, spent more
|
100 |
+
than hours per week on extracurricular study and leisure and recreation, % ( /
|
101 |
+
) of the students spent less than hours per week on physical exercise, % ( / )
|
102 |
+
of the students did not devote their time to volunteering. The perceived stress
|
103 |
+
score of students was ( , ). After controlling personal and family characteristics,
|
104 |
+
the results of ordinal logistic regression analysis indicated that the ones with
|
105 |
+
high perceived stress devoted less time to extracurricular learning (OR= , %CI=
|
106 |
+
~ ), volunteering (OR= , %CI= ~ ) and exercising (OR= , %CI= ~ ). Conclusions
|
107 |
+
Clinical medical students showed a low level of perceived stress. Perceived stress
|
108 |
+
has a significant negative impact on students'' time engagement in extracurricular
|
109 |
+
learning, volunteering and physical exercise. Medical schools should focus on
|
110 |
+
maintaining low level of perceived stress among clinical medical students. Key
|
111 |
+
words: Medical students;Extracurricular activities;Time engagement;Perceived stress;Ordinal
|
112 |
+
logistic regression'
|
113 |
+
- 'ADVERTISEMENT RETURN TO ISSUEPREVArticleNEXTLOCAL ANESTHETICS IN THE PYRROLE
|
114 |
+
SERIES. IIF. F. Blicke and E. S. BlakeCite this: J. Am. Chem. Soc. , , , 00000000Publication
|
115 |
+
Date (Print):March , 0000Publication History Published online0 May 0000Published
|
116 |
+
inissue March 0000https://pubs.acs.org/doi/ /ja00000a000https://doi.org/ /ja00000a000research-articleACS
|
117 |
+
PublicationsRequest reuse permissionsArticle Views000Altmetric-Citations00LEARN
|
118 |
+
ABOUT THESE METRICSArticle Views are the COUNTER-compliant sum of full text article
|
119 |
+
downloads since November (both PDF and HTML) across all institutions and individuals.
|
120 |
+
These metrics are regularly updated to reflect usage leading up to the last few
|
121 |
+
days.Citations are the number of other articles citing this article, calculated
|
122 |
+
by Crossref and updated daily. Find more information about Crossref citation counts.The
|
123 |
+
Altmetric Attention Score is a quantitative measure of the attention that a research
|
124 |
+
article has received online. Clicking on the donut icon will load a page at altmetric.com
|
125 |
+
with additional details about the score and the social media presence for the
|
126 |
+
given article. Find more information on the Altmetric Attention Score and how
|
127 |
+
the score is calculated. Share Add toView InAdd Full Text with ReferenceAdd Description
|
128 |
+
ExportRISCitationCitation and abstractCitation and referencesMore Options Share
|
129 |
+
onFacebookTwitterWechatLinked InRedditEmail Other access optionsGet e-Alertsclose
|
130 |
+
Get e-Alerts'
|
131 |
+
- 'Recently a comprehensive source of data and information on carbon storage in
|
132 |
+
various types of forest ecosystems and other land use in Java Island are still
|
133 |
+
limited. This study was carried out in a conservation area of Bromo Tengger Semeru
|
134 |
+
National Park (TNBTS) that represents the ecosystem types of lowland rain forest,
|
135 |
+
sub-montane forests and mountain forests in Java. The information on carbon sequestration
|
136 |
+
and carbon stocks at TNBTS becomes important. The main objective of this study
|
137 |
+
was to estimate biomass and carbon storage in various types of forests in TNBTS
|
138 |
+
using allometric approaches. The additional objectives were to estimate carbon
|
139 |
+
storage on various land cover and to estimate the changes in carbon storage by
|
140 |
+
land cover changes during the period , and . The measurement of forest carbon
|
141 |
+
include aboveground, understorey, necromass and litter pools covering all ecosystem
|
142 |
+
such as primary forest, secondary forest with high- and low- canopy density. This
|
143 |
+
study found that the average of carbon stocks in primary forest were tonC/ha,
|
144 |
+
and were tonC/ha in secondary forest. The total carbon stocks in the period has
|
145 |
+
decreased about tonC/ha/year and in the period has increased about tonC/ha/year.
|
146 |
+
The enhancement of carbon stocks in this area was driven by an intensive forest
|
147 |
+
protection, good monitoring and land rehabilitation. Keywords: biomass, carbon
|
148 |
+
storage, carbon stock, land cover , national park'
|
149 |
+
- source_sentence: In this paper, we present a novel multiple input multiple output
|
150 |
+
(MIMO) linear parameter varying (LPV) state-space refinement system identification
|
151 |
+
algorithm that uses tensor networks. Its novelty mainly lies in representing the
|
152 |
+
LPV sub-Markov parameters, data and state-revealing matrix condensely and in exact
|
153 |
+
manner using specific tensor networks. These representations circumvent the 'curse-of-dimensionality'
|
154 |
+
as they inherit the properties of tensor trains. The proposed algorithm is 'curse-of-dimensionality'-free
|
155 |
+
in memory and computation and has conditioning guarantees. Its performance is
|
156 |
+
illustrated using simulation cases and additionally compared with existing methods.
|
157 |
+
sentences:
|
158 |
+
- This paper proposes a new predictive controller approach for nonlinear process
|
159 |
+
based on a reduced complexity homogeneous, quadratic discrete-time Volterra model
|
160 |
+
called quadratic S-PARAFAC Volterra model. The proposed model is yielded by using
|
161 |
+
the symmetry property of the Volterra kernels and their tensor decomposition using
|
162 |
+
the PARAFAC technique that provides a parametric reduction compared to the conventional
|
163 |
+
Volterra model. This property allows synthesising a new nonlinear-model-based
|
164 |
+
predictive control (NMBPC). We develop the general form of a new predictor, and
|
165 |
+
therefore, we propose an optimisation algorithm formulated as a quadratic programming
|
166 |
+
under linear and nonlinear constraints. The performances of the proposed quadratic
|
167 |
+
S-PARAFAC Volterra model and the developed NMBPC algorithm are illustrated on
|
168 |
+
a numerical simulation and validated on a benchmark as a continuous stirred-tank
|
169 |
+
reactor system. Moreover, the efficiency of the proposed quadratic S-PARAFAC Volterra
|
170 |
+
model and the NMBPC approach are validated on an experimental communicating two-tank
|
171 |
+
system.
|
172 |
+
- Importance Several studies have found no temporal or demographic differences in
|
173 |
+
the incidence of retinoblastoma except for age at diagnosis, whereas other studies
|
174 |
+
have reported variations in incidence by sex and race/ethnicity. Objective To
|
175 |
+
examine updated US retinoblastoma incidence patterns by sex, age at diagnosis,
|
176 |
+
laterality, race/ethnicity, and year of diagnosis. Design, Setting, and Participants
|
177 |
+
The Surveillance, Epidemiology, and End Results (SEER) databases were examined
|
178 |
+
for retinoblastoma incidence patterns by demographic and tumor characteristics.
|
179 |
+
We studied children in SEER registries, in SEER registries, and in SEER registries.
|
180 |
+
Main Outcomes and Measures Incidence rates, incidence rate ratios (IRRs), and
|
181 |
+
annual percent changes in rates. Results During - in SEER , there was a significant
|
182 |
+
excess of total retinoblastoma among boys compared with girls (IRR, ; % CI, to
|
183 |
+
), in contrast to earlier reports of a female predominance. Bilateral retinoblastoma
|
184 |
+
among white Hispanic boys was significantly elevated relative to white non-Hispanic
|
185 |
+
boys (IRR, ; % CI, to ) and white Hispanic girls (IRR, ; % CI, to ) because of
|
186 |
+
less rapid decreases in bilateral rates since the 0000s among white Hispanic boys
|
187 |
+
than among the other groups. Retinoblastoma rates among white non-Hispanics decreased
|
188 |
+
significantly since among those younger than year and since among those with bilateral
|
189 |
+
disease. Conclusions and Relevance Although changes in the availability of prenatal
|
190 |
+
screening practices for retinoblastoma may have contributed to these incidence
|
191 |
+
patterns, further research is necessary to determine their actual effect on the
|
192 |
+
changing incidence of retinoblastoma in the US population. In addition, consistent
|
193 |
+
with other cancers, an excess of retinoblastoma diagnosed in boys suggests a potential
|
194 |
+
effect of sex on cancer origin.
|
195 |
+
- 'Improving the health behaviour can help prevent stroke recurrence. The existing
|
196 |
+
health education interventions require more human resource. There is a lack of
|
197 |
+
constructing a low-cost, highly universal, and easy-to-use stroke secondary prevention
|
198 |
+
platform based on the existing medical resources.This was a randomized controlled
|
199 |
+
trial to test the effects of a digital learning platform on the health knowledge,
|
200 |
+
beliefs, and behaviours of stroke patients from baseline to months after discharge.
|
201 |
+
The control group received routine health education while the intervention group
|
202 |
+
received health belief education during hospitalization and used a digital learning
|
203 |
+
platform for months after discharge. The health knowledge was assessed by The
|
204 |
+
Stroke Health Knowledge Questionnaire, health beliefs by The Short Form Health
|
205 |
+
Belief Model Scale for Stroke Patients, and health behaviours by the Stroke Health
|
206 |
+
Behavior Scale. A total of patients were included: each in the intervention group
|
207 |
+
and the control group, of whom and completed the study, respectively. At months
|
208 |
+
after discharge, ( ) the health knowledge score of the intervention group was
|
209 |
+
insignificantly higher than that of the control group, ( ) the health belief score
|
210 |
+
of the intervention group was significantly higher than that of the control group,
|
211 |
+
and ( ) the intervention group had higher health behaviour scores especially in
|
212 |
+
physical activity than that of the control group. Other health behaviour dimensions
|
213 |
+
have time effect, but not significant.The digital learning platform can improve
|
214 |
+
health behaviours of stroke patients months after discharge, especially in physical
|
215 |
+
activity.ChiCTR0000000000.'
|
216 |
+
- source_sentence: The present investigation was undertaken to study the involvement
|
217 |
+
of Apatani women of Arunachal Pradesh in farm and home activities with the objective
|
218 |
+
to study the selected socio-personal characteristics of Apatani women of Arunachal
|
219 |
+
Pradesh and to identify the extent of involvement of Apatani women in selected
|
220 |
+
farm and home activities.The study was conducted in Lower Subansiri district of
|
221 |
+
Arunachal Pradesh.Four villages were selected for the present study.Data were
|
222 |
+
collected with the help of interview schedule.Statistical technique viz., frequency,
|
223 |
+
percentage, mean and standard deviation and coefficient correlation were used
|
224 |
+
for analyzing the data.The study revealed that majority of the respondents were
|
225 |
+
within the age group of - , belonged to Hindu religion were mostly illiterate,
|
226 |
+
married, having nuclear family and member of one organization.Observations revealed
|
227 |
+
that all the respondents independently participated in sowing of seed, nursery
|
228 |
+
raising, leveling of field, weeding, gap filing and application of organic manure.The
|
229 |
+
findings revealed that correlation between extent of participation in farm activities
|
230 |
+
and land holding was negative and significant.While relationship between extent
|
231 |
+
of participation in home activities with family size was positive and significantt.The
|
232 |
+
mass media exposure and occupation of the family had positive and significant
|
233 |
+
relationship with extent of participation in decision making pattern in home activities.The
|
234 |
+
correlation between extent of participation in farm activities and land holding
|
235 |
+
was negative and significant while relationship between extent of participation
|
236 |
+
in home activities with family size was positive and significant.
|
237 |
+
sentences:
|
238 |
+
- The present investigation was conducted to assess the knowledge of farm women
|
239 |
+
about farm broadcast 'Kheti Ri Baata' of state Department of Agriculture, Rajasthan.The
|
240 |
+
study was conducted in four villages viz., Gadoli, Nandwel, Mavli and Thamla of
|
241 |
+
randomly selected Mavli Panchayat Samiti of Udaipur district of Rajasthan.A sample
|
242 |
+
of farm women was selected for the present study.Personal interview method was
|
243 |
+
used for data collection.Frequency, percentage and mean per cent score were used
|
244 |
+
for analysis of the data.More than half of the respondents ( %) were not aware
|
245 |
+
about the farm broadcast and very few ( %) were viewing the programme regularly.
|
246 |
+
- Reninangiotensin aldosterone system inhibitors are for a long time extensively
|
247 |
+
used for the treatment of cardiovascular and renal diseases. AT0 receptor blockers
|
248 |
+
(ARBs or sartans) act as antihypertensive drugs by blocking the octapeptide hormone
|
249 |
+
Angiotensin II to stimulate AT0 receptors. The antihypertensive drug candesartan
|
250 |
+
(CAN) is the active metabolite of candesartan cilexetil (Atacand, CC). Complexes
|
251 |
+
of candesartan and candesartan cilexetil with -hydroxylpropyl--cyclodextrin (
|
252 |
+
-HP--CD) were characterized using high-resolution electrospray ionization mass
|
253 |
+
spectrometry and solid state 00C cross-polarization/magic angle spinning nuclear
|
254 |
+
magnetic resonance (CP/MAS NMR) spectroscopy. The 00C CP/MAS results showed broad
|
255 |
+
peaks especially in the aromatic region, thus confirming the strong interactions
|
256 |
+
between cyclodextrin and drugs. This experimental evidence was in accordance with
|
257 |
+
molecular dynamics simulations and quantum mechanical calculations. The synthesized
|
258 |
+
and characterized complexes were evaluated biologically in vitro. It was shown
|
259 |
+
that as a result of CAN's complexation, CAN exerts higher antagonistic activity
|
260 |
+
than CC. Therefore, a formulation of CC with -HP--CD is not indicated, while the
|
261 |
+
formulation with CAN is promising and needs further investigation. This intriguing
|
262 |
+
result is justified by the binding free energy calculations, which predicted efficient
|
263 |
+
CC binding to -HP--CD, and thus, the molecule's availability for release and action
|
264 |
+
on the target is diminished. In contrast, CAN binding was not favored, and this
|
265 |
+
may allow easy release for the drug to exert its bioactivity.
|
266 |
+
- Heterogeneous electron-transfer rate measurements using the scanning electrochemical
|
267 |
+
microscope are reported for the [M(TCTA)](-/ ) couples (M = Mn, Fe, and Ni) in
|
268 |
+
aqueous solution. Solution IR spectroscopy indicates that N( )O( ) coordination
|
269 |
+
is preserved for each couple within the pH range of - , and susceptibility measurements
|
270 |
+
indicate little or no interference from spin-state changes at room temperature.
|
271 |
+
Marcus-Hush expressions were used to quantitatively relate structural differences
|
272 |
+
between oxidation states to measured standard heterogeneous electron-transfer
|
273 |
+
rate constants. Good correlation was obtained for the Fe couple, and structural
|
274 |
+
changes associated with the Mn and Ni couples were estimated. In addition, the
|
275 |
+
structure of the Fe(II) complex was determined by X-ray crystallography. The molecule
|
276 |
+
[Fe(H( )O)( )][Fe(TCTA)]( ) is trigonal, space group P0( )/c (no. ) with a = b
|
277 |
+
= ( ) A, c = ( ) A, and Z = . A notable feature of the structure is that the [Fe(TCTA)](-)
|
278 |
+
complex is distributed between two different geometries, one being rigorously
|
279 |
+
trigonal prismatic and the other having a antiprismatic twist.
|
280 |
+
- source_sentence: 'To deal with the theme of the "unrepresented" it is necessary
|
281 |
+
to clarify what we mean by representation. Depending on whether a formal, substantial,
|
282 |
+
descriptive or symbolic concept of representation is adopted, in fact, the answer
|
283 |
+
to the question: "Who are the unrepresented?" changes. Based on a formal concept,
|
284 |
+
the unrepresented are those formally excluded from political rights. On the basis
|
285 |
+
of a substantial conception, instead, they too can be considered represented,
|
286 |
+
if there is someone who pursues their interests in the institutions. According
|
287 |
+
to a descriptive concept, an assembly selected through the draw must be considered
|
288 |
+
representative. The same can be said of a leader in whom a community identifies
|
289 |
+
itself symbolically. The author claims that the adoption of exclusively substantial,
|
290 |
+
descriptive or symbolic conceptions of representation involves many problems from
|
291 |
+
the point of view of democratic theory, and therefore adopts a formal perspective.
|
292 |
+
According to it, the unrepresented can be divided into three categories: a) who
|
293 |
+
has not the right to elect representatives; b) who has this right, but fails to
|
294 |
+
elect his or her own representative; c) who has this right but doesn''t exercise
|
295 |
+
it. The first category includes foreign residents without citizenship in democratic
|
296 |
+
countries. The author argues that discrimination against them is not rationally
|
297 |
+
justifiable, because it cannot be based on any of the classic arguments developed
|
298 |
+
to limit political rights (such as lack of capacity, independence, or interest).
|
299 |
+
The second category includes those who vote, but don''t contribute to the election
|
300 |
+
of anyone representing them. The existence of this category raises the problem
|
301 |
+
of distorting electoral laws, and the issue of the size of representative assemblies.
|
302 |
+
The third category includes those who don''t exercise their political rights.
|
303 |
+
A worrying sign that the vote by many is no longer perceived as a vehicle for
|
304 |
+
change.'
|
305 |
+
sentences:
|
306 |
+
- 'Background: Disability, societal, and health impact of chronic intractable pain
|
307 |
+
secondary to various failed therapies is a major issue. As advanced therapy, implantable
|
308 |
+
therapies, which include intrathecal devices and spinal cord stimulation systems,
|
309 |
+
are frequently used in managing chronic intractable pain. Thus, continuous infusion
|
310 |
+
of intrathecal medication is one of the methods used for the control of chronic,
|
311 |
+
refractory, cancer, and non-cancer pain. However, despite the high costs of chronic
|
312 |
+
non-cancer pain, it has been claimed that there is a lack of evidence for intrathecal
|
313 |
+
infusion systems and the cost effectiveness of these systems has been questioned
|
314 |
+
in improving pain and function. Study Design: A systematic review of intrathecal
|
315 |
+
infusion devices for chronic non-cancer pain. Objective: To determine the efficacy,
|
316 |
+
utilization, safety, and complications associated with the use of intrathecal
|
317 |
+
infusion devices for long-term management of chronic non-cancer pain. Methods:
|
318 |
+
Literature search was performed through EMBASE, Medline, Cochrane databases, and
|
319 |
+
systematic reviews identified from to December . Studies were then reviewed and
|
320 |
+
assessed using the Agency for Healthcare Research and Quality (AHRQ) criteria
|
321 |
+
for observational studies and the Cochrane Musculoskeletal Review Group criteria
|
322 |
+
for randomized trials. The level of evidence was determined using levels of evidence,
|
323 |
+
ranging from Level I to III with subcategories in Level II, based on the quality
|
324 |
+
of evidence developed by the U.S. Preventive Services Task Force (USPSTF). Outcome
|
325 |
+
Measures: The primary outcome measure was pain relief (short-term relief one-year
|
326 |
+
and long-term > one-year). Secondary outcome measures of improvement in functional
|
327 |
+
status, psychological status, return to work, and reduction in opioid intake were
|
328 |
+
also utilized. Results: The level of evidence for intrathecal infusion systems
|
329 |
+
indicated either Level II- or Level III (limited) based on U.S. Preventive Services
|
330 |
+
Task Force (USPSTF) criteria. Limitations: The limitations of this study include
|
331 |
+
the paucity of literature, lack of quality evidence, and lack of randomized trials.
|
332 |
+
Conclusion: This systematic review illustrates Level II- or Level III (limited)
|
333 |
+
evidence for intrathecal infusion systems for long-term relief in chronic non-cancer
|
334 |
+
pain. Key words: Intrathecal infusion, intraspinal infusion, programmable infusion
|
335 |
+
systems, spinal infusion, intra-spinal infusion devices, baclofen infusion, intrathecal
|
336 |
+
opiates'
|
337 |
+
- 'Human attachment relationships are considered to be foundational to psychological
|
338 |
+
well-being (Fonagy, ; Warren, Huston, Egeland, & Sroufe, ) and, by extension,
|
339 |
+
attachment to God is often considered foundational to psychological well-being
|
340 |
+
amongst Christian believers (Kirkpatrick, ; Miner, ). However, studies of psychological
|
341 |
+
need satisfaction by different attachment figures (La Guardia, Ryan, Couchman,
|
342 |
+
& Deci, ) suggest that experiences in which basic psychological needs are satisfied
|
343 |
+
are conducive to more secure attachment relationships, and thus, to enhanced psychological
|
344 |
+
well-being. This paper tests two contrasting models of attachment to God, need
|
345 |
+
satisfaction, and well-being: the Attachment Security Primacy Model which holds
|
346 |
+
that attachment security facilitates experiences of psychological need satisfaction
|
347 |
+
and thence increased well-being; and the Need Satisfaction Primacy Model which
|
348 |
+
holds that experiences of psychological need satisfaction facilitate attachment
|
349 |
+
security and thence increased well-being. Using self-report data from Australian
|
350 |
+
Christian participants, Structural Equation Modeling indicated that the Need Satisfaction
|
351 |
+
Primacy Model fit the data better than competing models. Implications for augmenting
|
352 |
+
theories of attachment to God and providing contexts in which people can experience
|
353 |
+
God as meeting basic needs are discussed.'
|
354 |
+
- 'The constitutional State is under attack. If we separate Rule of Law and democratic
|
355 |
+
sovereignty, civil rights and social rights, the holding of pluralist democracies
|
356 |
+
is jeopardized. The sunset of the Rule of Law risks being one of the most dangerous
|
357 |
+
consequences of neoliberal globalism and its crisis. The demolition of the welfare
|
358 |
+
State and the technocratic depletion of politics have in fact generated a distortion
|
359 |
+
of constitutional democracies, which can open the way for the questioning of the
|
360 |
+
Rule of law. The opposing ideological narratives on the Rule of Law can be grouped
|
361 |
+
according to two visions: an optimistic one, which sees in neo-liberal globalization
|
362 |
+
the opportunity for its generalized diffusion; a radical-maximalist, which completely
|
363 |
+
liquidates its regulatory framework and inheritance. The essay analyzes these
|
364 |
+
two trends, to focus then on the emergency paradigm as a challenge to the "Rule
|
365 |
+
of law".'
|
366 |
+
pipeline_tag: sentence-similarity
|
367 |
+
library_name: sentence-transformers
|
368 |
+
metrics:
|
369 |
+
- cosine_accuracy
|
370 |
+
model-index:
|
371 |
+
- name: SentenceTransformer based on allenai/specter
|
372 |
+
results:
|
373 |
+
- task:
|
374 |
+
type: triplet
|
375 |
+
name: Triplet
|
376 |
+
dataset:
|
377 |
+
name: specter og
|
378 |
+
type: specter_og
|
379 |
+
metrics:
|
380 |
+
- type: cosine_accuracy
|
381 |
+
value: 0.9840357598978289
|
382 |
+
name: Cosine Accuracy
|
383 |
+
- task:
|
384 |
+
type: triplet
|
385 |
+
name: Triplet
|
386 |
+
dataset:
|
387 |
+
name: modernBERT disciplines
|
388 |
+
type: modernBERT_disciplines
|
389 |
+
metrics:
|
390 |
+
- type: cosine_accuracy
|
391 |
+
value: 0.9846743295019157
|
392 |
+
name: Cosine Accuracy
|
393 |
+
---
|
394 |
+
|
395 |
+
# SentenceTransformer based on allenai/specter
|
396 |
+
|
397 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [allenai/specter](https://huggingface.co/allenai/specter). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
398 |
+
|
399 |
+
## Model Details
|
400 |
+
|
401 |
+
### Model Description
|
402 |
+
- **Model Type:** Sentence Transformer
|
403 |
+
- **Base model:** [allenai/specter](https://huggingface.co/allenai/specter) <!-- at revision 81cbfb43d4fc2e728d5b4201ce14987db8d0854c -->
|
404 |
+
- **Maximum Sequence Length:** 512 tokens
|
405 |
+
- **Output Dimensionality:** 768 dimensions
|
406 |
+
- **Similarity Function:** Cosine Similarity
|
407 |
+
<!-- - **Training Dataset:** Unknown -->
|
408 |
+
<!-- - **Language:** Unknown -->
|
409 |
+
<!-- - **License:** Unknown -->
|
410 |
+
|
411 |
+
### Model Sources
|
412 |
+
|
413 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
414 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
415 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
416 |
+
|
417 |
+
### Full Model Architecture
|
418 |
+
|
419 |
+
```
|
420 |
+
SentenceTransformer(
|
421 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
|
422 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
423 |
+
)
|
424 |
+
```
|
425 |
+
|
426 |
+
## Usage
|
427 |
+
|
428 |
+
### Direct Usage (Sentence Transformers)
|
429 |
+
|
430 |
+
First install the Sentence Transformers library:
|
431 |
+
|
432 |
+
```bash
|
433 |
+
pip install -U sentence-transformers
|
434 |
+
```
|
435 |
+
|
436 |
+
Then you can load this model and run inference.
|
437 |
+
```python
|
438 |
+
from sentence_transformers import SentenceTransformer
|
439 |
+
|
440 |
+
# Download from the 🤗 Hub
|
441 |
+
model = SentenceTransformer("m7n/discipline-tuned_specter_1_001")
|
442 |
+
# Run inference
|
443 |
+
sentences = [
|
444 |
+
'To deal with the theme of the "unrepresented" it is necessary to clarify what we mean by representation. Depending on whether a formal, substantial, descriptive or symbolic concept of representation is adopted, in fact, the answer to the question: "Who are the unrepresented?" changes. Based on a formal concept, the unrepresented are those formally excluded from political rights. On the basis of a substantial conception, instead, they too can be considered represented, if there is someone who pursues their interests in the institutions. According to a descriptive concept, an assembly selected through the draw must be considered representative. The same can be said of a leader in whom a community identifies itself symbolically. The author claims that the adoption of exclusively substantial, descriptive or symbolic conceptions of representation involves many problems from the point of view of democratic theory, and therefore adopts a formal perspective. According to it, the unrepresented can be divided into three categories: a) who has not the right to elect representatives; b) who has this right, but fails to elect his or her own representative; c) who has this right but doesn\'t exercise it. The first category includes foreign residents without citizenship in democratic countries. The author argues that discrimination against them is not rationally justifiable, because it cannot be based on any of the classic arguments developed to limit political rights (such as lack of capacity, independence, or interest). The second category includes those who vote, but don\'t contribute to the election of anyone representing them. The existence of this category raises the problem of distorting electoral laws, and the issue of the size of representative assemblies. The third category includes those who don\'t exercise their political rights. A worrying sign that the vote by many is no longer perceived as a vehicle for change.',
|
445 |
+
'The constitutional State is under attack. If we separate Rule of Law and democratic sovereignty, civil rights and social rights, the holding of pluralist democracies is jeopardized. The sunset of the Rule of Law risks being one of the most dangerous consequences of neoliberal globalism and its crisis. The demolition of the welfare State and the technocratic depletion of politics have in fact generated a distortion of constitutional democracies, which can open the way for the questioning of the Rule of law. The opposing ideological narratives on the Rule of Law can be grouped according to two visions: an optimistic one, which sees in neo-liberal globalization the opportunity for its generalized diffusion; a radical-maximalist, which completely liquidates its regulatory framework and inheritance. The essay analyzes these two trends, to focus then on the emergency paradigm as a challenge to the "Rule of law".',
|
446 |
+
'Human attachment relationships are considered to be foundational to psychological well-being (Fonagy, ; Warren, Huston, Egeland, & Sroufe, ) and, by extension, attachment to God is often considered foundational to psychological well-being amongst Christian believers (Kirkpatrick, ; Miner, ). However, studies of psychological need satisfaction by different attachment figures (La Guardia, Ryan, Couchman, & Deci, ) suggest that experiences in which basic psychological needs are satisfied are conducive to more secure attachment relationships, and thus, to enhanced psychological well-being. This paper tests two contrasting models of attachment to God, need satisfaction, and well-being: the Attachment Security Primacy Model which holds that attachment security facilitates experiences of psychological need satisfaction and thence increased well-being; and the Need Satisfaction Primacy Model which holds that experiences of psychological need satisfaction facilitate attachment security and thence increased well-being. Using self-report data from Australian Christian participants, Structural Equation Modeling indicated that the Need Satisfaction Primacy Model fit the data better than competing models. Implications for augmenting theories of attachment to God and providing contexts in which people can experience God as meeting basic needs are discussed.',
|
447 |
+
]
|
448 |
+
embeddings = model.encode(sentences)
|
449 |
+
print(embeddings.shape)
|
450 |
+
# [3, 768]
|
451 |
+
|
452 |
+
# Get the similarity scores for the embeddings
|
453 |
+
similarities = model.similarity(embeddings, embeddings)
|
454 |
+
print(similarities.shape)
|
455 |
+
# [3, 3]
|
456 |
+
```
|
457 |
+
|
458 |
+
<!--
|
459 |
+
### Direct Usage (Transformers)
|
460 |
+
|
461 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
462 |
+
|
463 |
+
</details>
|
464 |
+
-->
|
465 |
+
|
466 |
+
<!--
|
467 |
+
### Downstream Usage (Sentence Transformers)
|
468 |
+
|
469 |
+
You can finetune this model on your own dataset.
|
470 |
+
|
471 |
+
<details><summary>Click to expand</summary>
|
472 |
+
|
473 |
+
</details>
|
474 |
+
-->
|
475 |
+
|
476 |
+
<!--
|
477 |
+
### Out-of-Scope Use
|
478 |
+
|
479 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
480 |
+
-->
|
481 |
+
|
482 |
+
## Evaluation
|
483 |
+
|
484 |
+
### Metrics
|
485 |
+
|
486 |
+
#### Triplet
|
487 |
+
|
488 |
+
* Datasets: `specter_og` and `modernBERT_disciplines`
|
489 |
+
* Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
|
490 |
+
|
491 |
+
| Metric | specter_og | modernBERT_disciplines |
|
492 |
+
|:--------------------|:-----------|:-----------------------|
|
493 |
+
| **cosine_accuracy** | **0.984** | **0.9847** |
|
494 |
+
|
495 |
+
<!--
|
496 |
+
## Bias, Risks and Limitations
|
497 |
+
|
498 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
499 |
+
-->
|
500 |
+
|
501 |
+
<!--
|
502 |
+
### Recommendations
|
503 |
+
|
504 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
505 |
+
-->
|
506 |
+
|
507 |
+
## Training Details
|
508 |
+
|
509 |
+
### Training Dataset
|
510 |
+
|
511 |
+
#### Unnamed Dataset
|
512 |
+
|
513 |
+
|
514 |
+
* Size: 7,828 training samples
|
515 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
516 |
+
* Approximate statistics based on the first 1000 samples:
|
517 |
+
| | anchor | positive | negative |
|
518 |
+
|:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
|
519 |
+
| type | string | string | string |
|
520 |
+
| details | <ul><li>min: 88 tokens</li><li>mean: 245.68 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 85 tokens</li><li>mean: 243.1 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 77 tokens</li><li>mean: 242.04 tokens</li><li>max: 512 tokens</li></ul> |
|
521 |
+
* Samples:
|
522 |
+
| anchor | positive | negative |
|
523 |
+
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
524 |
+
| <code>ChemInformVolume , Issue Reviews ChemInform Abstract: -Chloro- -aza- -propeniminium Units as Versatile Building Blocks in Organic Synthesis J. LIEBSCHER, J. LIEBSCHER Sekt. Chem., Humboldt-Univ., DDR- BerlinSearch for more papers by this author J. LIEBSCHER, J. LIEBSCHER Sekt. Chem., Humboldt-Univ., DDR- BerlinSearch for more papers by this author First published: January , the full textAboutPDF ToolsRequest permissionExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text accessShare full-text accessPlease review our Terms and Conditions of Use and check box below to share full-text version of article.I have read and accept the Wiley Online Library Terms and Conditions of UseShareable LinkUse the link below to share a full-text version of this article with your friends and colleagues. Learn more.Copy URL Share a linkShare onFacebookTwitterLinked InRedditWechat No abstract is available for this article. Volume00, Issue0January , RelatedInformation</code> | <code>ChemInformVolume , Issue Heterocyclic Compounds ChemInform Abstract: Anhydrous CeCl0-Catalyzed C0-Selective Propargylation of Indoles with Tertiary Alcohols. Claudio C. Silveira, Claudio C. Silveira Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, BrazilSearch for more papers by this authorSamuel R. Mendes, Samuel R. Mendes Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, BrazilSearch for more papers by this authorLucas Wolf, Lucas Wolf Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, BrazilSearch for more papers by this authorGuilherme M. Martins, Guilherme M. Martins Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, BrazilSearch for more papers by this author Claudio C. Silveira, Claudio C. Silveira Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, BrazilSearch for more papers by this authorSamuel R. Mendes, Samuel R. Mendes Dep. Quim., Univ. Fed. Santa Maria, Santa Maria, Rio Grande do Sul, ...</code> | <code>INSIGHTVolume , Issue p. - Special Feature Highway Infrastructure Michael E. Krueger, Michael E. Krueger Search for more papers by this author Michael E. Krueger, Michael E. Krueger Search for more papers by this author First published: June 0AboutPDF ToolsRequest permissionExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text accessShare full-text accessPlease review our Terms and Conditions of Use and check box below to share full-text version of article.I have read and accept the Wiley Online Library Terms and Conditions of UseShareable LinkUse the link below to share a full-text version of this article with your friends and colleagues. Learn more.Copy URL Share a linkShare onFacebookTwitterLinkedInRedditWechat Citing Literature Volume0, Issue0April 0000Pages - RelatedInformation</code> |
|
525 |
+
| <code>Background: When determining the duration of an acute bout of physical activity (PA) in an experiment, it is important for researchers to consider associations between duration and the target outcome, as well as how amenable participants will be to enrolling, and whether they will be capable of completing the study. Researchers must strike a suitable balance when working with populations that are commonly inactive, such as people with schizophrenia. Conceptually, a participant's task self-efficacy might indicate their willingness to participate in a study and their confidence in completing a PA protocol. To inform a future protocol, this study examined the self-efficacy of individuals with schizophrenia to complete PA bouts of differing durations. Methods: A secondary analysis on reliability data from a Health Action Process Approach inventory for PA in schizophrenia (n= ) was performed. Task self-efficacy was measured using -items. Participants rated how confident they were in their p...</code> | <code>Involvement opportunities (IOs) are perceived benefits that are only present through continued sport involvement (Weiss & Amorose, ). Knowing which IOs are poignant in different segments of a population may be important in explaining participants' sport commitment, their behaviours, and purchase intentions (Casper & Stellino, ; Young, Bennett & Seguin, ). This study examined how Masters swimmers judged IOs, as a function of age group ( - , - , - , +), sex, prior participation length (< , + yrs), and probability (low, high) of attending a World championship event. Participants reported information on demographics, sport involvement, intentions, and responded to a survey (Bennett & Young, ) assessing different IOs. A series of MANOVAs identified differences according to sample segments, all ps < . All age cohorts highly recognized opportunities for 'enjoyment', 'health and fitness', 'social', 'stress relief' and 'personal testing and assessment', though the youngest group viewed the latt...</code> | <code>The article analyzes the current state with anti-monopolistic regulation with regards to the transactions of mergers and acquisitions in Russia, describes the recent changes in legislation related to it, and analyzes the major trends in state regulation over merges and acquisitions in the post-crisis period. The acquisition of TNK-BP by Rosneft' is the central example discussed in the article. The author presents recommendation towards improving the mechanisms of evaluation of the effect produced by the transaction of merges and acquisitions upon Russian economy</code> |
|
526 |
+
| <code>In academe, there is a great bifurcation in the understanding of such things, i.e., the main thought of German ideology and its status in the history of Marxist philosophy. By exploring the historical background and the purpose of German ideology, and with the help of the direct explanation of Marx and Engels in this book, the author thinks that the main thought and basic content of German ideology is the theory on individuals. After that, the author elucidates the relation between the theory on individuals of Marxism and historical materialism, and the history of Marxist philosophy as well.</code> | <code>After the Second Opium War, the government of the Qing Dynasty signed Treaty of Tianjing with America and British in succession, starting from which Shantou opened its seaport to the world, and the foreigners had enjoyed the rights to rent estate to build warehouse, church, hospital and graveyards. Being different with other cities such as Shanghai, Tianjin, and Hankou, where designed some special areas to rent, the expanding situation in Shantou is more complicated. Based on the analysis of British Public Archives Files, this paper focuses on the two recorded disputes on estate involving Chinese and foreigners in Shantou, in order to help us to gain a deep understanding of the complicate situation in the expanding progression of Chinese coastal ports, by presenting the transition of the strategies adopted by foreigners to rent or buy estate, and the reactions taken by Chinese officials during the formation of Shantou City in the end of the Qing Dynasty.</code> | <code>We complete the determination of the \ell -block distribution of characters for quasi-simple exceptional groups of Lie type up to some minor ambiguities relating to non-uniqueness of Jordan decomposition. For this, we first determine the \ell -block distribution for finite reductive groups whose ambient algebraic group defined in characteristic different from \ell has connected centre. As a consequence we derive a compatibility between \ell -blocks, e -Harish-Chandra series and Jordan decomposition. Further we apply our results to complete the proof of Robinson's conjecture on defects of characters.</code> |
|
527 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
528 |
+
```json
|
529 |
+
{
|
530 |
+
"distance_metric": "TripletDistanceMetric.COSINE",
|
531 |
+
"triplet_margin": 0.3
|
532 |
+
}
|
533 |
+
```
|
534 |
+
|
535 |
+
### Evaluation Dataset
|
536 |
+
|
537 |
+
#### Unnamed Dataset
|
538 |
+
|
539 |
+
|
540 |
+
* Size: 391 evaluation samples
|
541 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
542 |
+
* Approximate statistics based on the first 391 samples:
|
543 |
+
| | anchor | positive | negative |
|
544 |
+
|:--------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
|
545 |
+
| type | string | string | string |
|
546 |
+
| details | <ul><li>min: 88 tokens</li><li>mean: 241.2 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 91 tokens</li><li>mean: 242.12 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 92 tokens</li><li>mean: 244.54 tokens</li><li>max: 512 tokens</li></ul> |
|
547 |
+
* Samples:
|
548 |
+
| anchor | positive | negative |
|
549 |
+
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
550 |
+
| <code>Some two component catalysts supported on inorganic oxides were prepared by wet impregnation and their catalytic performances for the direct synthesis of dimethyl carbonate from carbon dioxide, propylene oxide and methanol were studied. The influences of reaction temperature, amount of catalyst, reaction pressure and size of support on the synthetic reaction were investigated. The results showed that two component catalyst supported on ZnO had good catalytic activity and optimum reaction temperature was . The highest yield of DMC was obtained over a catalyst with % active component. The influence of reaction pressure was not obvious, and the decrease of the size of support favored the formation of DMC.</code> | <code>-Dihydroxybenzoic acid was prepared by carboxylation of resorcinol in solvent under under atmospheric pressure was studied.The mechanism of Kolbe-Schmitt carboxylation was analyzed and the sutable solvent for the carboxylation reaction was selected.The optimum process parameters were determined by orthogonal test.Under the optimized parameters,i.e.,resorcinol to potassium carbonate molar ratio of ,reaction temperature of - ,reaction time of hours- hours,and dimethyl acetamide as solvent,the yield of -dihydroxybenzoic acid was up to %</code> | <code>Background This paper uses a SEIR(D) model to analyse the time-varying transmission dynamics of the COVID- epidemic in Korea throughout its multiple stages of development. This multi-stage estimation of the model parameters offers a better model fit compared to the whole period analysis and shows how the COVID- 's infection patterns change over time, primarily depending on the effectiveness of the public health authority's non-pharmaceutical interventions (NPIs).Methods This paper uses the SEIR(D) compartment model to simulate and estimate the parameters for three distinctive stages of the COVID- epidemic in Korea, using a manually compiled COVID- epidemic dataset for the period between February and February . The paper identifies three major stages of the COVID- epidemic, conducts multi-stage estimations of the SEIR(D) model parameters, and carefully infers context-dependent meaning of the estimation results to help better understand the unique patterns of the transmission of the nove...</code> |
|
551 |
+
| <code>Clinical Pharmacology & TherapeuticsVolume , Issue p. - USAN Council List No. First published: July ToolsRequest permissionExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text accessShare full-text accessPlease review our Terms and Conditions of Use and check box below to share full-text version of article.I have read and accept the Wiley Online Library Terms and Conditions of UseShareable LinkUse the link below to share a full-text version of this article with your friends and colleagues. Learn more.Copy URL Share a linkShare onFacebookTwitterLinked InRedditWechat Abstract Clinical Pharmacology and Therapeutics ( ) , ; doi: /clpt.0000.000 Volume00, Issue0July 0000Pages - RelatedInformation</code> | <code>Clinical Pharmacology & TherapeuticsVolume , Issue p. - FDA papers FDA papers II Walter Modell M.D., Walter Modell M.D.Search for more papers by this authorC. E. Healy M.D., C. E. Healy M.D. Evansville, Ind.Search for more papers by this author Walter Modell M.D., Walter Modell M.D.Search for more papers by this authorC. E. Healy M.D., C. E. Healy M.D. Evansville, Ind.Search for more papers by this author First published: March 0AboutPDF ToolsRequest permissionExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text accessShare full-text accessPlease review our Terms and Conditions of Use and check box below to share full-text version of article.I have read and accept the Wiley Online Library Terms and Conditions of UseShareable LinkUse the link below to share a full-text version of this article with your friends and colleagues. Learn more.Copy URL Share a linkShare onFacebookTwitterLinkedInRedditWechat Citing Literature Volume0, Issue0March 0000Pages - Relat...</code> | <code>Preeclampsia is characterized by reduced placental perfusion with placental ischemia and hypertension during pregnancy. Preeclamptic women also exhibit a heightened inflammatory state and greater number of neutrophils in the vasculature compared to normal pregnancy. Since neutrophils are associated with tissue injury and inflammation, we hypothesized that neutrophils are critical to placental ischemia-induced hypertension and fetal demise. Using the reduced uteroplacental perfusion pressure (RUPP) model of placental ischemia-induced hypertension in the rat, we determined the effect of neutrophil depletion on blood pressure and fetal resorptions. Neutrophils were depleted with repeated injections of polyclonal rabbit anti-rat polymorphonuclear leukocyte (PMN) antibody (antiPMN). Rats received either antiPMN or normal rabbit serum (Control) on , , , and days post conception (dpc). On dpc, rats underwent either Sham surgery or clip placement on ovarian arteries and abdominal aorta to redu...</code> |
|
552 |
+
| <code>Prior to the start of the LHC Run , the US ATLAS Software and Computing operations program established three shared Tier Analysis Facilities (AFs). The newest AF was established at the University of Chicago in the past year, joining the existing AFs at Brookhaven National Lab and SLAC National Accelerator Lab. In this paper, we will describe both the common and unique aspects of these three AFs, and the resulting distributed facility from the user's perspective, including how we monitor and measure the AFs. The common elements include enabling easy access via Federated ID, file sharing via EOS, provisioning of similar Jupyter environments using common Jupyter kernels and containerization, and efforts to centralize documentation and user support channels. The unique components we will cover are driven in turn by the requirements, expertise and resources at each individual site. Finally, we will highlight how the US AFs are collaborating with other ATLAS and LHC wide (IRIS-HEP and HSF) u...</code> | <code>Network traffic optimisation is difficult as the load is by nature dynamic and seemingly unpredictable. However, the increased usage of file transfer services may help the detection of future loads and the prediction of their expected duration. The NOTED project seeks to do exactly this and to dynamically adapt network topology to deliver improved bandwidth for users of such services. This article introduces, and explains the features of, the two main components of NOTED, the Transfer Broker and the Network Intelligence component. The Transfer Broker analyses all queued and on-going FTS transfers, producing a traffic report which can be used by network controllers. Based on this report and its knowledge of the network topology and routing, the Network Intelligence (NI) component makes decisions as to when a network reconfiguration could be beneficial. Any Software Defined Network controller can then apply these decision to the network, so optimising transfer execution time and reducing...</code> | <code>Human Geophagia, a phenomenon widely practised especially in Africa, is the craving and deliberate ingestion of clayey soils. It is frequently practised by women and children to relieve hunger, supply nutritional deficiencies or as folk medicine. Geophagic individuals are very selective in the type of clayey soil they consume, where it is obtained, and its physical state; as well as its colour, smell and texture. Though clayey soils are medicinal, they could equally be risky and hazardous to human health. Reports have associated geophagia with iron deficiency leading to anaemia, infestation with geohelminths, and abrasion of the gastro-intestines. This overview brings awareness on clayey soils consumed and throws light on the human health associated effects.</code> |
|
553 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
554 |
+
```json
|
555 |
+
{
|
556 |
+
"distance_metric": "TripletDistanceMetric.COSINE",
|
557 |
+
"triplet_margin": 0.3
|
558 |
+
}
|
559 |
+
```
|
560 |
+
|
561 |
+
### Training Hyperparameters
|
562 |
+
#### Non-Default Hyperparameters
|
563 |
+
|
564 |
+
- `eval_strategy`: steps
|
565 |
+
- `per_device_train_batch_size`: 4
|
566 |
+
- `per_device_eval_batch_size`: 4
|
567 |
+
- `learning_rate`: 1e-05
|
568 |
+
- `weight_decay`: 0.01
|
569 |
+
- `num_train_epochs`: 2
|
570 |
+
- `warmup_ratio`: 0.1
|
571 |
+
- `batch_sampler`: no_duplicates
|
572 |
+
|
573 |
+
#### All Hyperparameters
|
574 |
+
<details><summary>Click to expand</summary>
|
575 |
+
|
576 |
+
- `overwrite_output_dir`: False
|
577 |
+
- `do_predict`: False
|
578 |
+
- `eval_strategy`: steps
|
579 |
+
- `prediction_loss_only`: True
|
580 |
+
- `per_device_train_batch_size`: 4
|
581 |
+
- `per_device_eval_batch_size`: 4
|
582 |
+
- `per_gpu_train_batch_size`: None
|
583 |
+
- `per_gpu_eval_batch_size`: None
|
584 |
+
- `gradient_accumulation_steps`: 1
|
585 |
+
- `eval_accumulation_steps`: None
|
586 |
+
- `torch_empty_cache_steps`: None
|
587 |
+
- `learning_rate`: 1e-05
|
588 |
+
- `weight_decay`: 0.01
|
589 |
+
- `adam_beta1`: 0.9
|
590 |
+
- `adam_beta2`: 0.999
|
591 |
+
- `adam_epsilon`: 1e-08
|
592 |
+
- `max_grad_norm`: 1.0
|
593 |
+
- `num_train_epochs`: 2
|
594 |
+
- `max_steps`: -1
|
595 |
+
- `lr_scheduler_type`: linear
|
596 |
+
- `lr_scheduler_kwargs`: {}
|
597 |
+
- `warmup_ratio`: 0.1
|
598 |
+
- `warmup_steps`: 0
|
599 |
+
- `log_level`: passive
|
600 |
+
- `log_level_replica`: warning
|
601 |
+
- `log_on_each_node`: True
|
602 |
+
- `logging_nan_inf_filter`: True
|
603 |
+
- `save_safetensors`: True
|
604 |
+
- `save_on_each_node`: False
|
605 |
+
- `save_only_model`: False
|
606 |
+
- `restore_callback_states_from_checkpoint`: False
|
607 |
+
- `no_cuda`: False
|
608 |
+
- `use_cpu`: False
|
609 |
+
- `use_mps_device`: False
|
610 |
+
- `seed`: 42
|
611 |
+
- `data_seed`: None
|
612 |
+
- `jit_mode_eval`: False
|
613 |
+
- `use_ipex`: False
|
614 |
+
- `bf16`: False
|
615 |
+
- `fp16`: False
|
616 |
+
- `fp16_opt_level`: O1
|
617 |
+
- `half_precision_backend`: auto
|
618 |
+
- `bf16_full_eval`: False
|
619 |
+
- `fp16_full_eval`: False
|
620 |
+
- `tf32`: None
|
621 |
+
- `local_rank`: 0
|
622 |
+
- `ddp_backend`: None
|
623 |
+
- `tpu_num_cores`: None
|
624 |
+
- `tpu_metrics_debug`: False
|
625 |
+
- `debug`: []
|
626 |
+
- `dataloader_drop_last`: False
|
627 |
+
- `dataloader_num_workers`: 0
|
628 |
+
- `dataloader_prefetch_factor`: None
|
629 |
+
- `past_index`: -1
|
630 |
+
- `disable_tqdm`: False
|
631 |
+
- `remove_unused_columns`: True
|
632 |
+
- `label_names`: None
|
633 |
+
- `load_best_model_at_end`: False
|
634 |
+
- `ignore_data_skip`: False
|
635 |
+
- `fsdp`: []
|
636 |
+
- `fsdp_min_num_params`: 0
|
637 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
638 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
639 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
640 |
+
- `deepspeed`: None
|
641 |
+
- `label_smoothing_factor`: 0.0
|
642 |
+
- `optim`: adamw_torch
|
643 |
+
- `optim_args`: None
|
644 |
+
- `adafactor`: False
|
645 |
+
- `group_by_length`: False
|
646 |
+
- `length_column_name`: length
|
647 |
+
- `ddp_find_unused_parameters`: None
|
648 |
+
- `ddp_bucket_cap_mb`: None
|
649 |
+
- `ddp_broadcast_buffers`: False
|
650 |
+
- `dataloader_pin_memory`: True
|
651 |
+
- `dataloader_persistent_workers`: False
|
652 |
+
- `skip_memory_metrics`: True
|
653 |
+
- `use_legacy_prediction_loop`: False
|
654 |
+
- `push_to_hub`: False
|
655 |
+
- `resume_from_checkpoint`: None
|
656 |
+
- `hub_model_id`: None
|
657 |
+
- `hub_strategy`: every_save
|
658 |
+
- `hub_private_repo`: None
|
659 |
+
- `hub_always_push`: False
|
660 |
+
- `gradient_checkpointing`: False
|
661 |
+
- `gradient_checkpointing_kwargs`: None
|
662 |
+
- `include_inputs_for_metrics`: False
|
663 |
+
- `include_for_metrics`: []
|
664 |
+
- `eval_do_concat_batches`: True
|
665 |
+
- `fp16_backend`: auto
|
666 |
+
- `push_to_hub_model_id`: None
|
667 |
+
- `push_to_hub_organization`: None
|
668 |
+
- `mp_parameters`:
|
669 |
+
- `auto_find_batch_size`: False
|
670 |
+
- `full_determinism`: False
|
671 |
+
- `torchdynamo`: None
|
672 |
+
- `ray_scope`: last
|
673 |
+
- `ddp_timeout`: 1800
|
674 |
+
- `torch_compile`: False
|
675 |
+
- `torch_compile_backend`: None
|
676 |
+
- `torch_compile_mode`: None
|
677 |
+
- `dispatch_batches`: None
|
678 |
+
- `split_batches`: None
|
679 |
+
- `include_tokens_per_second`: False
|
680 |
+
- `include_num_input_tokens_seen`: False
|
681 |
+
- `neftune_noise_alpha`: None
|
682 |
+
- `optim_target_modules`: None
|
683 |
+
- `batch_eval_metrics`: False
|
684 |
+
- `eval_on_start`: False
|
685 |
+
- `use_liger_kernel`: False
|
686 |
+
- `eval_use_gather_object`: False
|
687 |
+
- `average_tokens_across_devices`: False
|
688 |
+
- `prompts`: None
|
689 |
+
- `batch_sampler`: no_duplicates
|
690 |
+
- `multi_dataset_batch_sampler`: proportional
|
691 |
+
|
692 |
+
</details>
|
693 |
+
|
694 |
+
### Training Logs
|
695 |
+
| Epoch | Step | Training Loss | Validation Loss | specter_og_cosine_accuracy | modernBERT_disciplines_cosine_accuracy |
|
696 |
+
|:------:|:----:|:-------------:|:---------------:|:--------------------------:|:--------------------------------------:|
|
697 |
+
| 0 | 0 | - | - | 0.9579 | - |
|
698 |
+
| 0.0511 | 100 | 0.1007 | 0.0612 | 0.9649 | - |
|
699 |
+
| 0.1022 | 200 | 0.0442 | 0.0423 | 0.9687 | - |
|
700 |
+
| 0.1533 | 300 | 0.0372 | 0.0342 | 0.9725 | - |
|
701 |
+
| 0.2044 | 400 | 0.0319 | 0.0274 | 0.9725 | - |
|
702 |
+
| 0.2555 | 500 | 0.0307 | 0.0282 | 0.9738 | - |
|
703 |
+
| 0.3066 | 600 | 0.0318 | 0.0268 | 0.9789 | - |
|
704 |
+
| 0.3577 | 700 | 0.0278 | 0.0251 | 0.9770 | - |
|
705 |
+
| 0.4088 | 800 | 0.0266 | 0.0282 | 0.9757 | - |
|
706 |
+
| 0.4599 | 900 | 0.0274 | 0.0252 | 0.9745 | - |
|
707 |
+
| 0.5110 | 1000 | 0.0317 | 0.0263 | 0.9770 | - |
|
708 |
+
| 0.5621 | 1100 | 0.024 | 0.0249 | 0.9770 | - |
|
709 |
+
| 0.6132 | 1200 | 0.0201 | 0.0236 | 0.9770 | - |
|
710 |
+
| 0.6643 | 1300 | 0.0202 | 0.0225 | 0.9757 | - |
|
711 |
+
| 0.7154 | 1400 | 0.0284 | 0.0228 | 0.9777 | - |
|
712 |
+
| 0.7665 | 1500 | 0.0229 | 0.0236 | 0.9777 | - |
|
713 |
+
| 0.8176 | 1600 | 0.0299 | 0.0219 | 0.9789 | - |
|
714 |
+
| 0.8687 | 1700 | 0.0315 | 0.0197 | 0.9808 | - |
|
715 |
+
| 0.9198 | 1800 | 0.0222 | 0.0193 | 0.9840 | - |
|
716 |
+
| 0.9709 | 1900 | 0.0251 | 0.0197 | 0.9821 | - |
|
717 |
+
| 1.0220 | 2000 | 0.0283 | 0.0190 | 0.9789 | - |
|
718 |
+
| 1.0731 | 2100 | 0.017 | 0.0198 | 0.9770 | - |
|
719 |
+
| 1.1242 | 2200 | 0.0154 | 0.0189 | 0.9821 | - |
|
720 |
+
| 1.1753 | 2300 | 0.0079 | 0.0192 | 0.9840 | - |
|
721 |
+
| 1.2264 | 2400 | 0.0042 | 0.0191 | 0.9834 | - |
|
722 |
+
| 1.2775 | 2500 | 0.0065 | 0.0197 | 0.9808 | - |
|
723 |
+
| 1.3286 | 2600 | 0.0066 | 0.0198 | 0.9796 | - |
|
724 |
+
| 1.3797 | 2700 | 0.0058 | 0.0196 | 0.9821 | - |
|
725 |
+
| 1.4308 | 2800 | 0.0084 | 0.0196 | 0.9828 | - |
|
726 |
+
| 1.4819 | 2900 | 0.009 | 0.0199 | 0.9847 | - |
|
727 |
+
| 1.5330 | 3000 | 0.0053 | 0.0193 | 0.9828 | - |
|
728 |
+
| 1.5841 | 3100 | 0.0075 | 0.0185 | 0.9821 | - |
|
729 |
+
| 1.6352 | 3200 | 0.0045 | 0.0188 | 0.9840 | - |
|
730 |
+
| 1.6863 | 3300 | 0.0051 | 0.0185 | 0.9821 | - |
|
731 |
+
| 1.7374 | 3400 | 0.008 | 0.0189 | 0.9821 | - |
|
732 |
+
| 1.7885 | 3500 | 0.0097 | 0.0187 | 0.9834 | - |
|
733 |
+
| 1.8396 | 3600 | 0.0083 | 0.0186 | 0.9840 | - |
|
734 |
+
| 1.8906 | 3700 | 0.007 | 0.0183 | 0.9847 | - |
|
735 |
+
| 1.9417 | 3800 | 0.0072 | 0.0180 | 0.9840 | - |
|
736 |
+
| 1.9673 | 3850 | - | - | - | 0.9847 |
|
737 |
+
|
738 |
+
|
739 |
+
### Framework Versions
|
740 |
+
- Python: 3.10.12
|
741 |
+
- Sentence Transformers: 3.3.1
|
742 |
+
- Transformers: 4.48.0.dev0
|
743 |
+
- PyTorch: 2.5.1+cu121
|
744 |
+
- Accelerate: 1.2.1
|
745 |
+
- Datasets: 3.2.0
|
746 |
+
- Tokenizers: 0.21.0
|
747 |
+
|
748 |
+
## Citation
|
749 |
+
|
750 |
+
### BibTeX
|
751 |
+
|
752 |
+
#### Sentence Transformers
|
753 |
+
```bibtex
|
754 |
+
@inproceedings{reimers-2019-sentence-bert,
|
755 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
756 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
757 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
758 |
+
month = "11",
|
759 |
+
year = "2019",
|
760 |
+
publisher = "Association for Computational Linguistics",
|
761 |
+
url = "https://arxiv.org/abs/1908.10084",
|
762 |
+
}
|
763 |
+
```
|
764 |
+
|
765 |
+
#### TripletLoss
|
766 |
+
```bibtex
|
767 |
+
@misc{hermans2017defense,
|
768 |
+
title={In Defense of the Triplet Loss for Person Re-Identification},
|
769 |
+
author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
|
770 |
+
year={2017},
|
771 |
+
eprint={1703.07737},
|
772 |
+
archivePrefix={arXiv},
|
773 |
+
primaryClass={cs.CV}
|
774 |
+
}
|
775 |
+
```
|
776 |
+
|
777 |
+
<!--
|
778 |
+
## Glossary
|
779 |
+
|
780 |
+
*Clearly define terms in order to be accessible across audiences.*
|
781 |
+
-->
|
782 |
+
|
783 |
+
<!--
|
784 |
+
## Model Card Authors
|
785 |
+
|
786 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
787 |
+
-->
|
788 |
+
|
789 |
+
<!--
|
790 |
+
## Model Card Contact
|
791 |
+
|
792 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
793 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allenai/specter",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.48.0.dev0",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 31116
|
26 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.3.1",
|
4 |
+
"transformers": "4.48.0.dev0",
|
5 |
+
"pytorch": "2.5.1+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588568335abd1fc6b89a5d89e0eaddc3829e74084a3a0da998664b15c851fb5e
|
3 |
+
size 439776096
|
modules.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
}
|
14 |
+
]
|
sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 512,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"extra_special_tokens": {},
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 1000000000000000019884624838656,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"unk_token": "[UNK]"
|
58 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|