Areeb-02 commited on
Commit
c398cdf
1 Parent(s): 97157e5

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