Areeb-02 commited on
Commit
acaf2f4
1 Parent(s): 3a9ffce

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
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,1450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BAAI/bge-small-en
3
+ datasets: []
4
+ language: []
5
+ library_name: sentence-transformers
6
+ metrics:
7
+ - cosine_accuracy@1
8
+ - cosine_accuracy@3
9
+ - cosine_accuracy@5
10
+ - cosine_accuracy@10
11
+ - cosine_precision@1
12
+ - cosine_precision@3
13
+ - cosine_precision@5
14
+ - cosine_precision@10
15
+ - cosine_recall@1
16
+ - cosine_recall@3
17
+ - cosine_recall@5
18
+ - cosine_recall@10
19
+ - cosine_ndcg@10
20
+ - cosine_mrr@10
21
+ - cosine_map@100
22
+ - dot_accuracy@1
23
+ - dot_accuracy@3
24
+ - dot_accuracy@5
25
+ - dot_accuracy@10
26
+ - dot_precision@1
27
+ - dot_precision@3
28
+ - dot_precision@5
29
+ - dot_precision@10
30
+ - dot_recall@1
31
+ - dot_recall@3
32
+ - dot_recall@5
33
+ - dot_recall@10
34
+ - dot_ndcg@10
35
+ - dot_mrr@10
36
+ - dot_map@100
37
+ pipeline_tag: sentence-similarity
38
+ tags:
39
+ - sentence-transformers
40
+ - sentence-similarity
41
+ - feature-extraction
42
+ - generated_from_trainer
43
+ - dataset_size:238
44
+ - loss:MultipleNegativesRankingLoss
45
+ widget:
46
+ - source_sentence: What is the timeframe for opening a physical location in the Designated
47
+ Areas to be eligible for the credit under Section 960.1?
48
+ sentences:
49
+ - '(a) A person or combined group that opens a physical location in the Designated
50
+
51
+ Areas on or after January 1, 2023 through and including December 31, 2027, shall
52
+ be allowed
53
+
54
+ a credit against that person or combined group''s Gross Receipts Tax if the person
55
+ or
56
+
57
+ 74SAN FIAT CU
58
+
59
+ 2024 11AY 10 PM 1331
60
+
61
+ combined group did not have a physical location in the City for at least three
62
+ years prior to
63
+
64
+ DEPARTMENT OF ELECTIONS
65
+
66
+ opening the physical location. The credit under this Section 960.1 shall be an
67
+ annual credit
68
+
69
+ for each of up to three tax years immediately following the tax year in which
70
+ the person or
71
+
72
+ combined group opened the physical location in the Designated Areas, provided
73
+ the person or
74
+
75
+ combined group maintains a physical location in the Designated Areas in the tax
76
+ year that the
77
+
78
+ credit is taken. To be eligible for the credit, the person or combined group must
79
+ take the
80
+
81
+ credit for each tax year on an original Gross Receipts Tax return filed with the
82
+ Tax Collector.'
83
+ - '5222 (Nondepository Credit Intermediation), 5223 (Activities Related
84
+
85
+ to Credit Intermediation)), 533 (Lessors of Nonfinancial Intangible Assets (except
86
+ Copyrighted
87
+
88
+ Works)), 54 (Professional, Scientific, and Technical Services) but not including
89
+ 541714 (Research and
90
+
91
+ Development in Biotechnology (except Nanobiotechnology)), 55 (Management of Companies
92
+ and
93
+
94
+ 63SA
95
+
96
+ CL
97
+
98
+ 2024 LAY 10 PA (30
99
+
100
+ Enterprises), 562 (Waste Management and Remediation Services), 61 (Educational
101
+ Services),
102
+
103
+ DEPARTMENT OF ELECTI
104
+
105
+ 62 (Health Care and Social Assistance), and all business activities not otherwise
106
+ exempt and not
107
+
108
+ elsewhere subjected to a gross receipts tax rate by Sections 953.20 through 953.26
109
+ or an administrative
110
+
111
+ office tax under Section 953.8.
112
+
113
+ (c) The amount of taxable gross receipts from Category 5 Business Activities subject
114
+ to the
115
+
116
+ gross receipts tax shall be three-quarters of the amount determined under Section
117
+ 956.1 plus
118
+
119
+ one-quarter of the amount determined under Section 956.2.
120
+
121
+ SEC. 953.25. GROSS RECEIPTS TAX APPLICABLE TO CATEGORY 6 BUSINESS
122
+
123
+ ACTIVITIES.
124
+
125
+ (a) The gross receipts tax rates applicable to Category 6 Business Activities
126
+ are:
127
+
128
+ (1) For tax years 2025 and 2026:
129
+
130
+ 1.5% for taxable gross receipts between $0 and $1,000,000
131
+
132
+ 1.5% for taxable gross receipts between $1,000,000.01 and $2,500,000
133
+
134
+ 3% for taxable gross receipts between $2,500,000.01 and $25,000,000
135
+
136
+ 2.352% for taxable gross receipts between $25,000,000.01 and $50,000,000
137
+
138
+ 3.024% for taxable gross receipts between $50,000,000.01 and $75,000,000
139
+
140
+ 3.024% for taxable gross receipts between $75,000,000.01 and $100,000,000
141
+
142
+ 3.36% for taxable gross receipts between $100,000,000.01 and $150,000,000
143
+
144
+ 3.36% for taxable gross receipts between $150,000,000.01 and $250,000,000
145
+
146
+ 3.36% for taxable gross receipts between $250,000,000.01 and $500,000,000
147
+
148
+ 3.'
149
+ - 'Except as otherwise provided in this Section 855
150
+
151
+ and Section 856 of this Article 12, and Section 76.3 of Article 2 of this Business
152
+ and Tax Regulations
153
+
154
+ Code, the annual fee for obtaining a registration certificate for the 2025-2026
155
+ registration year,
156
+
157
+ payable in advance, shall be as follows:
158
+
159
+ San Francisco Gross Receipts for the
160
+
161
+ Immediately Preceding Tax Year
162
+
163
+ $0 to $100,000
164
+
165
+ $100,000.01 to $250,000
166
+
167
+ Annual Registration Fee
168
+
169
+ $41
170
+
171
+ $71
172
+
173
+ $250,000.01 to $500,000
174
+
175
+ $120
176
+
177
+ $500,000.01 to $750,000
178
+
179
+ $240
180
+
181
+ $750,000.01 to $1,000,000
182
+
183
+ $330
184
+
185
+ $1,000,000.01 to $1,500,000
186
+
187
+ $469
188
+
189
+ $1,500,000.01 to $2,000,000
190
+
191
+ $656
192
+
193
+ $2,000,000.01 to $2,500,000
194
+
195
+ $848
196
+
197
+ $2,500,000.01 to $5,000,000
198
+
199
+ $1,414
200
+
201
+ $5,000,000.01 to $7,500,000
202
+
203
+ $600
204
+
205
+ $7,500,000.01 to $15,000,000
206
+
207
+ $1,500
208
+
209
+ $15,000,000.01 to $25,000,000
210
+
211
+ $4,875
212
+
213
+ 25$25,000,000.01 to $50,000,000
214
+
215
+ $50,000,000.01 to $100,000,000
216
+
217
+ $100,000,000.01 to $200,000,000
218
+
219
+ $200,000,000.01 and over
220
+
221
+ SAN KAL CO
222
+
223
+ 2724 11 10 11 129
224
+
225
+ $15,000
226
+
227
+ DEPARTMENT
228
+
229
+ $30,000
230
+
231
+ $37,500
232
+
233
+ $45,000
234
+
235
+ (d) Fee for Registration Years Beginning On or After April 1, 2026. Except as
236
+ otherwise
237
+
238
+ provided in this Section 855 and Section 856 of this Article 12, and Section 76.3
239
+ of Article 2 of this
240
+
241
+ Business and Tax Regulations Code, the annual fee for obtaining a registration
242
+ certificate for
243
+
244
+ registration years beginning on or after April 1, 2026, payable in advance, shall
245
+ be as follows:
246
+
247
+ San Francisco Gross Receipts for the
248
+
249
+ Immediately Preceding Tax Year
250
+
251
+ $0 to $100,'
252
+ - source_sentence: How is the overpaid executive administrative office tax measured
253
+ for individuals or combined groups, and what other administrative office taxes
254
+ might they also be liable for?
255
+ sentences:
256
+ - '(b) Combined gross receipts are the total worldwide gross receipts of the person
257
+ and
258
+
259
+ all related entities to the person, unless the election provided for in California
260
+ Revenue and
261
+
262
+ Taxation Code Section 25110 is in effect for the person, in which case combined
263
+ gross
264
+
265
+ receipts shall be computed consistently with the water''s edge election, as set
266
+ forth therein.
267
+
268
+ (c) Combined payroll is the total worldwide compensation paid by the person and
269
+ all
270
+
271
+ related entities to the person, unless the election provided for in California
272
+ Revenue and
273
+
274
+ Taxation Code Section 25110 is in effect for the person, in which case combined
275
+ payroll shall
276
+
277
+ be computed consistently with the water''s edge election, as set forth therein.
278
+ A person who
279
+
280
+ 72SALA 50
281
+
282
+ has no combined payroll in a tax year shall have no gross receipts under this
283
+ Section for that
284
+
285
+ DEPARTMENT OF LECT
286
+
287
+ tax year.
288
+
289
+ (d) Payroll in the City is the total amount paid for compensation in the City
290
+ by the
291
+
292
+ person and by all related entities to the person.
293
+
294
+ (e) Compensation paid in the City shall be determined as follows:set forth in
295
+
296
+ Section 953.8)(4).
297
+
298
+ (1) Where compensation is paid by reason of work performed or services rendered
299
+ by
300
+
301
+ an individual wholly within the City, all of the compensation for such individual
302
+ shall be attributable to
303
+
304
+ the City.
305
+
306
+ (2) Where compensation is paid by reason of work performed or services rendered
307
+ by
308
+
309
+ an individual partly within and partly without the City, the portion of such compensation
310
+ attributable to
311
+
312
+ the City shall be determined as follows:
313
+
314
+ (A) Except as otherwise provided in this Section 956.2(e), the portion of such
315
+
316
+ compensation attributable to the City shall be the portion of such compensation
317
+ which the total number
318
+
319
+ of working hours employed within the City bears to the total number of working
320
+ hours within and
321
+
322
+ without the City.
323
+
324
+ (B) If the amount of such compensation depends on the volume of business
325
+
326
+ transacted by such individual, then the portion of such compensation attributable
327
+ to the City shall be
328
+
329
+ the portion of such compensation which the volume of business transacted by such
330
+ individual in the
331
+
332
+ City bears to the volume of business transacted by such individual within and
333
+ without the City.'
334
+ - 'If the person or combined group did not file a
335
+
336
+ 7SANT
337
+
338
+ V
339
+
340
+ 772 MAY 10 TH 1:28
341
+
342
+ return for the preceding tax year and did not request an extension under Section
343
+ 6.9-4 to file that
344
+
345
+ return, the person or combined group shall be deemed to have filed a return showing
346
+ no
347
+
348
+ liability for purposes of this Section 6.9-Isubsection (c)(3)(C)(ii), and no estimated
349
+ tax payments
350
+
351
+ of that tax shall be due for the current tax year.
352
+
353
+ (D) Lessor of Residential Real Estate Exemption. Notwithstanding
354
+
355
+ any other provision in this Section 6.9-1(c)(3), a lessor of residential real
356
+ estate, as defined in
357
+
358
+ Section 954.1 of Article 12-A-1, shall not be required to make estimated tax payments
359
+ under
360
+
361
+ this Section 6.9-1(c)(3), but shall pay its full Gross Receipts Tax liability,
362
+ Homelessness Gross
363
+
364
+ Receipts Tax liability, and Overpaid Executive Gross Receipts Tax liability on
365
+ or before the
366
+
367
+ last day of February of the succeeding year, or the extended deadline in Section
368
+ 6.9-4, if the
369
+
370
+ lessor''s gross receipts within the City shown on the lessor''s return for either
371
+ the current tax
372
+
373
+ year or the preceding tax year did not exceed the threshold in Section 954.1(b)
374
+ of
375
+
376
+ Article 12-A-1.
377
+
378
+ *
379
+
380
+ *
381
+
382
+ (g) Business Registration Certificate; Annual Due Date.
383
+
384
+ (1) For registration years ending on or before June 30, 2025 and the
385
+
386
+ 2025-2026 registration year, eExcept for any extensions granted under Section
387
+ 6.9-4 or as
388
+
389
+ otherwise provided in this Business and Tax Regulations Code, returns and payments
390
+ of the
391
+
392
+ Business Registration Fee (Article 12) shall be filed annually and are due and
393
+ payable, and
394
+
395
+ shall be delinquent if not submitted and paid to the Tax Collector, on or before
396
+ the last day of
397
+
398
+ May preceding the registration year commencing July 1 of that year.'
399
+ - 'DEPARTMENT OF ELECTION
400
+
401
+ Article 12-A-1, shall pay an annual overpaid executive administrative office tax
402
+ if the Executive
403
+
404
+ Pay Ratio for the tax year of that person or the combined group of which it is
405
+ a part
406
+
407
+ exceeds 100:1. This overpaid executive administrative office tax shall be measured
408
+ by the
409
+
410
+ person''s total payroll expense, as defined in Section 953.8(f) of Article 12-A-1,
411
+ that is
412
+
413
+ attributable to the City. If a person is a member of a combined group, then its
414
+ tax shall be
415
+
416
+ measured by the total payroll expense of the combined group attributable to the
417
+ City. Such
418
+
419
+ person or combined group shall pay only the overpaid executive administrative
420
+ office tax, and
421
+
422
+ not the tax imposed under other subsections of this Section 3303, but a person
423
+ or combined
424
+
425
+ group may be liable for the administrative office tax imposed by Section 953.8
426
+ of
427
+
428
+ Article 12-A-1 and the homelessness administrative office tax imposed by Section
429
+ 2804(d) or
430
+
431
+ Section 2804.9 of Article 28 in addition to the overpaid executive administrative
432
+ office tax
433
+
434
+ imposed by this subsection (dg). Unless specified otherwise, this overpaid executive
435
+
436
+ administrative office tax shall be considered part of the Overpaid Executive Gross
437
+ Receipts
438
+
439
+ Tax for all purposes.'
440
+ - source_sentence: What are the homelessness gross receipts tax rates applicable to
441
+ Category 1 Business Activities for tax years beginning on or after January 1,
442
+ 2025, as outlined in Section 2804.3 of the same code?
443
+ sentences:
444
+ - 'For purposes
445
+
446
+ of serving a notice of a deficiency determination under this Section 6.11-2, the
447
+ date that a return was
448
+
449
+ due shall be:
450
+
451
+ (1) For tax years and tax periods ending on or before December 31, 2021, and
452
+
453
+ registration years ending on or before June 30, 2023, the due date of the return
454
+ without regard to any
455
+
456
+ extensions under Section 6.9-4;
457
+
458
+ (2) For tax years and tax periods beginning on or after January 1, 2022, and
459
+
460
+ registration years beginning on or after July 1, 2023 and ending on or before
461
+ March 31, 2026, except
462
+
463
+ for the taxes for the years and periods subject to subsection (a)(3) of this Section
464
+ 6.11-2, the due date of
465
+
466
+ the return including any extensions; or
467
+
468
+ (3) For the Gross Receipts Tax (Article 12-A-1) (including the tax on administrative
469
+
470
+ office business activities in Section 953.8 of Article 12-A-1), the Early Care
471
+ and Education Commercial
472
+
473
+ Rents Tax (Article 21), the Homelessness Gross Receipts Tax (Article 28) (including
474
+ the tax on
475
+
476
+ administrative office business activities in Section 2804(d) or Section 2804.9
477
+ of Article 28), the
478
+
479
+ Cannabis Business Tax (Article 30), and the Overpaid Executive Gross Receipts
480
+ Tax (Article 33)
481
+
482
+ (including the tax on administrative office business activities in Section 3303(g))
483
+ for tax years
484
+
485
+ beginning on or after January 1, 2025, and for the Business Registration Fee (Article
486
+ 12) for
487
+
488
+ registration years beginning on or after April 1, 2026, November 30 of the calendar
489
+ year in which the
490
+
491
+ return for such respective tax was originally due.
492
+
493
+ 13SAN
494
+
495
+ CO
496
+
497
+ 22 MAY (b) The notice of any determination under this Section 6.11-2 may be served
498
+ upon the
499
+
500
+ DEMANTHER OF CLIENT OFF
501
+
502
+ taxpayer or other affected person personally or by mail; if by mail, service shall
503
+ be:
504
+
505
+ (1) to the last known address that appears in the Tax Collector''s records,
506
+
507
+ provided there is such an address in the Tax Collector''s records, or
508
+
509
+ (2) to an address that the Tax Collector concludes, in the Tax Collector''s
510
+
511
+ discretion, is the last known address of the person(s).'
512
+ - 'If the person or combined group did not file a
513
+
514
+ 7SANT
515
+
516
+ V
517
+
518
+ 772 MAY 10 TH 1:28
519
+
520
+ return for the preceding tax year and did not request an extension under Section
521
+ 6.9-4 to file that
522
+
523
+ return, the person or combined group shall be deemed to have filed a return showing
524
+ no
525
+
526
+ liability for purposes of this Section 6.9-Isubsection (c)(3)(C)(ii), and no estimated
527
+ tax payments
528
+
529
+ of that tax shall be due for the current tax year.
530
+
531
+ (D) Lessor of Residential Real Estate Exemption. Notwithstanding
532
+
533
+ any other provision in this Section 6.9-1(c)(3), a lessor of residential real
534
+ estate, as defined in
535
+
536
+ Section 954.1 of Article 12-A-1, shall not be required to make estimated tax payments
537
+ under
538
+
539
+ this Section 6.9-1(c)(3), but shall pay its full Gross Receipts Tax liability,
540
+ Homelessness Gross
541
+
542
+ Receipts Tax liability, and Overpaid Executive Gross Receipts Tax liability on
543
+ or before the
544
+
545
+ last day of February of the succeeding year, or the extended deadline in Section
546
+ 6.9-4, if the
547
+
548
+ lessor''s gross receipts within the City shown on the lessor''s return for either
549
+ the current tax
550
+
551
+ year or the preceding tax year did not exceed the threshold in Section 954.1(b)
552
+ of
553
+
554
+ Article 12-A-1.
555
+
556
+ *
557
+
558
+ *
559
+
560
+ (g) Business Registration Certificate; Annual Due Date.
561
+
562
+ (1) For registration years ending on or before June 30, 2025 and the
563
+
564
+ 2025-2026 registration year, eExcept for any extensions granted under Section
565
+ 6.9-4 or as
566
+
567
+ otherwise provided in this Business and Tax Regulations Code, returns and payments
568
+ of the
569
+
570
+ Business Registration Fee (Article 12) shall be filed annually and are due and
571
+ payable, and
572
+
573
+ shall be delinquent if not submitted and paid to the Tax Collector, on or before
574
+ the last day of
575
+
576
+ May preceding the registration year commencing July 1 of that year.'
577
+ - '(a) The homelessness gross receipts tax rates applicable to Category 1 Business
578
+ Activities for
579
+
580
+ tax years beginning on or after January 1, 2025 are:
581
+
582
+ 0% for taxable gross receipts between $0 and $1,000,000
583
+
584
+ 0% for taxable gross receipts between $1,000,000.01 and $2,500,000
585
+
586
+ 0% for taxable gross receipts between $2,500,000.01 and $25,000,000
587
+
588
+ 0.164% for taxable gross receipts between $25,000,000.01 and $50,000,000
589
+
590
+ 0.164% for taxable gross receipts between $50,000,000.01 and $75,000,000
591
+
592
+ 0.164% for taxable gross receipts between $75,000,000.01 and $100,000,000
593
+
594
+ 0.164% for taxable gross receipts between $100,000,000.01 and $150,000,000
595
+
596
+ 0.246% for taxable gross receipts between $150,000,000.01 and $250,000,000
597
+
598
+ 0.328% for taxable gross receipts between $250,000,000.01 and $500,000,000
599
+
600
+ 0.41% for taxable gross receipts between $500,000,000.01 and $1,000,000,000
601
+
602
+ 0.492% for taxable gross receipts over $1,000,000,000
603
+
604
+ (b) "Category 1 Business Activities" has the same meaning as in Section 953.20(b)
605
+ of
606
+
607
+ Article 12-A-1 of this Business and Tax Regulations Code.
608
+
609
+ (c) The amount of taxable gross receipts from Category 1 Business Activities subject
610
+ to the
611
+
612
+ homelessness gross receipts tax shall be three-quarters of the amount determined
613
+ under Section 956.1
614
+
615
+ of Article 12-A-1 plus one-quarter of the amount determined under Section 956.2
616
+ of Article 12-A-1.
617
+
618
+ 84SAL
619
+
620
+ SEC. 2804.3. HOMELESSNESS GROSS RECEIPTS TAX APPLICABLE TO CATEGORY 2
621
+
622
+ BUSINESS ACTIVITIES.'
623
+ - source_sentence: What are the different gross receipts tax rates applicable to private
624
+ education and health services, administrative and support services, and miscellaneous
625
+ business activities as outlined in Section 953.4?
626
+ sentences:
627
+ - '(b) For only so long as and to the extent that the City is prohibited from imposing
628
+ the
629
+
630
+ Homelessness Gross Receipts Tax, any person upon whom the City is prohibited under
631
+ the
632
+
633
+ Constitution or laws of the State of California or the Constitution or laws of
634
+ the United States
635
+
636
+ from imposing the Homelessness Gross Receipts Tax shall be exempt from the
637
+
638
+ Homelessness Gross Receipts Tax.
639
+
640
+ (c) For purposes of this Article 28, gross receipts shall not include receipts
641
+ that are
642
+
643
+ excluded from gross receipts for purposes of the gross receipts tax imposed by
644
+ Article 12-A-1,
645
+
646
+ and also shall not include receipts subject to a gross receipts tax on commercial
647
+ rents
648
+
649
+ imposed as a result of a measure adopted by the voters of San Francisco in the
650
+ June 5, 2018
651
+
652
+ election.
653
+
654
+ (d) This Section 2805 shall apply to tax years ending on or before December 31,
655
+ 2024.
656
+
657
+ SEC. 2805.3. EXEMPTIONS AND EXCLUSIONS.
658
+
659
+ (a) An organization that is exempt from income taxation by Chapter 4 (commencing
660
+ with
661
+
662
+ Section 23701) of Part 11 of Division 2 of the California Revenue and Taxation
663
+ Code or Subchapter F
664
+
665
+ (commencing with Section 501) of Chapter 1 of Subtitle A of the Internal Revenue
666
+ Code of 1986, as
667
+
668
+ amended, as qualified by Sections 502, 503, 504, and 508 of the Internal Revenue
669
+ Code of 1986, as
670
+
671
+ amended, shall be exempt from taxation under this Article 28, only so long as
672
+ those exemptions
673
+
674
+ continue to exist under state or federal law.
675
+
676
+ (b) For purposes of this Article 28, gross receipts as defined in Section 952.3
677
+ shall not include
678
+
679
+ receipts from business activities if, and only so long as and to the extent that,
680
+ the City is prohibited
681
+
682
+ 93SA
683
+
684
+ 01:32
685
+
686
+ from taxing such receipts under the Constitution or laws of the United States
687
+ or under the Constitution
688
+
689
+ or laws of the State of California.
690
+
691
+ (c) Rent Controlled Buildings Exclusion. A person subject to the homelessness
692
+ gross receipts
693
+
694
+ tax may exclude from gross receipts in any tax year 50% of the total amount received
695
+ from the rental of
696
+
697
+ real property to tenants in occupancy at any location in the City, which is subject
698
+ to limits on rent
699
+
700
+ increases pursuant to the Residential Rent Stabilization and Arbitration Ordinance,
701
+ Administrative
702
+
703
+ Code, Chapter 37, Section 37.1 et seq.'
704
+ - '10 that the
705
+
706
+ 90% gross receipts threshold has been met for tax year 2023, and for tax year
707
+ 2024 if the Controller
708
+
709
+ does not certify under Section 953.10 that the 95% gross receipts threshold has
710
+ been met for tax
711
+
712
+ year 2024:
713
+
714
+ 42SAN LANCI Co
715
+
716
+ FILED
717
+
718
+ 2024 MAY 10 PH 1:29
719
+
720
+ 0.45% (e.g. $4.50 per $1,000) for taxable gross receipts between $0 and $1,000,000
721
+
722
+ DEPARTMENT OF ELECTIONS
723
+
724
+ 0.488% (e.g. $4.88 per $1,000) for taxable gross receipts between $1,000,000.01
725
+ and
726
+
727
+ $2,500,000
728
+
729
+ 0.488% (e.g. $4.88 per $1,000) for taxable gross receipts between $2,500,000.01
730
+ and
731
+
732
+ $25,000,000
733
+
734
+ 0.6% (e.g. $6 per $1,000) for taxable gross receipts over $25,000,000
735
+
736
+ (D) For tax year 2024 if the Controller certifies under Section 953.10 that the
737
+
738
+ 95% gross receipts threshold has been met for tax year 2024, and for tax years
739
+ beginning on or after
740
+
741
+ January 1, 2025:
742
+
743
+ 0.465% (e.g. $4.65 per $1,000) for taxable gross receipts between $0 and $1,000,000
744
+
745
+ 0.504% (e.g. $5.04 per $1,000) for taxable gross receipts between $1,000,000.01
746
+ and
747
+
748
+ $2,500,000
749
+
750
+ 0.504% (e.g. $5.04 per $1,000) for taxable gross receipts between $2,500,000.01
751
+ and
752
+
753
+ $25,000,000
754
+
755
+ 0.62% (e.g. $6.20 per $1,000) for taxable gross receipts over $25,000,000
756
+
757
+ SEC. 953.4. GROSS RECEIPTS TAX APPLICABLE TO PRIVATE EDUCATION AND
758
+
759
+ HEALTH SERVICES; ADMINISTRATIVE AND SUPPORT SERVICES; AND
760
+
761
+ MISCELLANEOUS BUSINESS ACTIVITIES.
762
+
763
+ (a) The gross receipts tax rates applicable to the business activities of private
764
+
765
+ education and health services, administrative and support services,'
766
+ - 'SARI
767
+
768
+ до
769
+
770
+ 202 BAY 10 FA 1:32
771
+
772
+ year by 52, and dividing the result by the number of weeks that the employee was
773
+ employed by that
774
+
775
+ person or combined group during the tax year.
776
+
777
+ "Highest-Paid Managerial Employee" means the individual employee or officer of
778
+ a
779
+
780
+ person or combined group with managerial responsibility in a business function
781
+ who received the most
782
+
783
+ Compensation for a tax year. For purposes of determining the Highest-Paid Managerial
784
+ Employee and
785
+
786
+ the Compensation of such employee, Compensation shall not be annualized or converted
787
+ to a full-time
788
+
789
+ equivalency.
790
+
791
+ SEC. 3303. IMPOSITION OF TAX.
792
+
793
+ (a) Except as otherwise provided in this Article 33, commencing with tax years
794
+
795
+ beginning on or after January 1, 2022, for the privilege of engaging in business
796
+ in the City, the
797
+
798
+ City imposes an annual Overpaid Executive Gross Receipts Tax on each person engaging
799
+ in
800
+
801
+ business within the City where the Executive Pay Ratio for the tax year of that
802
+ person or the
803
+
804
+ combined group of which it is a part exceeds 100:1.'
805
+ - source_sentence: Based on the context information provided, what are the different
806
+ gross receipts tax rates for businesses in San Francisco for tax years 2022, 2023,
807
+ and 2024?
808
+ sentences:
809
+ - '$9.75 per $1,000) for taxable gross receipts over $25,000,000
810
+
811
+ 44SANCO
812
+
813
+ 2024 NAY LO
814
+
815
+ (D) For tax year 2024 if the Controller certifies under Section 953.10 that the
816
+
817
+ DEPARTMENT OF
818
+
819
+ 95% gross receipts threshold has been met for tax year 2024, and for tax years
820
+ beginning on or after
821
+
822
+ January 1, 2025:
823
+
824
+ 0.814% (e.g. $8.14 per $1,000) for taxable gross receipts between $0 and $1,000,000
825
+
826
+ 0.853% (e.g. $8.53 per $1,000) for taxable gross receipts between $1,000,000.01
827
+ and
828
+
829
+ $2,500,000
830
+
831
+ 0.93% (e.g. $9.30 per $1,000) for taxable gross receipts between $2,500,000.01
832
+ and
833
+
834
+ $25,000,000
835
+
836
+ 1.008% (e.g. $10.08 per $1,000) for taxable gross receipts over $25,000,000
837
+
838
+ (3) For all business activities not otherwise exempt and not elsewhere
839
+
840
+ subjected to a gross receipts tax rate or an administrative office tax by this
841
+ Article 12-A-1:
842
+
843
+ (B) For tax years 2022 and, if the Controller does not certify under
844
+
845
+ Section 953.10 that the 90% gross receipts threshold has been met for tax year
846
+ 2023, for tax
847
+
848
+ year 2023:
849
+
850
+ 0.788% (e.g. $7.88 per $1,000) for taxable gross receipts between $0 and $1,000,000
851
+
852
+ 0.825% (e.g. $8.25 per $1,000) for taxable gross receipts between $1,000,000.01
853
+ and
854
+
855
+ $2,500,000
856
+
857
+ 0.9% (e.g. $9 per $1,000) for taxable gross receipts between $2,500,000.01 and
858
+
859
+ $25,000,000
860
+
861
+ 0.975% (e.g. $9.75 per $1,000) for taxable gross receipts over $25,000,000
862
+
863
+ (C) For tax year 2023 if the Controller certifies under Section 953.10 that the
864
+
865
+ 90% gross receipts threshold has been met for tax year 2023,'
866
+ - '(d) In no event shall the credit under this Section 960.4 reduce a person or
867
+ combined group''s
868
+
869
+ Gross Receipts Tax liability to less than $0 for any tax year. The credit under
870
+ this Section shall not be
871
+
872
+ refundable and may not be carried forward to a subsequent year.
873
+
874
+ SEC. 966. CONTROLLER REPORTS.
875
+
876
+ The Controller shall prepare reports by September 1, 2026, and September 1, 2027,
877
+
878
+ respectively, that discuss current economic conditions in the City and the performance
879
+ of the tax system
880
+
881
+ revised by the voters in the ordinance adding this Section 966.
882
+
883
+ Section 6. Article 21 of the Business and Tax Regulations Code is hereby amended
884
+ by
885
+
886
+ revising Section 2106 to read as follows:
887
+
888
+ SEC. 2106. SMALL BUSINESS EXEMPTION.
889
+
890
+ (a) For tax years ending on or before December 31, 2024, nNotwithstanding any
891
+ other
892
+
893
+ provision of this Article 21, a person or combined group exempt from payment of
894
+ the gross
895
+
896
+ receipts tax under Section 954.1 of Article 12-A-1, as amended from time to time,
897
+ shall also
898
+
899
+ be exempt from payment of the Early Care and Education Commercial Rents Tax.
900
+
901
+ 79SAN
902
+
903
+ DL W(b) For tax years beginning on or after January 1, 2025, notwithstanding any
904
+ other provision
905
+
906
+ of this Article 21, a "small business enterprise" shall be exempt from payment
907
+ of the Early Care and
908
+
909
+ Education Commercial Rents Tax. For purposes of this subsection (b), the term
910
+ "small business
911
+
912
+ enterprise" shall mean any person or combined group whose gross receipts within
913
+ the City, determined
914
+
915
+ under Article 12-A-1, did not exceed $2,325,000, adjusted annually in accordance
916
+ with the increase in
917
+
918
+ the Consumer Price Index: All Urban Consumers for the San Francisco/Oakland/Hayward
919
+ Area for All
920
+
921
+ Items as reported by the United States Bureau of Labor Statistics, or any successor
922
+ to that index, as of
923
+
924
+ December 31 of the calendar year two years prior to the tax year, beginning with
925
+ tax year 2026, and
926
+
927
+ rounded to the nearest $10,000. This subsection (b) shall not apply to a person
928
+ or combined group
929
+
930
+ subject to a tax on administrative office business activities in Section 953.8
931
+ of Article 12-A-1.
932
+
933
+ Section 7.'
934
+ - '(1) For tax years ending on or before December 31, 2024, the overpaid executive
935
+
936
+ administrative office tax shall be calculated as follows:
937
+
938
+ (+4) 0.4% of the person or combined group''s total payroll expense
939
+
940
+ attributable to the City for a tax year if the person or combined group has an
941
+ Executive Pay
942
+
943
+ Ratio for that tax year of greater than 100:1, but less than or equal to 200:1;
944
+
945
+ (2B) 0.8% of the person or combined group''s total payroll expense
946
+
947
+ attributable to the City for a tax year if the person or combined group has an
948
+ Executive Pay
949
+
950
+ Ratio for that tax year of greater than 200:1, but less than or equal to 300:1;
951
+
952
+ (3C) 1.2% of the person or combined group''s total payroll expense
953
+
954
+ attributable to the City for a tax year if the person or combined group has an
955
+ Executive Pay
956
+
957
+ Ratio for that tax year of greater than 300:1, but less than or equal to 400:1;
958
+
959
+ 103SAULAMIC 50
960
+
961
+ 10 PM 1:32
962
+
963
+ (4D) 1.6% of the person or combined group''s total payroll expense
964
+
965
+ DEPARTMENT OF ELECTIONS
966
+
967
+ attributable to the City for a tax year if the person or combined group has an
968
+ Executive Pay
969
+
970
+ Ratio for that tax year of greater than 400:1, but less than or equal to 500:1;
971
+
972
+ (5E) 2% of the person or combined group''s total payroll expense
973
+
974
+ attributable to the City for a tax year if the person or combined group has an
975
+ Executive Pay
976
+
977
+ Ratio for that tax year of greater than 500:1, but less than or equal to 600:1;
978
+ or
979
+
980
+ (6F) 2.4% of the person or combined group''s total payroll expense
981
+
982
+ attributable to the City for a tax year if the person or combined group has an
983
+ Executive Pay
984
+
985
+ Ratio for that tax year of greater than 600:1.'
986
+ model-index:
987
+ - name: SentenceTransformer based on BAAI/bge-small-en
988
+ results:
989
+ - task:
990
+ type: information-retrieval
991
+ name: Information Retrieval
992
+ dataset:
993
+ name: Unknown
994
+ type: unknown
995
+ metrics:
996
+ - type: cosine_accuracy@1
997
+ value: 0.6407766990291263
998
+ name: Cosine Accuracy@1
999
+ - type: cosine_accuracy@3
1000
+ value: 0.8155339805825242
1001
+ name: Cosine Accuracy@3
1002
+ - type: cosine_accuracy@5
1003
+ value: 0.8640776699029126
1004
+ name: Cosine Accuracy@5
1005
+ - type: cosine_accuracy@10
1006
+ value: 0.9320388349514563
1007
+ name: Cosine Accuracy@10
1008
+ - type: cosine_precision@1
1009
+ value: 0.6407766990291263
1010
+ name: Cosine Precision@1
1011
+ - type: cosine_precision@3
1012
+ value: 0.2718446601941747
1013
+ name: Cosine Precision@3
1014
+ - type: cosine_precision@5
1015
+ value: 0.17281553398058247
1016
+ name: Cosine Precision@5
1017
+ - type: cosine_precision@10
1018
+ value: 0.09320388349514559
1019
+ name: Cosine Precision@10
1020
+ - type: cosine_recall@1
1021
+ value: 0.6407766990291263
1022
+ name: Cosine Recall@1
1023
+ - type: cosine_recall@3
1024
+ value: 0.8155339805825242
1025
+ name: Cosine Recall@3
1026
+ - type: cosine_recall@5
1027
+ value: 0.8640776699029126
1028
+ name: Cosine Recall@5
1029
+ - type: cosine_recall@10
1030
+ value: 0.9320388349514563
1031
+ name: Cosine Recall@10
1032
+ - type: cosine_ndcg@10
1033
+ value: 0.7825919037319005
1034
+ name: Cosine Ndcg@10
1035
+ - type: cosine_mrr@10
1036
+ value: 0.7351363846509477
1037
+ name: Cosine Mrr@10
1038
+ - type: cosine_map@100
1039
+ value: 0.7397851339598912
1040
+ name: Cosine Map@100
1041
+ - type: dot_accuracy@1
1042
+ value: 0.6407766990291263
1043
+ name: Dot Accuracy@1
1044
+ - type: dot_accuracy@3
1045
+ value: 0.8155339805825242
1046
+ name: Dot Accuracy@3
1047
+ - type: dot_accuracy@5
1048
+ value: 0.8640776699029126
1049
+ name: Dot Accuracy@5
1050
+ - type: dot_accuracy@10
1051
+ value: 0.9320388349514563
1052
+ name: Dot Accuracy@10
1053
+ - type: dot_precision@1
1054
+ value: 0.6407766990291263
1055
+ name: Dot Precision@1
1056
+ - type: dot_precision@3
1057
+ value: 0.2718446601941747
1058
+ name: Dot Precision@3
1059
+ - type: dot_precision@5
1060
+ value: 0.17281553398058247
1061
+ name: Dot Precision@5
1062
+ - type: dot_precision@10
1063
+ value: 0.09320388349514559
1064
+ name: Dot Precision@10
1065
+ - type: dot_recall@1
1066
+ value: 0.6407766990291263
1067
+ name: Dot Recall@1
1068
+ - type: dot_recall@3
1069
+ value: 0.8155339805825242
1070
+ name: Dot Recall@3
1071
+ - type: dot_recall@5
1072
+ value: 0.8640776699029126
1073
+ name: Dot Recall@5
1074
+ - type: dot_recall@10
1075
+ value: 0.9320388349514563
1076
+ name: Dot Recall@10
1077
+ - type: dot_ndcg@10
1078
+ value: 0.7825919037319005
1079
+ name: Dot Ndcg@10
1080
+ - type: dot_mrr@10
1081
+ value: 0.7351363846509477
1082
+ name: Dot Mrr@10
1083
+ - type: dot_map@100
1084
+ value: 0.7397851339598912
1085
+ name: Dot Map@100
1086
+ ---
1087
+
1088
+ # SentenceTransformer based on BAAI/bge-small-en
1089
+
1090
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-small-en](https://huggingface.co/BAAI/bge-small-en). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
1091
+
1092
+ ## Model Details
1093
+
1094
+ ### Model Description
1095
+ - **Model Type:** Sentence Transformer
1096
+ - **Base model:** [BAAI/bge-small-en](https://huggingface.co/BAAI/bge-small-en) <!-- at revision 2275a7bdee235e9b4f01fa73aa60d3311983cfea -->
1097
+ - **Maximum Sequence Length:** 512 tokens
1098
+ - **Output Dimensionality:** 384 tokens
1099
+ - **Similarity Function:** Cosine Similarity
1100
+ <!-- - **Training Dataset:** Unknown -->
1101
+ <!-- - **Language:** Unknown -->
1102
+ <!-- - **License:** Unknown -->
1103
+
1104
+ ### Model Sources
1105
+
1106
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
1107
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
1108
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
1109
+
1110
+ ### Full Model Architecture
1111
+
1112
+ ```
1113
+ SentenceTransformer(
1114
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
1115
+ (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
1116
+ (2): Normalize()
1117
+ )
1118
+ ```
1119
+
1120
+ ## Usage
1121
+
1122
+ ### Direct Usage (Sentence Transformers)
1123
+
1124
+ First install the Sentence Transformers library:
1125
+
1126
+ ```bash
1127
+ pip install -U sentence-transformers
1128
+ ```
1129
+
1130
+ Then you can load this model and run inference.
1131
+ ```python
1132
+ from sentence_transformers import SentenceTransformer
1133
+
1134
+ # Download from the 🤗 Hub
1135
+ model = SentenceTransformer("Areeb-02/bge-small-en-MultiplrRankingLoss-Tax-dataset")
1136
+ # Run inference
1137
+ sentences = [
1138
+ 'Based on the context information provided, what are the different gross receipts tax rates for businesses in San Francisco for tax years 2022, 2023, and 2024?',
1139
+ '$9.75 per $1,000) for taxable gross receipts over $25,000,000\n44SANCO\n2024 NAY LO\n(D) For tax year 2024 if the Controller certifies under Section 953.10 that the\nDEPARTMENT OF\n95% gross receipts threshold has been met for tax year 2024, and for tax years beginning on or after\nJanuary 1, 2025:\n0.814% (e.g. $8.14 per $1,000) for taxable gross receipts between $0 and $1,000,000\n0.853% (e.g. $8.53 per $1,000) for taxable gross receipts between $1,000,000.01 and\n$2,500,000\n0.93% (e.g. $9.30 per $1,000) for taxable gross receipts between $2,500,000.01 and\n$25,000,000\n1.008% (e.g. $10.08 per $1,000) for taxable gross receipts over $25,000,000\n(3) For all business activities not otherwise exempt and not elsewhere\nsubjected to a gross receipts tax rate or an administrative office tax by this Article 12-A-1:\n(B) For tax years 2022 and, if the Controller does not certify under\nSection 953.10 that the 90% gross receipts threshold has been met for tax year 2023, for tax\nyear 2023:\n0.788% (e.g. $7.88 per $1,000) for taxable gross receipts between $0 and $1,000,000\n0.825% (e.g. $8.25 per $1,000) for taxable gross receipts between $1,000,000.01 and\n$2,500,000\n0.9% (e.g. $9 per $1,000) for taxable gross receipts between $2,500,000.01 and\n$25,000,000\n0.975% (e.g. $9.75 per $1,000) for taxable gross receipts over $25,000,000\n(C) For tax year 2023 if the Controller certifies under Section 953.10 that the\n90% gross receipts threshold has been met for tax year 2023,',
1140
+ '(d) In no event shall the credit under this Section 960.4 reduce a person or combined group\'s\nGross Receipts Tax liability to less than $0 for any tax year. The credit under this Section shall not be\nrefundable and may not be carried forward to a subsequent year.\nSEC. 966. CONTROLLER REPORTS.\nThe Controller shall prepare reports by September 1, 2026, and September 1, 2027,\nrespectively, that discuss current economic conditions in the City and the performance of the tax system\nrevised by the voters in the ordinance adding this Section 966.\nSection 6. Article 21 of the Business and Tax Regulations Code is hereby amended by\nrevising Section 2106 to read as follows:\nSEC. 2106. SMALL BUSINESS EXEMPTION.\n(a) For tax years ending on or before December 31, 2024, nNotwithstanding any other\nprovision of this Article 21, a person or combined group exempt from payment of the gross\nreceipts tax under Section 954.1 of Article 12-A-1, as amended from time to time, shall also\nbe exempt from payment of the Early Care and Education Commercial Rents Tax.\n79SAN\nDL W(b) For tax years beginning on or after January 1, 2025, notwithstanding any other provision\nof this Article 21, a "small business enterprise" shall be exempt from payment of the Early Care and\nEducation Commercial Rents Tax. For purposes of this subsection (b), the term "small business\nenterprise" shall mean any person or combined group whose gross receipts within the City, determined\nunder Article 12-A-1, did not exceed $2,325,000, adjusted annually in accordance with the increase in\nthe Consumer Price Index: All Urban Consumers for the San Francisco/Oakland/Hayward Area for All\nItems as reported by the United States Bureau of Labor Statistics, or any successor to that index, as of\nDecember 31 of the calendar year two years prior to the tax year, beginning with tax year 2026, and\nrounded to the nearest $10,000. This subsection (b) shall not apply to a person or combined group\nsubject to a tax on administrative office business activities in Section 953.8 of Article 12-A-1.\nSection 7.',
1141
+ ]
1142
+ embeddings = model.encode(sentences)
1143
+ print(embeddings.shape)
1144
+ # [3, 384]
1145
+
1146
+ # Get the similarity scores for the embeddings
1147
+ similarities = model.similarity(embeddings, embeddings)
1148
+ print(similarities.shape)
1149
+ # [3, 3]
1150
+ ```
1151
+
1152
+ <!--
1153
+ ### Direct Usage (Transformers)
1154
+
1155
+ <details><summary>Click to see the direct usage in Transformers</summary>
1156
+
1157
+ </details>
1158
+ -->
1159
+
1160
+ <!--
1161
+ ### Downstream Usage (Sentence Transformers)
1162
+
1163
+ You can finetune this model on your own dataset.
1164
+
1165
+ <details><summary>Click to expand</summary>
1166
+
1167
+ </details>
1168
+ -->
1169
+
1170
+ <!--
1171
+ ### Out-of-Scope Use
1172
+
1173
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
1174
+ -->
1175
+
1176
+ ## Evaluation
1177
+
1178
+ ### Metrics
1179
+
1180
+ #### Information Retrieval
1181
+
1182
+ * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
1183
+
1184
+ | Metric | Value |
1185
+ |:--------------------|:-----------|
1186
+ | cosine_accuracy@1 | 0.6408 |
1187
+ | cosine_accuracy@3 | 0.8155 |
1188
+ | cosine_accuracy@5 | 0.8641 |
1189
+ | cosine_accuracy@10 | 0.932 |
1190
+ | cosine_precision@1 | 0.6408 |
1191
+ | cosine_precision@3 | 0.2718 |
1192
+ | cosine_precision@5 | 0.1728 |
1193
+ | cosine_precision@10 | 0.0932 |
1194
+ | cosine_recall@1 | 0.6408 |
1195
+ | cosine_recall@3 | 0.8155 |
1196
+ | cosine_recall@5 | 0.8641 |
1197
+ | cosine_recall@10 | 0.932 |
1198
+ | cosine_ndcg@10 | 0.7826 |
1199
+ | cosine_mrr@10 | 0.7351 |
1200
+ | **cosine_map@100** | **0.7398** |
1201
+ | dot_accuracy@1 | 0.6408 |
1202
+ | dot_accuracy@3 | 0.8155 |
1203
+ | dot_accuracy@5 | 0.8641 |
1204
+ | dot_accuracy@10 | 0.932 |
1205
+ | dot_precision@1 | 0.6408 |
1206
+ | dot_precision@3 | 0.2718 |
1207
+ | dot_precision@5 | 0.1728 |
1208
+ | dot_precision@10 | 0.0932 |
1209
+ | dot_recall@1 | 0.6408 |
1210
+ | dot_recall@3 | 0.8155 |
1211
+ | dot_recall@5 | 0.8641 |
1212
+ | dot_recall@10 | 0.932 |
1213
+ | dot_ndcg@10 | 0.7826 |
1214
+ | dot_mrr@10 | 0.7351 |
1215
+ | dot_map@100 | 0.7398 |
1216
+
1217
+ <!--
1218
+ ## Bias, Risks and Limitations
1219
+
1220
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
1221
+ -->
1222
+
1223
+ <!--
1224
+ ### Recommendations
1225
+
1226
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
1227
+ -->
1228
+
1229
+ ## Training Details
1230
+
1231
+ ### Training Dataset
1232
+
1233
+ #### Unnamed Dataset
1234
+
1235
+
1236
+ * Size: 238 training samples
1237
+ * Columns: <code>sentence_0</code> and <code>sentence_1</code>
1238
+ * Approximate statistics based on the first 1000 samples:
1239
+ | | sentence_0 | sentence_1 |
1240
+ |:--------|:-----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
1241
+ | type | string | string |
1242
+ | details | <ul><li>min: 5 tokens</li><li>mean: 41.95 tokens</li><li>max: 219 tokens</li></ul> | <ul><li>min: 63 tokens</li><li>mean: 426.3 tokens</li><li>max: 512 tokens</li></ul> |
1243
+ * Samples:
1244
+ | sentence_0 | sentence_1 |
1245
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1246
+ | <code>What types of businesses are subject to the gross receipts tax in San Francisco, and how is their San Francisco gross receipts calculated? What are the current rates for this tax, and are there any exemptions or scheduled increases?</code> | <code>The Way It Is Now<br>CHANGES TO BUSINESS TAXES<br>The City collects various business taxes on an annual basis including:<br>O<br>•<br>SAN FRANCISCO<br>FILED<br>2024 MAY 15 PM 3:10<br>DEPARTMENT OF ELECTIONS<br>A gross receipts tax that is a percentage of a business's San Francisco gross receipts.<br>Depending on business type, the City determines a business's San Francisco gross<br>receipts based on sales in San Francisco, payroll expenses for employees working there,<br>or both. Rates range from 0.053% to 1.008% and are scheduled to increase in coming<br>years. Rates depend on business type, and higher rates apply as a business generates<br>more gross receipts. For 2023, most businesses with gross receipts up to $2.19 million<br>are exempt.<br>A homelessness gross receipts tax that is an additional tax on businesses with San<br>Francisco gross receipts over $50 million. Rates range from 0.175% to 0.69%.<br>An overpaid executive gross receipts tax that is an additional tax on businesses that pay<br>their highest-paid managerial employee much higher than the median compensation they<br>pay their San Francisco employees. Rates are between 0.1% and 0.6%.<br>A business registration fee that is an additional tax. For most businesses the fee is<br>currently between $47 and $45,150, based on business type and amount of gross receipts.<br>• An administrative office tax on payroll expenses that certain large businesses pay instead<br>of these other business taxes. The combined rates in 2024 range from 3.04% to 5.44%,<br>and in 2025 are scheduled to range from 3.11% to 5.51%. Business registration fees for<br>these businesses currently range from $19,682 to $45,928.<br>State law limits the total revenue, including tax revenue, the City may spend each year. The<br>voters may approve increases to this limit for up to four years.</code> |
1247
+ | <code>What is the homelessness gross receipts tax, and which businesses are required to pay it? What are the current rates for this tax, and how do they vary based on the amount of San Francisco gross receipts? Are there any exemptions or scheduled increases for this tax?</code> | <code>The Way It Is Now<br>CHANGES TO BUSINESS TAXES<br>The City collects various business taxes on an annual basis including:<br>O<br>•<br>SAN FRANCISCO<br>FILED<br>2024 MAY 15 PM 3:10<br>DEPARTMENT OF ELECTIONS<br>A gross receipts tax that is a percentage of a business's San Francisco gross receipts.<br>Depending on business type, the City determines a business's San Francisco gross<br>receipts based on sales in San Francisco, payroll expenses for employees working there,<br>or both. Rates range from 0.053% to 1.008% and are scheduled to increase in coming<br>years. Rates depend on business type, and higher rates apply as a business generates<br>more gross receipts. For 2023, most businesses with gross receipts up to $2.19 million<br>are exempt.<br>A homelessness gross receipts tax that is an additional tax on businesses with San<br>Francisco gross receipts over $50 million. Rates range from 0.175% to 0.69%.<br>An overpaid executive gross receipts tax that is an additional tax on businesses that pay<br>their highest-paid managerial employee much higher than the median compensation they<br>pay their San Francisco employees. Rates are between 0.1% and 0.6%.<br>A business registration fee that is an additional tax. For most businesses the fee is<br>currently between $47 and $45,150, based on business type and amount of gross receipts.<br>• An administrative office tax on payroll expenses that certain large businesses pay instead<br>of these other business taxes. The combined rates in 2024 range from 3.04% to 5.44%,<br>and in 2025 are scheduled to range from 3.11% to 5.51%. Business registration fees for<br>these businesses currently range from $19,682 to $45,928.<br>State law limits the total revenue, including tax revenue, the City may spend each year. The<br>voters may approve increases to this limit for up to four years.</code> |
1248
+ | <code>What is the proposed measure that voters may approve to change the City's business taxes in San Francisco?</code> | <code>The<br>voters may approve increases to this limit for up to four years.<br>The Proposal<br>The proposed measure would change the City's business taxes to:<br>•<br>For the gross receipts tax:<br>○ recategorize business types, reducing the number from 14 to seven;<br>determine San Francisco gross receipts for some businesses based less on payroll<br>expenses and more on sales;<br>o change rates to between 0.1% and 3.716%; and<br>exempt most businesses with gross receipts up to $5 million (increased by<br>inflation).<br>Apply the homelessness gross receipts tax on business activities with San Francisco gross<br>receipts over $25 million, at rates between 0.162% and 1.64%.<br>Modify how the City calculates the overpaid executive gross receipts tax and who pays<br>that tax, and set rates between 0.02% and 0.129%.<br>Adjust business registration fees to between $55 and $60,000 (increased by inflation).Adjust the administrative office tax rates for certain large businesses to range from 2.97%<br>to 3.694%, and the business registration fees for these taxpayers to between $500 and<br>$35,000 (increased by inflation).<br>Make administrative and other changes to the City's business taxes.<br>The homelessness gross receipts tax would continue to fund services for people experiencing<br>homelessness and homelessness prevention. The City would use the other taxes for general<br>government purposes.<br>All these taxes would apply indefinitely until repealed.<br>This proposal would increase the City's spending limit for four years.SALITA CO<br>2024 MAY 10 PH 1:27<br>DEPARTMENT OF ELECTI<br>"Local Small Business Tax Cut Ordinance"<br>Be it ordained by the People of the City and County of San Francisco:<br>NOTE:<br>Unchanged Code text and uncodified text are in plain font.<br>Additions to Codes are in single-underline italics Times New Roman font.<br>Deletions to Codes are in strikethrough italics Times New Roman font.<br>Asterisks (* * * *) indicate the omission of unchanged Code<br>subsections or parts of tables.<br>Section 1. Title. This initiative is known and may be referred to as the "Local Small<br>Business Tax Cut Ordinance."<br>Section 2. Article 2 of the Business and Tax Regulations Code is hereby amended by<br>revising Section 76.3 to read as follows:<br>SEC. 76.3.</code> |
1249
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
1250
+ ```json
1251
+ {
1252
+ "scale": 20.0,
1253
+ "similarity_fct": "cos_sim"
1254
+ }
1255
+ ```
1256
+
1257
+ ### Training Hyperparameters
1258
+ #### Non-Default Hyperparameters
1259
+
1260
+ - `per_device_train_batch_size`: 10
1261
+ - `per_device_eval_batch_size`: 10
1262
+ - `num_train_epochs`: 10
1263
+ - `multi_dataset_batch_sampler`: round_robin
1264
+
1265
+ #### All Hyperparameters
1266
+ <details><summary>Click to expand</summary>
1267
+
1268
+ - `overwrite_output_dir`: False
1269
+ - `do_predict`: False
1270
+ - `eval_strategy`: no
1271
+ - `prediction_loss_only`: True
1272
+ - `per_device_train_batch_size`: 10
1273
+ - `per_device_eval_batch_size`: 10
1274
+ - `per_gpu_train_batch_size`: None
1275
+ - `per_gpu_eval_batch_size`: None
1276
+ - `gradient_accumulation_steps`: 1
1277
+ - `eval_accumulation_steps`: None
1278
+ - `learning_rate`: 5e-05
1279
+ - `weight_decay`: 0.0
1280
+ - `adam_beta1`: 0.9
1281
+ - `adam_beta2`: 0.999
1282
+ - `adam_epsilon`: 1e-08
1283
+ - `max_grad_norm`: 1
1284
+ - `num_train_epochs`: 10
1285
+ - `max_steps`: -1
1286
+ - `lr_scheduler_type`: linear
1287
+ - `lr_scheduler_kwargs`: {}
1288
+ - `warmup_ratio`: 0.0
1289
+ - `warmup_steps`: 0
1290
+ - `log_level`: passive
1291
+ - `log_level_replica`: warning
1292
+ - `log_on_each_node`: True
1293
+ - `logging_nan_inf_filter`: True
1294
+ - `save_safetensors`: True
1295
+ - `save_on_each_node`: False
1296
+ - `save_only_model`: False
1297
+ - `restore_callback_states_from_checkpoint`: False
1298
+ - `no_cuda`: False
1299
+ - `use_cpu`: False
1300
+ - `use_mps_device`: False
1301
+ - `seed`: 42
1302
+ - `data_seed`: None
1303
+ - `jit_mode_eval`: False
1304
+ - `use_ipex`: False
1305
+ - `bf16`: False
1306
+ - `fp16`: False
1307
+ - `fp16_opt_level`: O1
1308
+ - `half_precision_backend`: auto
1309
+ - `bf16_full_eval`: False
1310
+ - `fp16_full_eval`: False
1311
+ - `tf32`: None
1312
+ - `local_rank`: 0
1313
+ - `ddp_backend`: None
1314
+ - `tpu_num_cores`: None
1315
+ - `tpu_metrics_debug`: False
1316
+ - `debug`: []
1317
+ - `dataloader_drop_last`: False
1318
+ - `dataloader_num_workers`: 0
1319
+ - `dataloader_prefetch_factor`: None
1320
+ - `past_index`: -1
1321
+ - `disable_tqdm`: False
1322
+ - `remove_unused_columns`: True
1323
+ - `label_names`: None
1324
+ - `load_best_model_at_end`: False
1325
+ - `ignore_data_skip`: False
1326
+ - `fsdp`: []
1327
+ - `fsdp_min_num_params`: 0
1328
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
1329
+ - `fsdp_transformer_layer_cls_to_wrap`: None
1330
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
1331
+ - `deepspeed`: None
1332
+ - `label_smoothing_factor`: 0.0
1333
+ - `optim`: adamw_torch
1334
+ - `optim_args`: None
1335
+ - `adafactor`: False
1336
+ - `group_by_length`: False
1337
+ - `length_column_name`: length
1338
+ - `ddp_find_unused_parameters`: None
1339
+ - `ddp_bucket_cap_mb`: None
1340
+ - `ddp_broadcast_buffers`: False
1341
+ - `dataloader_pin_memory`: True
1342
+ - `dataloader_persistent_workers`: False
1343
+ - `skip_memory_metrics`: True
1344
+ - `use_legacy_prediction_loop`: False
1345
+ - `push_to_hub`: False
1346
+ - `resume_from_checkpoint`: None
1347
+ - `hub_model_id`: None
1348
+ - `hub_strategy`: every_save
1349
+ - `hub_private_repo`: False
1350
+ - `hub_always_push`: False
1351
+ - `gradient_checkpointing`: False
1352
+ - `gradient_checkpointing_kwargs`: None
1353
+ - `include_inputs_for_metrics`: False
1354
+ - `eval_do_concat_batches`: True
1355
+ - `fp16_backend`: auto
1356
+ - `push_to_hub_model_id`: None
1357
+ - `push_to_hub_organization`: None
1358
+ - `mp_parameters`:
1359
+ - `auto_find_batch_size`: False
1360
+ - `full_determinism`: False
1361
+ - `torchdynamo`: None
1362
+ - `ray_scope`: last
1363
+ - `ddp_timeout`: 1800
1364
+ - `torch_compile`: False
1365
+ - `torch_compile_backend`: None
1366
+ - `torch_compile_mode`: None
1367
+ - `dispatch_batches`: None
1368
+ - `split_batches`: None
1369
+ - `include_tokens_per_second`: False
1370
+ - `include_num_input_tokens_seen`: False
1371
+ - `neftune_noise_alpha`: None
1372
+ - `optim_target_modules`: None
1373
+ - `batch_eval_metrics`: False
1374
+ - `eval_on_start`: False
1375
+ - `batch_sampler`: batch_sampler
1376
+ - `multi_dataset_batch_sampler`: round_robin
1377
+
1378
+ </details>
1379
+
1380
+ ### Training Logs
1381
+ | Epoch | Step | cosine_map@100 |
1382
+ |:-----:|:----:|:--------------:|
1383
+ | 0 | 0 | 0.7167 |
1384
+ | 1.0 | 24 | 0.7352 |
1385
+ | 2.0 | 48 | 0.7564 |
1386
+ | 3.0 | 72 | 0.7669 |
1387
+ | 4.0 | 96 | 0.7456 |
1388
+ | 5.0 | 120 | 0.7225 |
1389
+ | 6.0 | 144 | 0.7319 |
1390
+ | 7.0 | 168 | 0.7499 |
1391
+ | 8.0 | 192 | 0.7302 |
1392
+ | 9.0 | 216 | 0.7254 |
1393
+ | 10.0 | 240 | 0.7398 |
1394
+
1395
+
1396
+ ### Framework Versions
1397
+ - Python: 3.10.12
1398
+ - Sentence Transformers: 3.0.1
1399
+ - Transformers: 4.42.0.dev0
1400
+ - PyTorch: 2.3.0+cu121
1401
+ - Accelerate: 0.31.0
1402
+ - Datasets: 2.19.2
1403
+ - Tokenizers: 0.19.1
1404
+
1405
+ ## Citation
1406
+
1407
+ ### BibTeX
1408
+
1409
+ #### Sentence Transformers
1410
+ ```bibtex
1411
+ @inproceedings{reimers-2019-sentence-bert,
1412
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1413
+ author = "Reimers, Nils and Gurevych, Iryna",
1414
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1415
+ month = "11",
1416
+ year = "2019",
1417
+ publisher = "Association for Computational Linguistics",
1418
+ url = "https://arxiv.org/abs/1908.10084",
1419
+ }
1420
+ ```
1421
+
1422
+ #### MultipleNegativesRankingLoss
1423
+ ```bibtex
1424
+ @misc{henderson2017efficient,
1425
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1426
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
1427
+ year={2017},
1428
+ eprint={1705.00652},
1429
+ archivePrefix={arXiv},
1430
+ primaryClass={cs.CL}
1431
+ }
1432
+ ```
1433
+
1434
+ <!--
1435
+ ## Glossary
1436
+
1437
+ *Clearly define terms in order to be accessible across audiences.*
1438
+ -->
1439
+
1440
+ <!--
1441
+ ## Model Card Authors
1442
+
1443
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1444
+ -->
1445
+
1446
+ <!--
1447
+ ## Model Card Contact
1448
+
1449
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1450
+ -->
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BAAI/bge-small-en",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 1536,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.42.0.dev0",
28
+ "type_vocab_size": 2,
29
+ "use_cache": true,
30
+ "vocab_size": 30522
31
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.42.0.dev0",
5
+ "pytorch": "2.3.0+cu121"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f01c648ec87caa2a851a2781f39d4d287a2f9809522682397ec1c389f8adda7
3
+ size 133462128
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": 512,
3
+ "do_lower_case": true
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff