RosaMelo commited on
Commit
c806aec
·
verified ·
1 Parent(s): c70fe0c

Add new SentenceTransformer model

Browse files
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,869 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - sentence-transformers
7
+ - sentence-similarity
8
+ - feature-extraction
9
+ - generated_from_trainer
10
+ - dataset_size:79876
11
+ - loss:TripletLoss
12
+ base_model: Master-thesis-NAP/ModernBert-DAPT-math
13
+ widget:
14
+ - source_sentence: What is the error estimate for the difference between the exact
15
+ solution and the local oscillation decomposition (LOD) solution in terms of the
16
+ $L_0$ norm?
17
+ sentences:
18
+ - '\label{RL1}
19
+
20
+ The system \eqref{R3} has the following positive fixed points if $0 <\alpha\leq1$
21
+ and $b>d$
22
+
23
+ $$E^*=\left(\dfrac{d}{b}, \dfrac{(b-d) r}{b^2}\right)$$'
24
+ - "\\label{theo1d}\nWith the assumptions and setting is this section, the finite\
25
+ \ difference solution computed using the improved harmonic average method applied\
26
+ \ to \\eqn{eq1d} or \\eqn{eq1dB} has second order convergence in the infinity\
27
+ \ norm, that is,\n\\eqm\n \\|\\mathbf{E} \\|_{\\infty}\\le C h^2,\n\\enm\nassuming\
28
+ \ that the true solution of \\eqn{eq1d} is piecewise $C^4$ excluding the interface\
29
+ \ $\\alf$, that is, \n$u(x) \\in C^4(0,\\alf) \\cup C^4(\\alf,1)$. \n%where $C$\
30
+ \ is a generic error constant."
31
+ - "\\label{Corollary}\n Let Assumptions~\\ref{assum_1} and~\\ref{assump2} be\
32
+ \ satisfied. Let $u$ be the solution of~\\eqref{WeakForm} and let $u_{H,k}$ be\
33
+ \ the LOD solution of~\\eqref{local_probelm }. Then we have \n \\begin{equation}\\\
34
+ label{L2Estimate}\n \\|u-I_Hu_{H,k}\\|_0\\lesssim \\|u-I_Hu\\|_0+\\|u-u_{H,k}\\\
35
+ |_0 +H|u-u_{H,k}|_1.\n \\end{equation}\n %\\[\\|u-I_Hu_{H,k}\\|_0\\lesssim\
36
+ \ H |u|_1 +|u-u_{H,k}|_1.\\]"
37
+ - source_sentence: What is the expected value of the number of individuals in a Markov
38
+ branching process with non-homogeneous Poisson immigration (MBPNPI) at time $t=0$,
39
+ given that the immigration rate is $\lambda$?
40
+ sentences:
41
+ - '\label{lemma-sampling}
42
+
43
+ Fix an integer~$n\geq 1$.
44
+
45
+ Consider the initial configuration with one active particle on each
46
+
47
+ site of~$V_n$ and let the system evolve, with particles being killed
48
+
49
+ when they jump out of~$V_n$, until no active particle remains
50
+
51
+ in~$V_n$.
52
+
53
+ Then the distribution of the resulting stable configuration is exactly
54
+
55
+ the stationary distribution of the driven-dissipative Markov chain
56
+
57
+ on~$V_n$.
58
+
59
+ In particular, the number of sleeping particles remaining in~$V_n$ is
60
+
61
+ distributed as~$S_n$.'
62
+ - "The process $Y(t)$, $t\\geq 0,$ is called Markov branching process with\r\nnon-homogeneous\
63
+ \ Poisson immigration (MBPNPI)."
64
+ - "For any $\\lambda \\in(0,1)$ and $s \\in\\mathbb N$,\n \\begin{equation*}\n\\\
65
+ sum_{k=s}^{\\infty}\\binom {k}{s}\n(1-\\lambda)^{k-s}= \\lambda^{-s-1}.\n\\\
66
+ end{equation*}"
67
+ - source_sentence: Does the theorem imply that the rate of convergence of the sequence
68
+ $T_{m,j}(E)$ to $T_{m+k_n,j+k_n}(E)$ is exponential in the distance between $m$
69
+ and $j$, and that this rate is bounded by a constant $C$ times an exponential
70
+ decay factor involving the parameter $\gamma$?
71
+ sentences:
72
+ - "\\label{lem1}\n\t\tFor all $m,j\\in\\Z$,  we have\n\t\t\\begin{equation*}\n\t\
73
+ \t|| T_{m,j} (E)-T_{m+k_n,j+k_n}(E)||\\leq C e^{-\\gamma k_n} e^{(\\mathcal\
74
+ \ L(E)+\\varepsilon) |m-j|}. \n\t\t\\end{equation*}"
75
+ - "[Divergence Theorem or Gauss-Green Theorem for Surfaces in $\\R^3$]\n\t\\label{thm:surface_int}\n\
76
+ \t Let $\\Sigma \\subset \\Omega\\subseteq\\R^3$ be a bounded smooth surface.\n\
77
+ \t Further, $\\bb a:\\Sigma\\to\\R^3$ is a continuously differentiable\
78
+ \ vector field that is either defined on the\n\t\t\t\t\tboundary $\\partial\\\
79
+ Sigma$ or has a bounded continuous extension to this boundary.\n\t Like\
80
+ \ in \\eqref{eq:decomp} it may be decomposed into tangential and normal components\n\
81
+ \t\t\t\t\tas follows $\\bb a = \\bb a^\\shortparallel + a_\\nu\\bs\\nu_\\Sigma$.\
82
+ \ By $\\dd l$ we denote the line element on \n\t\t\t\t\tthe curve $\\partial \\\
83
+ Sigma$. We assume that the curve is continuous and consists of finitely many\n\
84
+ \t\t\t\t\tsmooth pieces.\n\t Then the following divergence formula for\
85
+ \ surface integrals holds\n\t %\n\t \\begin{align}\n\t \
86
+ \ %\n\t \\int\\limits_\\Sigma \\left[\\nabla_\\Sigma\\cdot\\bb a^\\\
87
+ shortparallel\\right](\\x)\\;\\dd S\n\t\t\t\t\t\t\t= \\int\\limits_{\\partial\\\
88
+ Sigma} \\left[\\bb a\\cdot\\bs\\nu_{\\partial\\Sigma}\\right](\\x)\\,\\dd l .\n\
89
+ \t \\label{eq:surface_div}\n\t %\n\t \\end{align}\n\
90
+ \t\t\t\t\t%\n\t\t\t\t\tFrom this we obtain the formula\n\t\t\t\t\t%\n\t \
91
+ \ \\begin{align}\n\t %\n\t \\int\\limits_\\Sigma \\left[\\\
92
+ nabla_\\Sigma\\cdot\\bb a\\right](\\x)\\;\\dd S\n\t\t\t\t\t\t\t= \\int\\limits_{\\\
93
+ partial\\Sigma} \\left[\\bb a\\cdot\\bs\\nu_{\\partial\\Sigma}\\right](\\x)\\\
94
+ ,\\dd l \n\t\t\t\t\t\t\t-\\int\\limits_\\Sigma\\left[ 2\\kappa_Ma_\\nu\\right](\\\
95
+ x)\\;\\dd S.\n\t \\label{eq:surface_div_2}\n\t %\n\t \
96
+ \ \\end{align}\n\t %"
97
+ - '\label{theo:helper3}
98
+
99
+ Assume that $\{\PP_N\}_{N\ge 1}$ is a sequence of probability measures that is
100
+ HT-appropriate in the sense of \cref{def:appropriate} and satisfies the LLN in
101
+ the sense of \cref{def:LLN}.
102
+
103
+ Let $(\kappa_n)_{n\ge 1}$ and $(m_n)_{n\ge 1}$ be the sequences that arise from
104
+ these definitions.
105
+
106
+ Moreover, assume that there exists a constant $C>0$ such that $|\kappa_n|\leq
107
+ C^n$, for all $n \geq 1$.
108
+
109
+ Then $(m_n)_{n\ge 1}$ is the sequence of moments of a unique probability measure
110
+ on $\R$.'
111
+ - source_sentence: What is the error estimate for the eigenfunction approximation
112
+ in terms of the weak eigenvalue and the norm of the difference between the exact
113
+ and approximate eigenfunctions?
114
+ sentences:
115
+ - "Consider dynamics \\eqref{avg} and define the corresponding average dynamics\
116
+ \ as $\\label{T-avg}\n\\mathring{\\chi} = \\epsilon h_{av}(\\chi)$, with the average\
117
+ \ function defined as\n\\begin{equation*} \nh_{av}(\\chi):=\\lim_{T \\to \\infty}\
118
+ \ \\frac{1}{T}\\int_{t}^{t+T} h(\\mu, \\chi, 0) d \\mu, \\ T>0,\n\\end{equation*}\n\
119
+ both \\eqref{avg} and \\eqref{T-avg} twice differentiable and bounded in every\
120
+ \ compact set of the $\\chi$-domain $\\mathcal{D} \\subset \\mathbb{R}^{3}$. \n\
121
+ %\nLet $\\chi(\\tau,\\epsilon)$ and $\\chi_{av}(\\epsilon\\tau)$ denote the solutions\
122
+ \ of \\eqref{avg} and \\eqref{T-avg}, respectively. If $\\chi_{av}(\\epsilon\\\
123
+ tau)\\in \\mathcal{D}$ for all $\\tau\\in[0,\\zeta/\\epsilon]$, $\\zeta\\geq 0$,\
124
+ \ and $\\chi(0,\\epsilon) - \\chi_{av}(0)=\\mathcal{O}(\\nu(\\epsilon))$, then\
125
+ \ there exists an $\\epsilon^{*}>0$ such that for all $0<\\epsilon<\\epsilon^{*}$,\
126
+ \ $\\chi(\\tau,\\epsilon)$ is well defined and\n$$\n\\chi(\\tau,\\epsilon) - \\\
127
+ chi_{av}(\\epsilon\\tau) = \\mathcal{O}(\\nu(\\epsilon)) \\ \\textnormal{on} \\\
128
+ \ \\tau \\in [0, \\zeta/\\epsilon],\n$$\nfor some function $\\nu\\in \\mathcal{K}$."
129
+ - "(\\cite{DangWangXieZhou})\\label{Theorem_Error_Estimate_k}\nLet us define the\
130
+ \ spectral projection $F_{k,h}^{(\\ell)}: V\\mapsto {\\rm span}\\{u_{1,h}^{(\\\
131
+ ell)}, \\cdots, u_{k,h}^{(\\ell)}\\}$ for any integer $\\ell \\geq 1$ as follows:\n\
132
+ \\begin{eqnarray*}\na(F_{k,h}^{(\\ell)}w, u_{i,h}^{(\\ell)}) = a(w, u_{i,h}^{(\\\
133
+ ell)}), \\ \\ \\ i=1, \\cdots, k\\ \\ {\\rm for}\\ w\\in V.\n\\end{eqnarray*}\n\
134
+ Then the exact eigenfunctions $\\bar u_{1,h},\\cdots, \\bar u_{k,h}$ of (\\ref{Weak_Eigenvalue_Discrete})\
135
+ \ and the eigenfunction approximations $u_{1,h}^{(\\ell+1)}$, $\\cdots$, $u_{k,h}^{(\\\
136
+ ell+1)}$ from Algorithm \\ref{Algorithm_k} with the integer $\\ell > 1$ have the\
137
+ \ following error estimate:\n\\begin{eqnarray*}\\label{Error_Estimate_Inverse}\n\
138
+ \ \\left\\|\\bar u_{i,h} - F_{k,h}^{(\\ell+1)}\\bar u_{i,h} \\right\\|_a \\leq\n\
139
+ \ \\bar\\lambda_{i,h} \\sqrt{1+\\frac{\\eta_a^2(V_H)}{\\bar\\lambda_{1,h}\\big(\\\
140
+ delta_{k,i,h}^{(\\ell+1)}\\big)^2}}\n\\left(1+\\frac{\\bar\\mu_{1,h}}{\\delta_{k,i,h}^{(\\\
141
+ ell)}}\\right)\\eta_a^2(V_H)\\left\\|\\bar u_{i,h} - F_{k,h}^{(\\ell)}\\bar u_{i,h}\
142
+ \ \\right\\|_a,\n\\end{eqnarray*}\nwhere $\\delta_{k,i,h}^{(\\ell)} $ is defined\
143
+ \ as follows:\n\\begin{eqnarray*}\n\\delta_{k,i,h}^{(\\ell)} = \\min_{j\\not\\\
144
+ in \\{1, \\cdots, k\\}}\\left|\\frac{1}{\\lambda_{j,h}^{(\\ell)}}-\\frac{1}{\\\
145
+ bar\\lambda_{i,h}}\\right|,\\ \\ \\ i=1, \\cdots, k.\n\\end{eqnarray*}\nFurthermore,\
146
+ \ the following $\\left\\|\\cdot\\right\\|_b$-norm error estimate holds:\n\\begin{eqnarray*}\n\
147
+ \\left\\|\\bar u_{i,h} -F_{k,h}^{(\\ell+1)}\\bar u_{i,h} \\right\\|_b\\leq \n\\\
148
+ left(1+\\frac{\\bar\\mu_{1,h}}{\\delta_{k,i,h}^{(\\ell+1)}}\\right)\\eta_a(V_H)\
149
+ \ \\left\\|\\bar u_{i,h} -F_{k,h}^{(\\ell+1)}\\bar u_{i,h}\\right\\|_a.\n\\end{eqnarray*}"
150
+ - "\\big[{\\bf Condition $SD1(h)$}\\big]\\label{DefnSD1(h)}\n\nIn \\cite{MDL} an\
151
+ \ approximation order $O(h^s)$, as $h\\to 0$, is proved, where $h$ is the sampling\
152
+ \ distance. The achievable order $s$ is of course limited by the smoothness order\
153
+ \ of the boundaries of $Graph(F)$. Then, the order $s$ depends upon the degree\
154
+ \ of the polynomials used to approximate the boundary near the neighborhood of\
155
+ \ points of topology change and upon the degree of splines used at regular regions.\
156
+ \ \n\nFor example, let us view Step C of the approximation algorithm described\
157
+ \ in Section 5.2 of \\cite{MDL}. \nIt is assumed that the boundary curves are\
158
+ \ $C^{2k}$ smooth, and it is implicitly assumed that $h$ is small enough so that\
159
+ \ there are $2k$ sample points close to the point of topology change, for computing\
160
+ \ the polynomial $p_{2k-1}$ therein.\nThis condition is related to the more general\
161
+ \ condition $SD(h)$ and it can serve as a practical way of checking it for the\
162
+ \ case $d=1$. That is, near a point of topology change, we check whether there\
163
+ \ are enough sample points for applying the approximation algorithm in \\cite{MDL}.\
164
+ \ We denote this condition as the $SD1(h)$ condition."
165
+ - source_sentence: Does Werner-Young's inequality imply that the convolution of two
166
+ $L^p$ spaces is always $L^r$ for $1 < r < \infty$?
167
+ sentences:
168
+ - "$\\cE^{(0)}_{p,\\alpha}$ satisfies the second Beurling-Deny criterion. If $1\
169
+ \ < p_- \\leq p_+ < \\infty$, it is reflexive and satisfies the $\\Delta_2$-condition.\
170
+ \ \n %"
171
+ - "A \\emph{bond system} is a tuple $(B,C,s,t,1,\\cdot)$, where $B$ is a set of\
172
+ \ \\emph{bonds}, $C$ is a set of \\emph{content} relations, and $s,t:C\\to B$\
173
+ \ are \\emph{source} and \\emph{target} functions. For $c\\in C$ with $s(c)=x$\
174
+ \ and $t(c)=y$, we write $x\\xrightarrow{c}y$ or $c:x\\to y$, indicating that\
175
+ \ $x$ \\emph{contains} $y$. Each bond $x\\in B$ has an \\emph{identity} containment\
176
+ \ $1_x:x\\to x$, meaning every bond trivially contains itself. For $c:x\\to y$\
177
+ \ and $c':y\\to z$, their composition is $cc':x\\to z$. These data must satisfy:\n\
178
+ \ \\begin{enumerate}\n \\item Identity laws: For each $c:x\\to y$, $1_x\
179
+ \ c= c=c1_y$\n \\item Associativity: For $c:x\\to y$, $c':y\\to z$, $c'':z\\\
180
+ to w$, $c(c'c'')=(cc')c''$\n \\item Anti-symmetry: For $c:x\\to y$ and\
181
+ \ $c':y\\to x$, $x=y$\n \\item Left cancellation: For $c,c':x\\to y$ and\
182
+ \ $c'':y\\to z$, if $cc''=c'c''$, then $c=c'$\n \\end{enumerate}"
183
+ - "[Werner-Young's inequality]\\label{Young op-op}\nSuppose $S\\in \\cS^p$ and $T\\\
184
+ in \\cS^q$ with $1+r^{-1}=p^{-1}+q^{-1}$.\nThen $S\\star T\\in L^r(\\R^{2d})$\
185
+ \ and\n\\begin{align*}\n \\|S\\star T\\|_{L^{r}}\\leq \\|S\\|_{\\cS^p}\\|T\\\
186
+ |_{\\cS^q}.\n\\end{align*}"
187
+ pipeline_tag: sentence-similarity
188
+ library_name: sentence-transformers
189
+ metrics:
190
+ - cosine_accuracy@1
191
+ - cosine_accuracy@3
192
+ - cosine_accuracy@5
193
+ - cosine_accuracy@10
194
+ - cosine_precision@1
195
+ - cosine_precision@3
196
+ - cosine_precision@5
197
+ - cosine_precision@10
198
+ - cosine_recall@1
199
+ - cosine_recall@3
200
+ - cosine_recall@5
201
+ - cosine_recall@10
202
+ - cosine_ndcg@10
203
+ - cosine_mrr@10
204
+ - cosine_map@100
205
+ model-index:
206
+ - name: ModernBERT DAPT Embed DAPT Math
207
+ results:
208
+ - task:
209
+ type: information-retrieval
210
+ name: Information Retrieval
211
+ dataset:
212
+ name: TESTING
213
+ type: TESTING
214
+ metrics:
215
+ - type: cosine_accuracy@1
216
+ value: 0.5679510844485464
217
+ name: Cosine Accuracy@1
218
+ - type: cosine_accuracy@3
219
+ value: 0.6324411628980157
220
+ name: Cosine Accuracy@3
221
+ - type: cosine_accuracy@5
222
+ value: 0.6586294416243654
223
+ name: Cosine Accuracy@5
224
+ - type: cosine_accuracy@10
225
+ value: 0.6938163359483156
226
+ name: Cosine Accuracy@10
227
+ - type: cosine_precision@1
228
+ value: 0.5679510844485464
229
+ name: Cosine Precision@1
230
+ - type: cosine_precision@3
231
+ value: 0.36494385479157054
232
+ name: Cosine Precision@3
233
+ - type: cosine_precision@5
234
+ value: 0.27741116751269035
235
+ name: Cosine Precision@5
236
+ - type: cosine_precision@10
237
+ value: 0.18192201199815417
238
+ name: Cosine Precision@10
239
+ - type: cosine_recall@1
240
+ value: 0.026541702012005317
241
+ name: Cosine Recall@1
242
+ - type: cosine_recall@3
243
+ value: 0.048742014322369596
244
+ name: Cosine Recall@3
245
+ - type: cosine_recall@5
246
+ value: 0.0598887341486898
247
+ name: Cosine Recall@5
248
+ - type: cosine_recall@10
249
+ value: 0.07516536747041261
250
+ name: Cosine Recall@10
251
+ - type: cosine_ndcg@10
252
+ value: 0.25320633940615317
253
+ name: Cosine Ndcg@10
254
+ - type: cosine_mrr@10
255
+ value: 0.6070309695944213
256
+ name: Cosine Mrr@10
257
+ - type: cosine_map@100
258
+ value: 0.07416668442975916
259
+ name: Cosine Map@100
260
+ ---
261
+
262
+ # ModernBERT DAPT Embed DAPT Math
263
+
264
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Master-thesis-NAP/ModernBert-DAPT-math](https://huggingface.co/Master-thesis-NAP/ModernBert-DAPT-math). 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.
265
+
266
+ ## Model Details
267
+
268
+ ### Model Description
269
+ - **Model Type:** Sentence Transformer
270
+ - **Base model:** [Master-thesis-NAP/ModernBert-DAPT-math](https://huggingface.co/Master-thesis-NAP/ModernBert-DAPT-math) <!-- at revision a30384f91d764c272e6b740c256d5581325ea4bb -->
271
+ - **Maximum Sequence Length:** 8192 tokens
272
+ - **Output Dimensionality:** 768 dimensions
273
+ - **Similarity Function:** Cosine Similarity
274
+ <!-- - **Training Dataset:** Unknown -->
275
+ - **Language:** en
276
+ - **License:** apache-2.0
277
+
278
+ ### Model Sources
279
+
280
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
281
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
282
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
283
+
284
+ ### Full Model Architecture
285
+
286
+ ```
287
+ SentenceTransformer(
288
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: ModernBertModel
289
+ (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})
290
+ (2): Normalize()
291
+ )
292
+ ```
293
+
294
+ ## Usage
295
+
296
+ ### Direct Usage (Sentence Transformers)
297
+
298
+ First install the Sentence Transformers library:
299
+
300
+ ```bash
301
+ pip install -U sentence-transformers
302
+ ```
303
+
304
+ Then you can load this model and run inference.
305
+ ```python
306
+ from sentence_transformers import SentenceTransformer
307
+
308
+ # Download from the 🤗 Hub
309
+ model = SentenceTransformer("Master-thesis-NAP/ModernBERT-DAPT-Embed-DAPT-Math")
310
+ # Run inference
311
+ sentences = [
312
+ "Does Werner-Young's inequality imply that the convolution of two $L^p$ spaces is always $L^r$ for $1 < r < \\infty$?",
313
+ "[Werner-Young's inequality]\\label{Young op-op}\nSuppose $S\\in \\cS^p$ and $T\\in \\cS^q$ with $1+r^{-1}=p^{-1}+q^{-1}$.\nThen $S\\star T\\in L^r(\\R^{2d})$ and\n\\begin{align*}\n \\|S\\star T\\|_{L^{r}}\\leq \\|S\\|_{\\cS^p}\\|T\\|_{\\cS^q}.\n\\end{align*}",
314
+ '$\\cE^{(0)}_{p,\\alpha}$ satisfies the second Beurling-Deny criterion. If $1 < p_- \\leq p_+ < \\infty$, it is reflexive and satisfies the $\\Delta_2$-condition. \n %',
315
+ ]
316
+ embeddings = model.encode(sentences)
317
+ print(embeddings.shape)
318
+ # [3, 768]
319
+
320
+ # Get the similarity scores for the embeddings
321
+ similarities = model.similarity(embeddings, embeddings)
322
+ print(similarities.shape)
323
+ # [3, 3]
324
+ ```
325
+
326
+ <!--
327
+ ### Direct Usage (Transformers)
328
+
329
+ <details><summary>Click to see the direct usage in Transformers</summary>
330
+
331
+ </details>
332
+ -->
333
+
334
+ <!--
335
+ ### Downstream Usage (Sentence Transformers)
336
+
337
+ You can finetune this model on your own dataset.
338
+
339
+ <details><summary>Click to expand</summary>
340
+
341
+ </details>
342
+ -->
343
+
344
+ <!--
345
+ ### Out-of-Scope Use
346
+
347
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
348
+ -->
349
+
350
+ ## Evaluation
351
+
352
+ ### Metrics
353
+
354
+ #### Information Retrieval
355
+
356
+ * Dataset: `TESTING`
357
+ * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
358
+
359
+ | Metric | Value |
360
+ |:--------------------|:-----------|
361
+ | cosine_accuracy@1 | 0.568 |
362
+ | cosine_accuracy@3 | 0.6324 |
363
+ | cosine_accuracy@5 | 0.6586 |
364
+ | cosine_accuracy@10 | 0.6938 |
365
+ | cosine_precision@1 | 0.568 |
366
+ | cosine_precision@3 | 0.3649 |
367
+ | cosine_precision@5 | 0.2774 |
368
+ | cosine_precision@10 | 0.1819 |
369
+ | cosine_recall@1 | 0.0265 |
370
+ | cosine_recall@3 | 0.0487 |
371
+ | cosine_recall@5 | 0.0599 |
372
+ | cosine_recall@10 | 0.0752 |
373
+ | **cosine_ndcg@10** | **0.2532** |
374
+ | cosine_mrr@10 | 0.607 |
375
+ | cosine_map@100 | 0.0742 |
376
+
377
+ <!--
378
+ ## Bias, Risks and Limitations
379
+
380
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
381
+ -->
382
+
383
+ <!--
384
+ ### Recommendations
385
+
386
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
387
+ -->
388
+
389
+ ## Training Details
390
+
391
+ ### Training Dataset
392
+
393
+ #### Unnamed Dataset
394
+
395
+ * Size: 79,876 training samples
396
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
397
+ * Approximate statistics based on the first 1000 samples:
398
+ | | anchor | positive | negative |
399
+ |:--------|:-----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
400
+ | type | string | string | string |
401
+ | details | <ul><li>min: 9 tokens</li><li>mean: 38.48 tokens</li><li>max: 142 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 210.43 tokens</li><li>max: 924 tokens</li></ul> | <ul><li>min: 14 tokens</li><li>mean: 91.02 tokens</li><li>max: 481 tokens</li></ul> |
402
+ * Samples:
403
+ | anchor | positive | negative |
404
+ |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
405
+ | <code>What is the limit of the proportion of 1's in the sequence $a_n$ as $n$ approaches infinity, given that $0 \leq 3g_n -2n \leq 4$?</code> | <code>Let $g_n$ be the number of $1$'s in the sequence $a_1 a_2 \cdots a_n$.<br>Then <br>\begin{equation}<br>0 \leq 3g_n -2n \leq 4<br>\label{star}<br>\end{equation}<br>for all $n$, and hence<br>$\lim_{n \rightarrow \infty} g_n/n = 2/3$.<br>\label{thm1}</code> | <code>\label{thm:bounds_initial}<br> Let $\seqq{s}$ be a sequence of rank $r$ for which the roots of the characteristic polynomial are all different. Then, for any positive integer $M$, the rank of $\seq{s^M}$ is at most<br> \begin{align*}<br> \rank s^M \leq \binom{M+r-1}{M}.<br> \end{align*}</code> |
406
+ | <code>Does the statement of \textbf{ThmConjAreTrue} imply that the maximum genus of a locally Cohen-Macaulay curve in $\mathbb{P}^3_{\mathbb{C}}$ of degree $d$ that does not lie on a surface of degree $s-1$ is always equal to $g(d,s)$?</code> | <code>\label{ThmConjAreTrue}<br>Conjectures \ref{Conj1} and \ref{Conj2} are true.<br>As a consequence, <br>if either $d=s \geq 1$ or $d \geq 2s+1 \geq 3$, <br>the maximum genus of a locally Cohen-Macaulay curve in $\mathbb{P}^3_{\mathbb{C}}$ of degree $d$ that does not lie on a surface of degree $s-1$ is equal to $g(d,s)$.</code> | <code>[{\cite[Corollary 2.2.2 with $p=3$]{BSY}}]<br> Let $S$ be a non-trivial Severi-Brauer surface over a perfect field $\textbf{k}$. Then $S$ does not contain points of degree $d$, where $d$ is not divisible by $3$. On the other hand $S$ contains a point of degree $3$.</code> |
407
+ | <code>\\emph{Is the statement \emph{If $X$ is a compact Hausdorff space, then $X$ is normal}, proven in the first isomorphism theorem for topological groups, or is it a well-known result in topology?}</code> | <code>}<br>\newcommand{\ep}{</code> | <code>\label{prop:coherence}<br> If $X$ is a qcqs scheme, then $RX$ is coherent in the sense that the set of quasi-compact open subsets of $RX$ is closed under finite intersections and forms a basis for the topology of $RX$.</code> |
408
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
409
+ ```json
410
+ {
411
+ "distance_metric": "TripletDistanceMetric.COSINE",
412
+ "triplet_margin": 0.1
413
+ }
414
+ ```
415
+
416
+ ### Training Hyperparameters
417
+ #### Non-Default Hyperparameters
418
+
419
+ - `eval_strategy`: epoch
420
+ - `per_device_train_batch_size`: 16
421
+ - `per_device_eval_batch_size`: 16
422
+ - `gradient_accumulation_steps`: 8
423
+ - `learning_rate`: 2e-05
424
+ - `num_train_epochs`: 4
425
+ - `lr_scheduler_type`: cosine
426
+ - `warmup_ratio`: 0.1
427
+ - `bf16`: True
428
+ - `tf32`: True
429
+ - `load_best_model_at_end`: True
430
+ - `optim`: adamw_torch_fused
431
+ - `batch_sampler`: no_duplicates
432
+
433
+ #### All Hyperparameters
434
+ <details><summary>Click to expand</summary>
435
+
436
+ - `overwrite_output_dir`: False
437
+ - `do_predict`: False
438
+ - `eval_strategy`: epoch
439
+ - `prediction_loss_only`: True
440
+ - `per_device_train_batch_size`: 16
441
+ - `per_device_eval_batch_size`: 16
442
+ - `per_gpu_train_batch_size`: None
443
+ - `per_gpu_eval_batch_size`: None
444
+ - `gradient_accumulation_steps`: 8
445
+ - `eval_accumulation_steps`: None
446
+ - `torch_empty_cache_steps`: None
447
+ - `learning_rate`: 2e-05
448
+ - `weight_decay`: 0.0
449
+ - `adam_beta1`: 0.9
450
+ - `adam_beta2`: 0.999
451
+ - `adam_epsilon`: 1e-08
452
+ - `max_grad_norm`: 1.0
453
+ - `num_train_epochs`: 4
454
+ - `max_steps`: -1
455
+ - `lr_scheduler_type`: cosine
456
+ - `lr_scheduler_kwargs`: {}
457
+ - `warmup_ratio`: 0.1
458
+ - `warmup_steps`: 0
459
+ - `log_level`: passive
460
+ - `log_level_replica`: warning
461
+ - `log_on_each_node`: True
462
+ - `logging_nan_inf_filter`: True
463
+ - `save_safetensors`: True
464
+ - `save_on_each_node`: False
465
+ - `save_only_model`: False
466
+ - `restore_callback_states_from_checkpoint`: False
467
+ - `no_cuda`: False
468
+ - `use_cpu`: False
469
+ - `use_mps_device`: False
470
+ - `seed`: 42
471
+ - `data_seed`: None
472
+ - `jit_mode_eval`: False
473
+ - `use_ipex`: False
474
+ - `bf16`: True
475
+ - `fp16`: False
476
+ - `fp16_opt_level`: O1
477
+ - `half_precision_backend`: auto
478
+ - `bf16_full_eval`: False
479
+ - `fp16_full_eval`: False
480
+ - `tf32`: True
481
+ - `local_rank`: 0
482
+ - `ddp_backend`: None
483
+ - `tpu_num_cores`: None
484
+ - `tpu_metrics_debug`: False
485
+ - `debug`: []
486
+ - `dataloader_drop_last`: False
487
+ - `dataloader_num_workers`: 0
488
+ - `dataloader_prefetch_factor`: None
489
+ - `past_index`: -1
490
+ - `disable_tqdm`: False
491
+ - `remove_unused_columns`: True
492
+ - `label_names`: None
493
+ - `load_best_model_at_end`: True
494
+ - `ignore_data_skip`: False
495
+ - `fsdp`: []
496
+ - `fsdp_min_num_params`: 0
497
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
498
+ - `tp_size`: 0
499
+ - `fsdp_transformer_layer_cls_to_wrap`: None
500
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
501
+ - `deepspeed`: None
502
+ - `label_smoothing_factor`: 0.0
503
+ - `optim`: adamw_torch_fused
504
+ - `optim_args`: None
505
+ - `adafactor`: False
506
+ - `group_by_length`: False
507
+ - `length_column_name`: length
508
+ - `ddp_find_unused_parameters`: None
509
+ - `ddp_bucket_cap_mb`: None
510
+ - `ddp_broadcast_buffers`: False
511
+ - `dataloader_pin_memory`: True
512
+ - `dataloader_persistent_workers`: False
513
+ - `skip_memory_metrics`: True
514
+ - `use_legacy_prediction_loop`: False
515
+ - `push_to_hub`: False
516
+ - `resume_from_checkpoint`: None
517
+ - `hub_model_id`: None
518
+ - `hub_strategy`: every_save
519
+ - `hub_private_repo`: None
520
+ - `hub_always_push`: False
521
+ - `gradient_checkpointing`: False
522
+ - `gradient_checkpointing_kwargs`: None
523
+ - `include_inputs_for_metrics`: False
524
+ - `include_for_metrics`: []
525
+ - `eval_do_concat_batches`: True
526
+ - `fp16_backend`: auto
527
+ - `push_to_hub_model_id`: None
528
+ - `push_to_hub_organization`: None
529
+ - `mp_parameters`:
530
+ - `auto_find_batch_size`: False
531
+ - `full_determinism`: False
532
+ - `torchdynamo`: None
533
+ - `ray_scope`: last
534
+ - `ddp_timeout`: 1800
535
+ - `torch_compile`: False
536
+ - `torch_compile_backend`: None
537
+ - `torch_compile_mode`: None
538
+ - `include_tokens_per_second`: False
539
+ - `include_num_input_tokens_seen`: False
540
+ - `neftune_noise_alpha`: None
541
+ - `optim_target_modules`: None
542
+ - `batch_eval_metrics`: False
543
+ - `eval_on_start`: False
544
+ - `use_liger_kernel`: False
545
+ - `eval_use_gather_object`: False
546
+ - `average_tokens_across_devices`: False
547
+ - `prompts`: None
548
+ - `batch_sampler`: no_duplicates
549
+ - `multi_dataset_batch_sampler`: proportional
550
+
551
+ </details>
552
+
553
+ ### Training Logs
554
+ <details><summary>Click to expand</summary>
555
+
556
+ | Epoch | Step | Training Loss | TESTING_cosine_ndcg@10 |
557
+ |:-------:|:-------:|:-------------:|:----------------------:|
558
+ | 0.0160 | 10 | 1.1162 | - |
559
+ | 0.0320 | 20 | 1.0465 | - |
560
+ | 0.0481 | 30 | 0.9663 | - |
561
+ | 0.0641 | 40 | 0.8758 | - |
562
+ | 0.0801 | 50 | 0.8215 | - |
563
+ | 0.0961 | 60 | 0.7492 | - |
564
+ | 0.1122 | 70 | 0.6356 | - |
565
+ | 0.1282 | 80 | 0.3573 | - |
566
+ | 0.1442 | 90 | 0.166 | - |
567
+ | 0.1602 | 100 | 0.0797 | - |
568
+ | 0.1762 | 110 | 0.046 | - |
569
+ | 0.1923 | 120 | 0.0419 | - |
570
+ | 0.2083 | 130 | 0.025 | - |
571
+ | 0.2243 | 140 | 0.0233 | - |
572
+ | 0.2403 | 150 | 0.0205 | - |
573
+ | 0.2564 | 160 | 0.0142 | - |
574
+ | 0.2724 | 170 | 0.017 | - |
575
+ | 0.2884 | 180 | 0.0157 | - |
576
+ | 0.3044 | 190 | 0.0104 | - |
577
+ | 0.3204 | 200 | 0.0126 | - |
578
+ | 0.3365 | 210 | 0.019 | - |
579
+ | 0.3525 | 220 | 0.0153 | - |
580
+ | 0.3685 | 230 | 0.0171 | - |
581
+ | 0.3845 | 240 | 0.0124 | - |
582
+ | 0.4006 | 250 | 0.01 | - |
583
+ | 0.4166 | 260 | 0.0071 | - |
584
+ | 0.4326 | 270 | 0.0125 | - |
585
+ | 0.4486 | 280 | 0.0096 | - |
586
+ | 0.4647 | 290 | 0.0092 | - |
587
+ | 0.4807 | 300 | 0.0067 | - |
588
+ | 0.4967 | 310 | 0.0069 | - |
589
+ | 0.5127 | 320 | 0.0054 | - |
590
+ | 0.5287 | 330 | 0.0107 | - |
591
+ | 0.5448 | 340 | 0.0115 | - |
592
+ | 0.5608 | 350 | 0.0083 | - |
593
+ | 0.5768 | 360 | 0.0175 | - |
594
+ | 0.5928 | 370 | 0.0162 | - |
595
+ | 0.6089 | 380 | 0.0094 | - |
596
+ | 0.6249 | 390 | 0.0124 | - |
597
+ | 0.6409 | 400 | 0.0078 | - |
598
+ | 0.6569 | 410 | 0.014 | - |
599
+ | 0.6729 | 420 | 0.0117 | - |
600
+ | 0.6890 | 430 | 0.0097 | - |
601
+ | 0.7050 | 440 | 0.0094 | - |
602
+ | 0.7210 | 450 | 0.0077 | - |
603
+ | 0.7370 | 460 | 0.0103 | - |
604
+ | 0.7531 | 470 | 0.0099 | - |
605
+ | 0.7691 | 480 | 0.0123 | - |
606
+ | 0.7851 | 490 | 0.0103 | - |
607
+ | 0.8011 | 500 | 0.0098 | - |
608
+ | 0.8171 | 510 | 0.0059 | - |
609
+ | 0.8332 | 520 | 0.0031 | - |
610
+ | 0.8492 | 530 | 0.0075 | - |
611
+ | 0.8652 | 540 | 0.0101 | - |
612
+ | 0.8812 | 550 | 0.0099 | - |
613
+ | 0.8973 | 560 | 0.0098 | - |
614
+ | 0.9133 | 570 | 0.0072 | - |
615
+ | 0.9293 | 580 | 0.0057 | - |
616
+ | 0.9453 | 590 | 0.0074 | - |
617
+ | 0.9613 | 600 | 0.0038 | - |
618
+ | 0.9774 | 610 | 0.0127 | - |
619
+ | 0.9934 | 620 | 0.0098 | - |
620
+ | **1.0** | **625** | **-** | **0.2532** |
621
+ | 1.0080 | 630 | 0.0064 | - |
622
+ | 1.0240 | 640 | 0.0066 | - |
623
+ | 1.0401 | 650 | 0.0056 | - |
624
+ | 1.0561 | 660 | 0.0031 | - |
625
+ | 1.0721 | 670 | 0.0023 | - |
626
+ | 1.0881 | 680 | 0.0032 | - |
627
+ | 1.1041 | 690 | 0.0021 | - |
628
+ | 1.1202 | 700 | 0.0011 | - |
629
+ | 1.1362 | 710 | 0.006 | - |
630
+ | 1.1522 | 720 | 0.0045 | - |
631
+ | 1.1682 | 730 | 0.0041 | - |
632
+ | 1.1843 | 740 | 0.0026 | - |
633
+ | 1.2003 | 750 | 0.0019 | - |
634
+ | 1.2163 | 760 | 0.0058 | - |
635
+ | 1.2323 | 770 | 0.0054 | - |
636
+ | 1.2483 | 780 | 0.0066 | - |
637
+ | 1.2644 | 790 | 0.0033 | - |
638
+ | 1.2804 | 800 | 0.004 | - |
639
+ | 1.2964 | 810 | 0.0028 | - |
640
+ | 1.3124 | 820 | 0.0027 | - |
641
+ | 1.3285 | 830 | 0.0017 | - |
642
+ | 1.3445 | 840 | 0.0009 | - |
643
+ | 1.3605 | 850 | 0.0048 | - |
644
+ | 1.3765 | 860 | 0.0037 | - |
645
+ | 1.3925 | 870 | 0.0045 | - |
646
+ | 1.4086 | 880 | 0.0043 | - |
647
+ | 1.4246 | 890 | 0.0046 | - |
648
+ | 1.4406 | 900 | 0.0023 | - |
649
+ | 1.4566 | 910 | 0.0031 | - |
650
+ | 1.4727 | 920 | 0.0027 | - |
651
+ | 1.4887 | 930 | 0.0022 | - |
652
+ | 1.5047 | 940 | 0.0042 | - |
653
+ | 1.5207 | 950 | 0.0026 | - |
654
+ | 1.5368 | 960 | 0.0049 | - |
655
+ | 1.5528 | 970 | 0.0024 | - |
656
+ | 1.5688 | 980 | 0.0019 | - |
657
+ | 1.5848 | 990 | 0.0038 | - |
658
+ | 1.6008 | 1000 | 0.0036 | - |
659
+ | 1.6169 | 1010 | 0.0023 | - |
660
+ | 1.6329 | 1020 | 0.0021 | - |
661
+ | 1.6489 | 1030 | 0.0011 | - |
662
+ | 1.6649 | 1040 | 0.0025 | - |
663
+ | 1.6810 | 1050 | 0.0026 | - |
664
+ | 1.6970 | 1060 | 0.0034 | - |
665
+ | 1.7130 | 1070 | 0.0024 | - |
666
+ | 1.7290 | 1080 | 0.0038 | - |
667
+ | 1.7450 | 1090 | 0.002 | - |
668
+ | 1.7611 | 1100 | 0.0046 | - |
669
+ | 1.7771 | 1110 | 0.0003 | - |
670
+ | 1.7931 | 1120 | 0.0062 | - |
671
+ | 1.8091 | 1130 | 0.0057 | - |
672
+ | 1.8252 | 1140 | 0.0012 | - |
673
+ | 1.8412 | 1150 | 0.0021 | - |
674
+ | 1.8572 | 1160 | 0.0038 | - |
675
+ | 1.8732 | 1170 | 0.0024 | - |
676
+ | 1.8892 | 1180 | 0.0026 | - |
677
+ | 1.9053 | 1190 | 0.0034 | - |
678
+ | 1.9213 | 1200 | 0.0064 | - |
679
+ | 1.9373 | 1210 | 0.0041 | - |
680
+ | 1.9533 | 1220 | 0.0032 | - |
681
+ | 1.9694 | 1230 | 0.0028 | - |
682
+ | 1.9854 | 1240 | 0.0009 | - |
683
+ | 2.0 | 1250 | 0.0042 | 0.2488 |
684
+ | 2.0160 | 1260 | 0.0005 | - |
685
+ | 2.0320 | 1270 | 0.0018 | - |
686
+ | 2.0481 | 1280 | 0.0009 | - |
687
+ | 2.0641 | 1290 | 0.001 | - |
688
+ | 2.0801 | 1300 | 0.0024 | - |
689
+ | 2.0961 | 1310 | 0.0011 | - |
690
+ | 2.1122 | 1320 | 0.0008 | - |
691
+ | 2.1282 | 1330 | 0.0001 | - |
692
+ | 2.1442 | 1340 | 0.0006 | - |
693
+ | 2.1602 | 1350 | 0.0005 | - |
694
+ | 2.1762 | 1360 | 0.0003 | - |
695
+ | 2.1923 | 1370 | 0.0 | - |
696
+ | 2.2083 | 1380 | 0.0 | - |
697
+ | 2.2243 | 1390 | 0.0001 | - |
698
+ | 2.2403 | 1400 | 0.0001 | - |
699
+ | 2.2564 | 1410 | 0.0027 | - |
700
+ | 2.2724 | 1420 | 0.0005 | - |
701
+ | 2.2884 | 1430 | 0.0007 | - |
702
+ | 2.3044 | 1440 | 0.0001 | - |
703
+ | 2.3204 | 1450 | 0.0002 | - |
704
+ | 2.3365 | 1460 | 0.001 | - |
705
+ | 2.3525 | 1470 | 0.0003 | - |
706
+ | 2.3685 | 1480 | 0.001 | - |
707
+ | 2.3845 | 1490 | 0.0 | - |
708
+ | 2.4006 | 1500 | 0.0006 | - |
709
+ | 2.4166 | 1510 | 0.0007 | - |
710
+ | 2.4326 | 1520 | 0.0007 | - |
711
+ | 2.4486 | 1530 | 0.0004 | - |
712
+ | 2.4647 | 1540 | 0.0007 | - |
713
+ | 2.4807 | 1550 | 0.0012 | - |
714
+ | 2.4967 | 1560 | 0.0015 | - |
715
+ | 2.5127 | 1570 | 0.0014 | - |
716
+ | 2.5287 | 1580 | 0.0005 | - |
717
+ | 2.5448 | 1590 | 0.0005 | - |
718
+ | 2.5608 | 1600 | 0.0014 | - |
719
+ | 2.5768 | 1610 | 0.0016 | - |
720
+ | 2.5928 | 1620 | 0.0 | - |
721
+ | 2.6089 | 1630 | 0.0002 | - |
722
+ | 2.6249 | 1640 | 0.0006 | - |
723
+ | 2.6409 | 1650 | 0.0002 | - |
724
+ | 2.6569 | 1660 | 0.0003 | - |
725
+ | 2.6729 | 1670 | 0.0007 | - |
726
+ | 2.6890 | 1680 | 0.0005 | - |
727
+ | 2.7050 | 1690 | 0.0007 | - |
728
+ | 2.7210 | 1700 | 0.0 | - |
729
+ | 2.7370 | 1710 | 0.0008 | - |
730
+ | 2.7531 | 1720 | 0.0019 | - |
731
+ | 2.7691 | 1730 | 0.0017 | - |
732
+ | 2.7851 | 1740 | 0.0002 | - |
733
+ | 2.8011 | 1750 | 0.0002 | - |
734
+ | 2.8171 | 1760 | 0.0002 | - |
735
+ | 2.8332 | 1770 | 0.0014 | - |
736
+ | 2.8492 | 1780 | 0.0005 | - |
737
+ | 2.8652 | 1790 | 0.0021 | - |
738
+ | 2.8812 | 1800 | 0.002 | - |
739
+ | 2.8973 | 1810 | 0.0021 | - |
740
+ | 2.9133 | 1820 | 0.0007 | - |
741
+ | 2.9293 | 1830 | 0.0 | - |
742
+ | 2.9453 | 1840 | 0.0011 | - |
743
+ | 2.9613 | 1850 | 0.0006 | - |
744
+ | 2.9774 | 1860 | 0.0008 | - |
745
+ | 2.9934 | 1870 | 0.0001 | - |
746
+ | 3.0 | 1875 | - | 0.2516 |
747
+ | 3.0080 | 1880 | 0.0033 | - |
748
+ | 3.0240 | 1890 | 0.0 | - |
749
+ | 3.0401 | 1900 | 0.0 | - |
750
+ | 3.0561 | 1910 | 0.0009 | - |
751
+ | 3.0721 | 1920 | 0.0001 | - |
752
+ | 3.0881 | 1930 | 0.001 | - |
753
+ | 3.1041 | 1940 | 0.0001 | - |
754
+ | 3.1202 | 1950 | 0.0001 | - |
755
+ | 3.1362 | 1960 | 0.0 | - |
756
+ | 3.1522 | 1970 | 0.0003 | - |
757
+ | 3.1682 | 1980 | 0.0001 | - |
758
+ | 3.1843 | 1990 | 0.0005 | - |
759
+ | 3.2003 | 2000 | 0.0 | - |
760
+ | 3.2163 | 2010 | 0.0 | - |
761
+ | 3.2323 | 2020 | 0.0 | - |
762
+ | 3.2483 | 2030 | 0.0 | - |
763
+ | 3.2644 | 2040 | 0.0 | - |
764
+ | 3.2804 | 2050 | 0.0 | - |
765
+ | 3.2964 | 2060 | 0.0001 | - |
766
+ | 3.3124 | 2070 | 0.0001 | - |
767
+ | 3.3285 | 2080 | 0.0 | - |
768
+ | 3.3445 | 2090 | 0.0001 | - |
769
+ | 3.3605 | 2100 | 0.0 | - |
770
+ | 3.3765 | 2110 | 0.0005 | - |
771
+ | 3.3925 | 2120 | 0.0001 | - |
772
+ | 3.4086 | 2130 | 0.0 | - |
773
+ | 3.4246 | 2140 | 0.0 | - |
774
+ | 3.4406 | 2150 | 0.0004 | - |
775
+ | 3.4566 | 2160 | 0.0005 | - |
776
+ | 3.4727 | 2170 | 0.0 | - |
777
+ | 3.4887 | 2180 | 0.0006 | - |
778
+ | 3.5047 | 2190 | 0.0002 | - |
779
+ | 3.5207 | 2200 | 0.0007 | - |
780
+ | 3.5368 | 2210 | 0.0 | - |
781
+ | 3.5528 | 2220 | 0.0 | - |
782
+ | 3.5688 | 2230 | 0.0008 | - |
783
+ | 3.5848 | 2240 | 0.0001 | - |
784
+ | 3.6008 | 2250 | 0.0013 | - |
785
+ | 3.6169 | 2260 | 0.0004 | - |
786
+ | 3.6329 | 2270 | 0.0006 | - |
787
+ | 3.6489 | 2280 | 0.0001 | - |
788
+ | 3.6649 | 2290 | 0.0 | - |
789
+ | 3.6810 | 2300 | 0.0011 | - |
790
+ | 3.6970 | 2310 | 0.0005 | - |
791
+ | 3.7130 | 2320 | 0.0 | - |
792
+ | 3.7290 | 2330 | 0.0 | - |
793
+ | 3.7450 | 2340 | 0.0006 | - |
794
+ | 3.7611 | 2350 | 0.0 | - |
795
+ | 3.7771 | 2360 | 0.0002 | - |
796
+ | 3.7931 | 2370 | 0.0006 | - |
797
+ | 3.8091 | 2380 | 0.0002 | - |
798
+ | 3.8252 | 2390 | 0.0004 | - |
799
+ | 3.8412 | 2400 | 0.0 | - |
800
+ | 3.8572 | 2410 | 0.0007 | - |
801
+ | 3.8732 | 2420 | 0.0006 | - |
802
+ | 3.8892 | 2430 | 0.0002 | - |
803
+ | 3.9053 | 2440 | 0.0009 | - |
804
+ | 3.9213 | 2450 | 0.0009 | - |
805
+ | 3.9373 | 2460 | 0.0 | - |
806
+ | 3.9533 | 2470 | 0.0001 | - |
807
+ | 3.9694 | 2480 | 0.0012 | - |
808
+ | 3.9854 | 2490 | 0.0003 | - |
809
+ | 3.9950 | 2496 | - | 0.2524 |
810
+ | -1 | -1 | - | 0.2532 |
811
+
812
+ * The bold row denotes the saved checkpoint.
813
+ </details>
814
+
815
+ ### Framework Versions
816
+ - Python: 3.11.12
817
+ - Sentence Transformers: 4.1.0
818
+ - Transformers: 4.51.3
819
+ - PyTorch: 2.6.0+cu124
820
+ - Accelerate: 1.6.0
821
+ - Datasets: 2.14.4
822
+ - Tokenizers: 0.21.1
823
+
824
+ ## Citation
825
+
826
+ ### BibTeX
827
+
828
+ #### Sentence Transformers
829
+ ```bibtex
830
+ @inproceedings{reimers-2019-sentence-bert,
831
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
832
+ author = "Reimers, Nils and Gurevych, Iryna",
833
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
834
+ month = "11",
835
+ year = "2019",
836
+ publisher = "Association for Computational Linguistics",
837
+ url = "https://arxiv.org/abs/1908.10084",
838
+ }
839
+ ```
840
+
841
+ #### TripletLoss
842
+ ```bibtex
843
+ @misc{hermans2017defense,
844
+ title={In Defense of the Triplet Loss for Person Re-Identification},
845
+ author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
846
+ year={2017},
847
+ eprint={1703.07737},
848
+ archivePrefix={arXiv},
849
+ primaryClass={cs.CV}
850
+ }
851
+ ```
852
+
853
+ <!--
854
+ ## Glossary
855
+
856
+ *Clearly define terms in order to be accessible across audiences.*
857
+ -->
858
+
859
+ <!--
860
+ ## Model Card Authors
861
+
862
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
863
+ -->
864
+
865
+ <!--
866
+ ## Model Card Contact
867
+
868
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
869
+ -->
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ModernBertModel"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50281,
8
+ "classifier_activation": "gelu",
9
+ "classifier_bias": false,
10
+ "classifier_dropout": 0.0,
11
+ "classifier_pooling": "mean",
12
+ "cls_token_id": 50281,
13
+ "decoder_bias": true,
14
+ "deterministic_flash_attn": false,
15
+ "embedding_dropout": 0.0,
16
+ "eos_token_id": 50282,
17
+ "global_attn_every_n_layers": 3,
18
+ "global_rope_theta": 160000.0,
19
+ "gradient_checkpointing": false,
20
+ "hidden_activation": "gelu",
21
+ "hidden_size": 768,
22
+ "initializer_cutoff_factor": 2.0,
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1152,
25
+ "layer_norm_eps": 1e-05,
26
+ "local_attention": 128,
27
+ "local_rope_theta": 10000.0,
28
+ "max_position_embeddings": 8192,
29
+ "mlp_bias": false,
30
+ "mlp_dropout": 0.0,
31
+ "model_type": "modernbert",
32
+ "norm_bias": false,
33
+ "norm_eps": 1e-05,
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 22,
36
+ "pad_token_id": 50283,
37
+ "position_embedding_type": "absolute",
38
+ "repad_logits_with_grad": false,
39
+ "sep_token_id": 50282,
40
+ "sparse_pred_ignore_index": -100,
41
+ "sparse_prediction": false,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.51.3",
44
+ "vocab_size": 50368
45
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "4.1.0",
4
+ "transformers": "4.51.3",
5
+ "pytorch": "2.6.0+cu124"
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:9fb0c71301a44ea0bac691b487523e3cf58654a5e6cf5daeb1c1f0cc9fe42fb0
3
+ size 596070136
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
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": true,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,952 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "|||IP_ADDRESS|||",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1": {
12
+ "content": "<|padding|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "50254": {
20
+ "content": " ",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "50255": {
28
+ "content": " ",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "50256": {
36
+ "content": " ",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "50257": {
44
+ "content": " ",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "50258": {
52
+ "content": " ",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "50259": {
60
+ "content": " ",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "50260": {
68
+ "content": " ",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "50261": {
76
+ "content": " ",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "50262": {
84
+ "content": " ",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "50263": {
92
+ "content": " ",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "50264": {
100
+ "content": " ",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "50265": {
108
+ "content": " ",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "50266": {
116
+ "content": " ",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "50267": {
124
+ "content": " ",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "50268": {
132
+ "content": " ",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "50269": {
140
+ "content": " ",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "50270": {
148
+ "content": " ",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "50271": {
156
+ "content": " ",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "50272": {
164
+ "content": " ",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "50273": {
172
+ "content": " ",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "50274": {
180
+ "content": " ",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "50275": {
188
+ "content": " ",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "50276": {
196
+ "content": " ",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "50277": {
204
+ "content": "|||EMAIL_ADDRESS|||",
205
+ "lstrip": false,
206
+ "normalized": true,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "50278": {
212
+ "content": "|||PHONE_NUMBER|||",
213
+ "lstrip": false,
214
+ "normalized": true,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "50279": {
220
+ "content": "<|endoftext|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "50280": {
228
+ "content": "[UNK]",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "50281": {
236
+ "content": "[CLS]",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "50282": {
244
+ "content": "[SEP]",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "50283": {
252
+ "content": "[PAD]",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "50284": {
260
+ "content": "[MASK]",
261
+ "lstrip": true,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "50285": {
268
+ "content": "[unused0]",
269
+ "lstrip": false,
270
+ "normalized": true,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "50286": {
276
+ "content": "[unused1]",
277
+ "lstrip": false,
278
+ "normalized": true,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "50287": {
284
+ "content": "[unused2]",
285
+ "lstrip": false,
286
+ "normalized": true,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ },
291
+ "50288": {
292
+ "content": "[unused3]",
293
+ "lstrip": false,
294
+ "normalized": true,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": false
298
+ },
299
+ "50289": {
300
+ "content": "[unused4]",
301
+ "lstrip": false,
302
+ "normalized": true,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": false
306
+ },
307
+ "50290": {
308
+ "content": "[unused5]",
309
+ "lstrip": false,
310
+ "normalized": true,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": false
314
+ },
315
+ "50291": {
316
+ "content": "[unused6]",
317
+ "lstrip": false,
318
+ "normalized": true,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": false
322
+ },
323
+ "50292": {
324
+ "content": "[unused7]",
325
+ "lstrip": false,
326
+ "normalized": true,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": false
330
+ },
331
+ "50293": {
332
+ "content": "[unused8]",
333
+ "lstrip": false,
334
+ "normalized": true,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": false
338
+ },
339
+ "50294": {
340
+ "content": "[unused9]",
341
+ "lstrip": false,
342
+ "normalized": true,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": false
346
+ },
347
+ "50295": {
348
+ "content": "[unused10]",
349
+ "lstrip": false,
350
+ "normalized": true,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": false
354
+ },
355
+ "50296": {
356
+ "content": "[unused11]",
357
+ "lstrip": false,
358
+ "normalized": true,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": false
362
+ },
363
+ "50297": {
364
+ "content": "[unused12]",
365
+ "lstrip": false,
366
+ "normalized": true,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": false
370
+ },
371
+ "50298": {
372
+ "content": "[unused13]",
373
+ "lstrip": false,
374
+ "normalized": true,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": false
378
+ },
379
+ "50299": {
380
+ "content": "[unused14]",
381
+ "lstrip": false,
382
+ "normalized": true,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": false
386
+ },
387
+ "50300": {
388
+ "content": "[unused15]",
389
+ "lstrip": false,
390
+ "normalized": true,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": false
394
+ },
395
+ "50301": {
396
+ "content": "[unused16]",
397
+ "lstrip": false,
398
+ "normalized": true,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": false
402
+ },
403
+ "50302": {
404
+ "content": "[unused17]",
405
+ "lstrip": false,
406
+ "normalized": true,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": false
410
+ },
411
+ "50303": {
412
+ "content": "[unused18]",
413
+ "lstrip": false,
414
+ "normalized": true,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": false
418
+ },
419
+ "50304": {
420
+ "content": "[unused19]",
421
+ "lstrip": false,
422
+ "normalized": true,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": false
426
+ },
427
+ "50305": {
428
+ "content": "[unused20]",
429
+ "lstrip": false,
430
+ "normalized": true,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": false
434
+ },
435
+ "50306": {
436
+ "content": "[unused21]",
437
+ "lstrip": false,
438
+ "normalized": true,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": false
442
+ },
443
+ "50307": {
444
+ "content": "[unused22]",
445
+ "lstrip": false,
446
+ "normalized": true,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": false
450
+ },
451
+ "50308": {
452
+ "content": "[unused23]",
453
+ "lstrip": false,
454
+ "normalized": true,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": false
458
+ },
459
+ "50309": {
460
+ "content": "[unused24]",
461
+ "lstrip": false,
462
+ "normalized": true,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": false
466
+ },
467
+ "50310": {
468
+ "content": "[unused25]",
469
+ "lstrip": false,
470
+ "normalized": true,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": false
474
+ },
475
+ "50311": {
476
+ "content": "[unused26]",
477
+ "lstrip": false,
478
+ "normalized": true,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": false
482
+ },
483
+ "50312": {
484
+ "content": "[unused27]",
485
+ "lstrip": false,
486
+ "normalized": true,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": false
490
+ },
491
+ "50313": {
492
+ "content": "[unused28]",
493
+ "lstrip": false,
494
+ "normalized": true,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": false
498
+ },
499
+ "50314": {
500
+ "content": "[unused29]",
501
+ "lstrip": false,
502
+ "normalized": true,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": false
506
+ },
507
+ "50315": {
508
+ "content": "[unused30]",
509
+ "lstrip": false,
510
+ "normalized": true,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": false
514
+ },
515
+ "50316": {
516
+ "content": "[unused31]",
517
+ "lstrip": false,
518
+ "normalized": true,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": false
522
+ },
523
+ "50317": {
524
+ "content": "[unused32]",
525
+ "lstrip": false,
526
+ "normalized": true,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": false
530
+ },
531
+ "50318": {
532
+ "content": "[unused33]",
533
+ "lstrip": false,
534
+ "normalized": true,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": false
538
+ },
539
+ "50319": {
540
+ "content": "[unused34]",
541
+ "lstrip": false,
542
+ "normalized": true,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": false
546
+ },
547
+ "50320": {
548
+ "content": "[unused35]",
549
+ "lstrip": false,
550
+ "normalized": true,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": false
554
+ },
555
+ "50321": {
556
+ "content": "[unused36]",
557
+ "lstrip": false,
558
+ "normalized": true,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": false
562
+ },
563
+ "50322": {
564
+ "content": "[unused37]",
565
+ "lstrip": false,
566
+ "normalized": true,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": false
570
+ },
571
+ "50323": {
572
+ "content": "[unused38]",
573
+ "lstrip": false,
574
+ "normalized": true,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": false
578
+ },
579
+ "50324": {
580
+ "content": "[unused39]",
581
+ "lstrip": false,
582
+ "normalized": true,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": false
586
+ },
587
+ "50325": {
588
+ "content": "[unused40]",
589
+ "lstrip": false,
590
+ "normalized": true,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": false
594
+ },
595
+ "50326": {
596
+ "content": "[unused41]",
597
+ "lstrip": false,
598
+ "normalized": true,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": false
602
+ },
603
+ "50327": {
604
+ "content": "[unused42]",
605
+ "lstrip": false,
606
+ "normalized": true,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": false
610
+ },
611
+ "50328": {
612
+ "content": "[unused43]",
613
+ "lstrip": false,
614
+ "normalized": true,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": false
618
+ },
619
+ "50329": {
620
+ "content": "[unused44]",
621
+ "lstrip": false,
622
+ "normalized": true,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": false
626
+ },
627
+ "50330": {
628
+ "content": "[unused45]",
629
+ "lstrip": false,
630
+ "normalized": true,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": false
634
+ },
635
+ "50331": {
636
+ "content": "[unused46]",
637
+ "lstrip": false,
638
+ "normalized": true,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": false
642
+ },
643
+ "50332": {
644
+ "content": "[unused47]",
645
+ "lstrip": false,
646
+ "normalized": true,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": false
650
+ },
651
+ "50333": {
652
+ "content": "[unused48]",
653
+ "lstrip": false,
654
+ "normalized": true,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": false
658
+ },
659
+ "50334": {
660
+ "content": "[unused49]",
661
+ "lstrip": false,
662
+ "normalized": true,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": false
666
+ },
667
+ "50335": {
668
+ "content": "[unused50]",
669
+ "lstrip": false,
670
+ "normalized": true,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": false
674
+ },
675
+ "50336": {
676
+ "content": "[unused51]",
677
+ "lstrip": false,
678
+ "normalized": true,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": false
682
+ },
683
+ "50337": {
684
+ "content": "[unused52]",
685
+ "lstrip": false,
686
+ "normalized": true,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": false
690
+ },
691
+ "50338": {
692
+ "content": "[unused53]",
693
+ "lstrip": false,
694
+ "normalized": true,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": false
698
+ },
699
+ "50339": {
700
+ "content": "[unused54]",
701
+ "lstrip": false,
702
+ "normalized": true,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": false
706
+ },
707
+ "50340": {
708
+ "content": "[unused55]",
709
+ "lstrip": false,
710
+ "normalized": true,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": false
714
+ },
715
+ "50341": {
716
+ "content": "[unused56]",
717
+ "lstrip": false,
718
+ "normalized": true,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": false
722
+ },
723
+ "50342": {
724
+ "content": "[unused57]",
725
+ "lstrip": false,
726
+ "normalized": true,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": false
730
+ },
731
+ "50343": {
732
+ "content": "[unused58]",
733
+ "lstrip": false,
734
+ "normalized": true,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": false
738
+ },
739
+ "50344": {
740
+ "content": "[unused59]",
741
+ "lstrip": false,
742
+ "normalized": true,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": false
746
+ },
747
+ "50345": {
748
+ "content": "[unused60]",
749
+ "lstrip": false,
750
+ "normalized": true,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": false
754
+ },
755
+ "50346": {
756
+ "content": "[unused61]",
757
+ "lstrip": false,
758
+ "normalized": true,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": false
762
+ },
763
+ "50347": {
764
+ "content": "[unused62]",
765
+ "lstrip": false,
766
+ "normalized": true,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": false
770
+ },
771
+ "50348": {
772
+ "content": "[unused63]",
773
+ "lstrip": false,
774
+ "normalized": true,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": false
778
+ },
779
+ "50349": {
780
+ "content": "[unused64]",
781
+ "lstrip": false,
782
+ "normalized": true,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": false
786
+ },
787
+ "50350": {
788
+ "content": "[unused65]",
789
+ "lstrip": false,
790
+ "normalized": true,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": false
794
+ },
795
+ "50351": {
796
+ "content": "[unused66]",
797
+ "lstrip": false,
798
+ "normalized": true,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": false
802
+ },
803
+ "50352": {
804
+ "content": "[unused67]",
805
+ "lstrip": false,
806
+ "normalized": true,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": false
810
+ },
811
+ "50353": {
812
+ "content": "[unused68]",
813
+ "lstrip": false,
814
+ "normalized": true,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": false
818
+ },
819
+ "50354": {
820
+ "content": "[unused69]",
821
+ "lstrip": false,
822
+ "normalized": true,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": false
826
+ },
827
+ "50355": {
828
+ "content": "[unused70]",
829
+ "lstrip": false,
830
+ "normalized": true,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": false
834
+ },
835
+ "50356": {
836
+ "content": "[unused71]",
837
+ "lstrip": false,
838
+ "normalized": true,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": false
842
+ },
843
+ "50357": {
844
+ "content": "[unused72]",
845
+ "lstrip": false,
846
+ "normalized": true,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": false
850
+ },
851
+ "50358": {
852
+ "content": "[unused73]",
853
+ "lstrip": false,
854
+ "normalized": true,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": false
858
+ },
859
+ "50359": {
860
+ "content": "[unused74]",
861
+ "lstrip": false,
862
+ "normalized": true,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": false
866
+ },
867
+ "50360": {
868
+ "content": "[unused75]",
869
+ "lstrip": false,
870
+ "normalized": true,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": false
874
+ },
875
+ "50361": {
876
+ "content": "[unused76]",
877
+ "lstrip": false,
878
+ "normalized": true,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": false
882
+ },
883
+ "50362": {
884
+ "content": "[unused77]",
885
+ "lstrip": false,
886
+ "normalized": true,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": false
890
+ },
891
+ "50363": {
892
+ "content": "[unused78]",
893
+ "lstrip": false,
894
+ "normalized": true,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": false
898
+ },
899
+ "50364": {
900
+ "content": "[unused79]",
901
+ "lstrip": false,
902
+ "normalized": true,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": false
906
+ },
907
+ "50365": {
908
+ "content": "[unused80]",
909
+ "lstrip": false,
910
+ "normalized": true,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": false
914
+ },
915
+ "50366": {
916
+ "content": "[unused81]",
917
+ "lstrip": false,
918
+ "normalized": true,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": false
922
+ },
923
+ "50367": {
924
+ "content": "[unused82]",
925
+ "lstrip": false,
926
+ "normalized": true,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": false
930
+ }
931
+ },
932
+ "clean_up_tokenization_spaces": true,
933
+ "cls_token": "[CLS]",
934
+ "extra_special_tokens": {},
935
+ "mask_token": "[MASK]",
936
+ "max_length": 1024,
937
+ "model_input_names": [
938
+ "input_ids",
939
+ "attention_mask"
940
+ ],
941
+ "model_max_length": 8192,
942
+ "pad_to_multiple_of": null,
943
+ "pad_token": "[PAD]",
944
+ "pad_token_type_id": 0,
945
+ "padding_side": "right",
946
+ "sep_token": "[SEP]",
947
+ "stride": 126,
948
+ "tokenizer_class": "PreTrainedTokenizer",
949
+ "truncation_side": "right",
950
+ "truncation_strategy": "longest_first",
951
+ "unk_token": "[UNK]"
952
+ }