mancer146 commited on
Commit
405bdae
·
verified ·
1 Parent(s): fabfe03
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
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
+ }
2_Dense/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "in_features": 768,
3
+ "out_features": 3072,
4
+ "bias": false,
5
+ "activation_function": "torch.nn.modules.linear.Identity"
6
+ }
2_Dense/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e345622625ede9eae8453996f3e253cc22eea15a71ca47c50b162168b2df332d
3
+ size 9437272
3_Dense/config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "in_features": 3072,
3
+ "out_features": 768,
4
+ "bias": false,
5
+ "activation_function": "torch.nn.modules.linear.Identity"
6
+ }
3_Dense/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e29b96786b644371a6091865c8953ea1a054ca85de6e9fd8a505f2479e1ac27
3
+ size 9437272
README.md ADDED
@@ -0,0 +1,1075 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - sentence-transformers
7
+ - sentence-similarity
8
+ - feature-extraction
9
+ - dense
10
+ - generated_from_trainer
11
+ - dataset_size:1200
12
+ - loss:ContrastiveLoss
13
+ base_model: google/embeddinggemma-300m
14
+ widget:
15
+ - source_sentence: 'TaxYear: 2025 PRELIMINARY
16
+
17
+ LandJustValue: $571,965
18
+
19
+ ImprovementsJustValue: $444,893
20
+
21
+ TotalJustValue: $1,016,858
22
+
23
+ SchoolAssessedValue: $657,902
24
+
25
+ CountyTaxableValue: $607,180
26
+
27
+ TotalTaxes: $5,881.02
28
+
29
+
30
+ TaxYear: 2024
31
+
32
+ LandJustValue: $529,037
33
+
34
+ ImprovementsJustValue: $522,202
35
+
36
+ TotalJustValue: $1,051,239
37
+
38
+ SchoolAssessedValue: $639,361
39
+
40
+ CountyTaxableValue: $589,361
41
+
42
+ TotalTaxes: $6,003.53
43
+
44
+
45
+ TaxYear: 2023
46
+
47
+ LandJustValue: $500,470
48
+
49
+ ImprovementsJustValue: $572,889
50
+
51
+ TotalJustValue: $1,073,359
52
+
53
+ SchoolAssessedValue: $620,739
54
+
55
+ CountyTaxableValue: $570,739
56
+
57
+ TotalTaxes: $5,956.52
58
+
59
+
60
+ TaxYear: 2022
61
+
62
+ LandJustValue: $230,519
63
+
64
+ ImprovementsJustValue: $610,503
65
+
66
+ TotalJustValue: $841,022
67
+
68
+ SchoolAssessedValue: $602,659
69
+
70
+ CountyTaxableValue: $552,659
71
+
72
+ TotalTaxes: $6,124.86
73
+
74
+
75
+ TaxYear: 2021
76
+
77
+ LandJustValue: $112,658
78
+
79
+ ImprovementsJustValue: $472,448
80
+
81
+ TotalJustValue: $585,106
82
+
83
+ SchoolAssessedValue: $585,106
84
+
85
+ CountyTaxableValue: $535,106
86
+
87
+ TotalTaxes: $6,190.98section: Tax,
88
+
89
+ county: Collier,
90
+
91
+ parcel_id: 82660002628'
92
+ sentences:
93
+ - 'area_under_air: 2111
94
+
95
+ livable_floor_area: 2111
96
+
97
+ parcel_identifier: 51978031927
98
+
99
+ property_structure_built_year: 2004
100
+
101
+ property_type: SingleFamily
102
+
103
+ subdivision: INDIGO LAKES UNIT
104
+
105
+ total_area: 2551'
106
+ - 'monthly_tax_amount: 490.09
107
+
108
+ period_end_date: 2025-12-31
109
+
110
+ period_start_date: 2025-01-01
111
+
112
+ property_assessed_value_amount: 657902
113
+
114
+ property_building_amount: 444893
115
+
116
+ property_land_amount: 571965
117
+
118
+ property_market_value_amount: 1016858
119
+
120
+ property_taxable_value_amount: 607180
121
+
122
+ tax_year: 2025
123
+
124
+ yearly_tax_amount: 5881.02
125
+
126
+
127
+ monthly_tax_amount: 510.41
128
+
129
+ period_end_date: 2022-12-31
130
+
131
+ period_start_date: 2022-01-01
132
+
133
+ property_assessed_value_amount: 602659
134
+
135
+ property_building_amount: 610503
136
+
137
+ property_land_amount: 230519
138
+
139
+ property_market_value_amount: 841022
140
+
141
+ property_taxable_value_amount: 552659
142
+
143
+ tax_year: 2022
144
+
145
+ yearly_tax_amount: 6124.86'
146
+ - 'ownership_transfer_date: 2013-07-09
147
+
148
+ purchase_price_amount: 830000
149
+
150
+
151
+ ownership_transfer_date: 2011-10-03
152
+
153
+ purchase_price_amount: 685000
154
+
155
+
156
+ ownership_transfer_date: 2009-07-01
157
+
158
+ purchase_price_amount: 432500
159
+
160
+
161
+ ownership_transfer_date: 1999-02-22
162
+
163
+ purchase_price_amount: 0
164
+
165
+
166
+ ownership_transfer_date: 2001-01-25
167
+
168
+ purchase_price_amount: 360000'
169
+ - source_sentence: 'TaxYear: 2025 PRELIMINARY
170
+
171
+ LandJustValue: $0
172
+
173
+ ImprovementsJustValue: $261,720
174
+
175
+ TotalJustValue: $261,720
176
+
177
+ SchoolAssessedValue: $261,720
178
+
179
+ CountyTaxableValue: $261,720
180
+
181
+ TotalTaxes: $3,142.17
182
+
183
+
184
+ TaxYear: 2024
185
+
186
+ LandJustValue: $0
187
+
188
+ ImprovementsJustValue: $261,720
189
+
190
+ TotalJustValue: $261,720
191
+
192
+ SchoolAssessedValue: $261,720
193
+
194
+ CountyTaxableValue: $261,720
195
+
196
+ TotalTaxes: $3,551.55
197
+
198
+
199
+ TaxYear: 2023
200
+
201
+ LandJustValue: $0
202
+
203
+ ImprovementsJustValue: $298,680
204
+
205
+ TotalJustValue: $298,680
206
+
207
+ SchoolAssessedValue: $298,680
208
+
209
+ CountyTaxableValue: $298,680
210
+
211
+ TotalTaxes: $4,125.27
212
+
213
+
214
+ TaxYear: 2022
215
+
216
+ LandJustValue: $0
217
+
218
+ ImprovementsJustValue: $233,985
219
+
220
+ TotalJustValue: $233,985
221
+
222
+ SchoolAssessedValue: $233,985
223
+
224
+ CountyTaxableValue: $172,700
225
+
226
+ TotalTaxes: $2,771.07
227
+
228
+
229
+ TaxYear: 2021
230
+
231
+ LandJustValue: $0
232
+
233
+ ImprovementsJustValue: $157,000
234
+
235
+ TotalJustValue: $157,000
236
+
237
+ SchoolAssessedValue: $157,000
238
+
239
+ CountyTaxableValue: $157,000
240
+
241
+ TotalTaxes: $2,342.18section: Tax,
242
+
243
+ county: Collier,
244
+
245
+ parcel_id: 31760000209'
246
+ sentences:
247
+ - 'first_name: George
248
+
249
+ last_name: Lewis
250
+
251
+ middle_name: P
252
+
253
+
254
+ first_name: Karen
255
+
256
+ last_name: Lewis
257
+
258
+ middle_name: L'
259
+ - 'area_under_air: 997
260
+
261
+ livable_floor_area: 997
262
+
263
+ parcel_identifier: 31731720000
264
+
265
+ property_legal_description_text: FAIRWAY FOREST GARDEN VILLAS A CONDOMINIUM UNIT
266
+ 179
267
+
268
+ property_structure_built_year: 1987
269
+
270
+ property_type: Condominium
271
+
272
+ total_area: 997'
273
+ - 'monthly_tax_amount: 195.18
274
+
275
+ period_end_date: 2021-12-31
276
+
277
+ period_start_date: 2021-01-01
278
+
279
+ property_assessed_value_amount: 157000
280
+
281
+ property_building_amount: 157000
282
+
283
+ property_land_amount: 0
284
+
285
+ property_market_value_amount: 157000
286
+
287
+ property_taxable_value_amount: 157000
288
+
289
+ tax_year: 2021
290
+
291
+ yearly_tax_amount: 2342.18
292
+
293
+
294
+ monthly_tax_amount: 261.85
295
+
296
+ period_end_date: 2025-12-31
297
+
298
+ period_start_date: 2025-01-01
299
+
300
+ property_assessed_value_amount: 261720
301
+
302
+ property_building_amount: 261720
303
+
304
+ property_land_amount: 0
305
+
306
+ property_market_value_amount: 261720
307
+
308
+ property_taxable_value_amount: 261720
309
+
310
+ tax_year: 2025
311
+
312
+ yearly_tax_amount: 3142.17
313
+
314
+
315
+ monthly_tax_amount: 295.96
316
+
317
+ period_end_date: 2024-12-31
318
+
319
+ period_start_date: 2024-01-01
320
+
321
+ property_assessed_value_amount: 261720
322
+
323
+ property_building_amount: 261720
324
+
325
+ property_land_amount: 0
326
+
327
+ property_market_value_amount: 261720
328
+
329
+ property_taxable_value_amount: 261720
330
+
331
+ tax_year: 2024
332
+
333
+ yearly_tax_amount: 3551.55
334
+
335
+
336
+ monthly_tax_amount: 230.92
337
+
338
+ period_end_date: 2022-12-31
339
+
340
+ period_start_date: 2022-01-01
341
+
342
+ property_assessed_value_amount: 233985
343
+
344
+ property_building_amount: 233985
345
+
346
+ property_land_amount: 0
347
+
348
+ property_market_value_amount: 233985
349
+
350
+ property_taxable_value_amount: 172700
351
+
352
+ tax_year: 2022
353
+
354
+ yearly_tax_amount: 2771.07
355
+
356
+
357
+ monthly_tax_amount: 343.77
358
+
359
+ period_end_date: 2023-12-31
360
+
361
+ period_start_date: 2023-01-01
362
+
363
+ property_assessed_value_amount: 298680
364
+
365
+ property_building_amount: 298680
366
+
367
+ property_land_amount: 0
368
+
369
+ property_market_value_amount: 298680
370
+
371
+ property_taxable_value_amount: 298680
372
+
373
+ tax_year: 2023
374
+
375
+ yearly_tax_amount: 4125.27'
376
+ - source_sentence: 'ParcelID: 31347702043
377
+
378
+ FullAddress: 9424 MONTELANICO LOOP, NAPLES 34119
379
+
380
+ Legal: ESPLANADE GOLF AND COUNTRY CLUB OF NAPLES PHASE 3 BLOCKS K1 K2 AND H3 LOT
381
+ 1390
382
+
383
+ Subdivision: 281740 - ESPLANADE G&CC PH3 B-K1,K2,H3 CLUB OF NAPLES PHASE 3 BLOCKS
384
+ K1 K2 AND H3
385
+
386
+ UseCode: 1 - SINGLE FAMILY RESIDENTIAL
387
+
388
+ Section: 15
389
+
390
+ Township: 48
391
+
392
+ Range: 26section: Property,
393
+
394
+ county: Collier,
395
+
396
+ parcel_id: 31347702043'
397
+ sentences:
398
+ - 'monthly_tax_amount: 1296.8
399
+
400
+ period_end_date: 2023-12-31
401
+
402
+ period_start_date: 2023-01-01
403
+
404
+ property_assessed_value_amount: 1452003
405
+
406
+ property_building_amount: 1459158
407
+
408
+ property_land_amount: 1594430
409
+
410
+ property_market_value_amount: 3053588
411
+
412
+ property_taxable_value_amount: 1402003
413
+
414
+ tax_year: 2023
415
+
416
+ yearly_tax_amount: 15561.55
417
+
418
+
419
+ monthly_tax_amount: 1339.02
420
+
421
+ period_end_date: 2021-12-31
422
+
423
+ period_start_date: 2021-01-01
424
+
425
+ property_assessed_value_amount: 1368652
426
+
427
+ property_building_amount: 1188323
428
+
429
+ property_land_amount: 180329
430
+
431
+ property_market_value_amount: 1368652
432
+
433
+ property_taxable_value_amount: 1318652
434
+
435
+ tax_year: 2021
436
+
437
+ yearly_tax_amount: 16068.19
438
+
439
+
440
+ monthly_tax_amount: 1315.87
441
+
442
+ period_end_date: 2024-12-31
443
+
444
+ period_start_date: 2024-01-01
445
+
446
+ property_assessed_value_amount: 1495563
447
+
448
+ property_building_amount: 1262216
449
+
450
+ property_land_amount: 1402668
451
+
452
+ property_market_value_amount: 2664884
453
+
454
+ property_taxable_value_amount: 1445563
455
+
456
+ tax_year: 2024
457
+
458
+ yearly_tax_amount: 15790.39
459
+
460
+
461
+ monthly_tax_amount: 1187.99
462
+
463
+ period_end_date: 2025-12-31
464
+
465
+ period_start_date: 2025-01-01
466
+
467
+ property_assessed_value_amount: 1538934
468
+
469
+ property_building_amount: 1117620
470
+
471
+ property_land_amount: 1508245
472
+
473
+ property_market_value_amount: 2625865
474
+
475
+ property_taxable_value_amount: 1488212
476
+
477
+ tax_year: 2025
478
+
479
+ yearly_tax_amount: 14255.93
480
+
481
+
482
+ monthly_tax_amount: 1334.85
483
+
484
+ period_end_date: 2022-12-31
485
+
486
+ period_start_date: 2022-01-01
487
+
488
+ property_assessed_value_amount: 1409712
489
+
490
+ property_building_amount: 1553410
491
+
492
+ property_land_amount: 470644
493
+
494
+ property_market_value_amount: 2024054
495
+
496
+ property_taxable_value_amount: 1359712
497
+
498
+ tax_year: 2022
499
+
500
+ yearly_tax_amount: 16018.16'
501
+ - 'area_under_air: 2313
502
+
503
+ livable_floor_area: 2313
504
+
505
+ parcel_identifier: 31347702043
506
+
507
+ property_legal_description_text: ESPLANADE GOLF AND COUNTRY CLUB OF NAPLES PHASE
508
+ 3 BLOCKS K1 K2 AND H3 LOT 1390
509
+
510
+ property_structure_built_year: 2018
511
+
512
+ property_type: SingleFamily
513
+
514
+ subdivision: ESPLANADE G&CC PH3 B-K1,K2,H3 CLUB OF NAPLES PHASE 3 BLOCKS K1 K2
515
+ AND H3
516
+
517
+ total_area: 2767'
518
+ - 'city_name: NAPLES
519
+
520
+ postal_code: 34105
521
+
522
+ range: 25
523
+
524
+ section: 14
525
+
526
+ state_code: FL
527
+
528
+ street_name: WOODSHIRE
529
+
530
+ street_number: 1018
531
+
532
+ street_suffix_type: Ln
533
+
534
+ township: 49'
535
+ - source_sentence: 'OwnerLine 1: 21 VB PROPERTIES LLCsection: Owners,
536
+
537
+ county: Collier,
538
+
539
+ parcel_id: 23270120001'
540
+ sentences:
541
+ - 'first_name: Kenneth
542
+
543
+ last_name: Holman
544
+
545
+ middle_name: W'
546
+ - 'city_name: NAPLES
547
+
548
+ state_code: FL
549
+
550
+ street_name: WILLOWBROOK
551
+
552
+ street_number: 765
553
+
554
+ street_suffix_type: Dr
555
+
556
+ township: 49'
557
+ - 'name: 21'
558
+ - source_sentence: 'FullAddress: 5852 NORTHRIDGE DR, NAPLES 34110
559
+
560
+ Legal: CARLTON LAKES UNIT NO 2 BLK A LOT 5 NKA VILLAS I AT CARLTON LAKES (HO)
561
+ UNIT A-5
562
+
563
+ Section: 19
564
+
565
+ Township: 48
566
+
567
+ Range: 26section: Address,
568
+
569
+ county: Collier,
570
+
571
+ parcel_id: 25540003380'
572
+ sentences:
573
+ - 'monthly_tax_amount: 317.4
574
+
575
+ period_end_date: 2022-12-31
576
+
577
+ period_start_date: 2022-01-01
578
+
579
+ property_assessed_value_amount: 381299
580
+
581
+ property_building_amount: 441115
582
+
583
+ property_land_amount: 134469
584
+
585
+ property_market_value_amount: 575584
586
+
587
+ property_taxable_value_amount: 331299
588
+
589
+ tax_year: 2022
590
+
591
+ yearly_tax_amount: 3808.76
592
+
593
+
594
+ monthly_tax_amount: 517.39
595
+
596
+ period_end_date: 2025-12-31
597
+
598
+ period_start_date: 2025-01-01
599
+
600
+ property_assessed_value_amount: 692367
601
+
602
+ property_building_amount: 324162
603
+
604
+ property_land_amount: 368205
605
+
606
+ property_market_value_amount: 692367
607
+
608
+ property_taxable_value_amount: 641645
609
+
610
+ tax_year: 2025
611
+
612
+ yearly_tax_amount: 6208.64
613
+
614
+
615
+ monthly_tax_amount: 320.37
616
+
617
+ period_end_date: 2021-12-31
618
+
619
+ period_start_date: 2021-01-01
620
+
621
+ property_assessed_value_amount: 370193
622
+
623
+ property_building_amount: 334803
624
+
625
+ property_land_amount: 35390
626
+
627
+ property_market_value_amount: 370193
628
+
629
+ property_taxable_value_amount: 320193
630
+
631
+ tax_year: 2021
632
+
633
+ yearly_tax_amount: 3844.46'
634
+ - 'first_name: Christina
635
+
636
+ last_name: Zajac
637
+
638
+ middle_name: R
639
+
640
+
641
+ first_name: Thomas
642
+
643
+ last_name: Zajac
644
+
645
+ middle_name: H'
646
+ - 'city_name: NAPLES
647
+
648
+ lot: 5
649
+
650
+ postal_code: 34110
651
+
652
+ range: 26
653
+
654
+ section: 19
655
+
656
+ state_code: FL
657
+
658
+ street_name: NORTHRIDGE
659
+
660
+ street_number: 5852
661
+
662
+ street_suffix_type: Dr
663
+
664
+ township: 48'
665
+ pipeline_tag: sentence-similarity
666
+ library_name: sentence-transformers
667
+ metrics:
668
+ - cosine_accuracy
669
+ - cosine_accuracy_threshold
670
+ - cosine_f1
671
+ - cosine_f1_threshold
672
+ - cosine_precision
673
+ - cosine_recall
674
+ - cosine_ap
675
+ - cosine_mcc
676
+ model-index:
677
+ - name: EmbeddingGemma-300m trained to measure coverage
678
+ results:
679
+ - task:
680
+ type: binary-classification
681
+ name: Binary Classification
682
+ dataset:
683
+ name: Unknown
684
+ type: unknown
685
+ metrics:
686
+ - type: cosine_accuracy
687
+ value: 0.96
688
+ name: Cosine Accuracy
689
+ - type: cosine_accuracy_threshold
690
+ value: 0.9616374969482422
691
+ name: Cosine Accuracy Threshold
692
+ - type: cosine_f1
693
+ value: 0.961038961038961
694
+ name: Cosine F1
695
+ - type: cosine_f1_threshold
696
+ value: 0.9616374969482422
697
+ name: Cosine F1 Threshold
698
+ - type: cosine_precision
699
+ value: 0.9367088607594937
700
+ name: Cosine Precision
701
+ - type: cosine_recall
702
+ value: 0.9866666666666667
703
+ name: Cosine Recall
704
+ - type: cosine_ap
705
+ value: 0.9525238269081858
706
+ name: Cosine Ap
707
+ - type: cosine_mcc
708
+ value: 0.9213112424256316
709
+ name: Cosine Mcc
710
+ ---
711
+
712
+ # EmbeddingGemma-300m trained to measure coverage
713
+
714
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [google/embeddinggemma-300m](https://huggingface.co/google/embeddinggemma-300m) on the json dataset. 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.
715
+
716
+ ## Model Details
717
+
718
+ ### Model Description
719
+ - **Model Type:** Sentence Transformer
720
+ - **Base model:** [google/embeddinggemma-300m](https://huggingface.co/google/embeddinggemma-300m) <!-- at revision 57c266a740f537b4dc058e1b0cda161fd15afa75 -->
721
+ - **Maximum Sequence Length:** 2048 tokens
722
+ - **Output Dimensionality:** 768 dimensions
723
+ - **Similarity Function:** Cosine Similarity
724
+ - **Training Dataset:**
725
+ - json
726
+ - **Language:** en
727
+ - **License:** apache-2.0
728
+
729
+ ### Model Sources
730
+
731
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
732
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/huggingface/sentence-transformers)
733
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
734
+
735
+ ### Full Model Architecture
736
+
737
+ ```
738
+ SentenceTransformer(
739
+ (0): Transformer({'max_seq_length': 2048, 'do_lower_case': False, 'architecture': 'Gemma3TextModel'})
740
+ (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})
741
+ (2): Dense({'in_features': 768, 'out_features': 3072, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
742
+ (3): Dense({'in_features': 3072, 'out_features': 768, 'bias': False, 'activation_function': 'torch.nn.modules.linear.Identity'})
743
+ (4): Normalize()
744
+ )
745
+ ```
746
+
747
+ ## Usage
748
+
749
+ ### Direct Usage (Sentence Transformers)
750
+
751
+ First install the Sentence Transformers library:
752
+
753
+ ```bash
754
+ pip install -U sentence-transformers
755
+ ```
756
+
757
+ Then you can load this model and run inference.
758
+ ```python
759
+ from sentence_transformers import SentenceTransformer
760
+
761
+ # Download from the 🤗 Hub
762
+ model = SentenceTransformer("mancer146/embeddinggemma-300m-haystack-contrastive-better-thin")
763
+ # Run inference
764
+ queries = [
765
+ "FullAddress: 5852 NORTHRIDGE DR, NAPLES 34110\nLegal: CARLTON LAKES UNIT NO 2 BLK A LOT 5 NKA VILLAS I AT CARLTON LAKES (HO) UNIT A-5\nSection: 19\nTownship: 48\nRange: 26section: Address,\ncounty: Collier,\nparcel_id: 25540003380",
766
+ ]
767
+ documents = [
768
+ 'city_name: NAPLES\nlot: 5\npostal_code: 34110\nrange: 26\nsection: 19\nstate_code: FL\nstreet_name: NORTHRIDGE\nstreet_number: 5852\nstreet_suffix_type: Dr\ntownship: 48',
769
+ 'monthly_tax_amount: 317.4\nperiod_end_date: 2022-12-31\nperiod_start_date: 2022-01-01\nproperty_assessed_value_amount: 381299\nproperty_building_amount: 441115\nproperty_land_amount: 134469\nproperty_market_value_amount: 575584\nproperty_taxable_value_amount: 331299\ntax_year: 2022\nyearly_tax_amount: 3808.76\n\nmonthly_tax_amount: 517.39\nperiod_end_date: 2025-12-31\nperiod_start_date: 2025-01-01\nproperty_assessed_value_amount: 692367\nproperty_building_amount: 324162\nproperty_land_amount: 368205\nproperty_market_value_amount: 692367\nproperty_taxable_value_amount: 641645\ntax_year: 2025\nyearly_tax_amount: 6208.64\n\nmonthly_tax_amount: 320.37\nperiod_end_date: 2021-12-31\nperiod_start_date: 2021-01-01\nproperty_assessed_value_amount: 370193\nproperty_building_amount: 334803\nproperty_land_amount: 35390\nproperty_market_value_amount: 370193\nproperty_taxable_value_amount: 320193\ntax_year: 2021\nyearly_tax_amount: 3844.46',
770
+ 'first_name: Christina\nlast_name: Zajac\nmiddle_name: R\n\nfirst_name: Thomas\nlast_name: Zajac\nmiddle_name: H',
771
+ ]
772
+ query_embeddings = model.encode_query(queries)
773
+ document_embeddings = model.encode_document(documents)
774
+ print(query_embeddings.shape, document_embeddings.shape)
775
+ # [1, 768] [3, 768]
776
+
777
+ # Get the similarity scores for the embeddings
778
+ similarities = model.similarity(query_embeddings, document_embeddings)
779
+ print(similarities)
780
+ # tensor([[0.9780, 0.8260, 0.6371]])
781
+ ```
782
+
783
+ <!--
784
+ ### Direct Usage (Transformers)
785
+
786
+ <details><summary>Click to see the direct usage in Transformers</summary>
787
+
788
+ </details>
789
+ -->
790
+
791
+ <!--
792
+ ### Downstream Usage (Sentence Transformers)
793
+
794
+ You can finetune this model on your own dataset.
795
+
796
+ <details><summary>Click to expand</summary>
797
+
798
+ </details>
799
+ -->
800
+
801
+ <!--
802
+ ### Out-of-Scope Use
803
+
804
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
805
+ -->
806
+
807
+ ## Evaluation
808
+
809
+ ### Metrics
810
+
811
+ #### Binary Classification
812
+
813
+ * Evaluated with [<code>BinaryClassificationEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.BinaryClassificationEvaluator)
814
+
815
+ | Metric | Value |
816
+ |:--------------------------|:-----------|
817
+ | cosine_accuracy | 0.96 |
818
+ | cosine_accuracy_threshold | 0.9616 |
819
+ | cosine_f1 | 0.961 |
820
+ | cosine_f1_threshold | 0.9616 |
821
+ | cosine_precision | 0.9367 |
822
+ | cosine_recall | 0.9867 |
823
+ | **cosine_ap** | **0.9525** |
824
+ | cosine_mcc | 0.9213 |
825
+
826
+ <!--
827
+ ## Bias, Risks and Limitations
828
+
829
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
830
+ -->
831
+
832
+ <!--
833
+ ### Recommendations
834
+
835
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
836
+ -->
837
+
838
+ ## Training Details
839
+
840
+ ### Training Dataset
841
+
842
+ #### json
843
+
844
+ * Dataset: json
845
+ * Size: 1,200 training samples
846
+ * Columns: <code>input_text</code>, <code>output_text</code>, and <code>label</code>
847
+ * Approximate statistics based on the first 1000 samples:
848
+ | | input_text | output_text | label |
849
+ |:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------|
850
+ | type | string | string | int |
851
+ | details | <ul><li>min: 36 tokens</li><li>mean: 188.79 tokens</li><li>max: 536 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 164.22 tokens</li><li>max: 801 tokens</li></ul> | <ul><li>0: ~50.10%</li><li>1: ~49.90%</li></ul> |
852
+ * Samples:
853
+ | input_text | output_text | label |
854
+ |:-----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------|:---------------|
855
+ | <code>OwnerLine 1: JERI HURCKES LIVING TRUSTsection: Owners,<br>county: Collier,<br>parcel_id: 82660021104</code> | <code>name: JERI HURCKES LIVING TRUST</code> | <code>1</code> |
856
+ | <code>OwnerLine 1: GUALARIO, ANTHONY=& DIANAsection: Owners,<br>county: Collier,<br>parcel_id: 16054320005</code> | <code>first_name: Anthony<br>last_name: Gualario</code> | <code>0</code> |
857
+ | <code>Date: 02/11/14<br>Amount: $496,300<br>BookPage: 5009-963section: Sales,<br>county: Collier,<br>parcel_id: 69770005923</code> | <code>ownership_transfer_date: 2014-02-11<br>purchase_price_amount: 0</code> | <code>0</code> |
858
+ * Loss: [<code>ContrastiveLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#contrastiveloss) with these parameters:
859
+ ```json
860
+ {
861
+ "distance_metric": "SiameseDistanceMetric.COSINE_DISTANCE",
862
+ "margin": 0.1,
863
+ "size_average": true
864
+ }
865
+ ```
866
+
867
+ ### Training Hyperparameters
868
+ #### Non-Default Hyperparameters
869
+
870
+ - `eval_strategy`: steps
871
+ - `per_device_train_batch_size`: 3
872
+ - `per_device_eval_batch_size`: 3
873
+ - `gradient_accumulation_steps`: 2
874
+ - `learning_rate`: 2e-05
875
+ - `num_train_epochs`: 5
876
+ - `warmup_ratio`: 0.05
877
+ - `fp16`: True
878
+ - `prompts`: {'input_text': 'STS', 'output_text': 'STS'}
879
+
880
+ #### All Hyperparameters
881
+ <details><summary>Click to expand</summary>
882
+
883
+ - `overwrite_output_dir`: False
884
+ - `do_predict`: False
885
+ - `eval_strategy`: steps
886
+ - `prediction_loss_only`: True
887
+ - `per_device_train_batch_size`: 3
888
+ - `per_device_eval_batch_size`: 3
889
+ - `per_gpu_train_batch_size`: None
890
+ - `per_gpu_eval_batch_size`: None
891
+ - `gradient_accumulation_steps`: 2
892
+ - `eval_accumulation_steps`: None
893
+ - `torch_empty_cache_steps`: None
894
+ - `learning_rate`: 2e-05
895
+ - `weight_decay`: 0.0
896
+ - `adam_beta1`: 0.9
897
+ - `adam_beta2`: 0.999
898
+ - `adam_epsilon`: 1e-08
899
+ - `max_grad_norm`: 1.0
900
+ - `num_train_epochs`: 5
901
+ - `max_steps`: -1
902
+ - `lr_scheduler_type`: linear
903
+ - `lr_scheduler_kwargs`: {}
904
+ - `warmup_ratio`: 0.05
905
+ - `warmup_steps`: 0
906
+ - `log_level`: passive
907
+ - `log_level_replica`: warning
908
+ - `log_on_each_node`: True
909
+ - `logging_nan_inf_filter`: True
910
+ - `save_safetensors`: True
911
+ - `save_on_each_node`: False
912
+ - `save_only_model`: False
913
+ - `restore_callback_states_from_checkpoint`: False
914
+ - `no_cuda`: False
915
+ - `use_cpu`: False
916
+ - `use_mps_device`: False
917
+ - `seed`: 42
918
+ - `data_seed`: None
919
+ - `jit_mode_eval`: False
920
+ - `use_ipex`: False
921
+ - `bf16`: False
922
+ - `fp16`: True
923
+ - `fp16_opt_level`: O1
924
+ - `half_precision_backend`: auto
925
+ - `bf16_full_eval`: False
926
+ - `fp16_full_eval`: False
927
+ - `tf32`: None
928
+ - `local_rank`: 0
929
+ - `ddp_backend`: None
930
+ - `tpu_num_cores`: None
931
+ - `tpu_metrics_debug`: False
932
+ - `debug`: []
933
+ - `dataloader_drop_last`: False
934
+ - `dataloader_num_workers`: 0
935
+ - `dataloader_prefetch_factor`: None
936
+ - `past_index`: -1
937
+ - `disable_tqdm`: False
938
+ - `remove_unused_columns`: True
939
+ - `label_names`: None
940
+ - `load_best_model_at_end`: False
941
+ - `ignore_data_skip`: False
942
+ - `fsdp`: []
943
+ - `fsdp_min_num_params`: 0
944
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
945
+ - `fsdp_transformer_layer_cls_to_wrap`: None
946
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
947
+ - `parallelism_config`: None
948
+ - `deepspeed`: None
949
+ - `label_smoothing_factor`: 0.0
950
+ - `optim`: adamw_torch
951
+ - `optim_args`: None
952
+ - `adafactor`: False
953
+ - `group_by_length`: False
954
+ - `length_column_name`: length
955
+ - `ddp_find_unused_parameters`: None
956
+ - `ddp_bucket_cap_mb`: None
957
+ - `ddp_broadcast_buffers`: False
958
+ - `dataloader_pin_memory`: True
959
+ - `dataloader_persistent_workers`: False
960
+ - `skip_memory_metrics`: True
961
+ - `use_legacy_prediction_loop`: False
962
+ - `push_to_hub`: False
963
+ - `resume_from_checkpoint`: None
964
+ - `hub_model_id`: None
965
+ - `hub_strategy`: every_save
966
+ - `hub_private_repo`: None
967
+ - `hub_always_push`: False
968
+ - `hub_revision`: None
969
+ - `gradient_checkpointing`: False
970
+ - `gradient_checkpointing_kwargs`: None
971
+ - `include_inputs_for_metrics`: False
972
+ - `include_for_metrics`: []
973
+ - `eval_do_concat_batches`: True
974
+ - `fp16_backend`: auto
975
+ - `push_to_hub_model_id`: None
976
+ - `push_to_hub_organization`: None
977
+ - `mp_parameters`:
978
+ - `auto_find_batch_size`: False
979
+ - `full_determinism`: False
980
+ - `torchdynamo`: None
981
+ - `ray_scope`: last
982
+ - `ddp_timeout`: 1800
983
+ - `torch_compile`: False
984
+ - `torch_compile_backend`: None
985
+ - `torch_compile_mode`: None
986
+ - `include_tokens_per_second`: False
987
+ - `include_num_input_tokens_seen`: False
988
+ - `neftune_noise_alpha`: None
989
+ - `optim_target_modules`: None
990
+ - `batch_eval_metrics`: False
991
+ - `eval_on_start`: False
992
+ - `use_liger_kernel`: False
993
+ - `liger_kernel_config`: None
994
+ - `eval_use_gather_object`: False
995
+ - `average_tokens_across_devices`: False
996
+ - `prompts`: {'input_text': 'STS', 'output_text': 'STS'}
997
+ - `batch_sampler`: batch_sampler
998
+ - `multi_dataset_batch_sampler`: proportional
999
+ - `router_mapping`: {}
1000
+ - `learning_rate_mapping`: {}
1001
+
1002
+ </details>
1003
+
1004
+ ### Training Logs
1005
+ | Epoch | Step | cosine_ap |
1006
+ |:-----:|:----:|:---------:|
1007
+ | 0.4 | 40 | 0.8756 |
1008
+ | 0.8 | 80 | 0.8939 |
1009
+ | 1.2 | 120 | 0.8644 |
1010
+ | 1.6 | 160 | 0.9116 |
1011
+ | 2.0 | 200 | 0.9696 |
1012
+ | 2.4 | 240 | 0.9559 |
1013
+ | 2.8 | 280 | 0.9412 |
1014
+ | 3.2 | 320 | 0.9567 |
1015
+ | 3.6 | 360 | 0.9543 |
1016
+ | 4.0 | 400 | 0.9525 |
1017
+
1018
+
1019
+ ### Framework Versions
1020
+ - Python: 3.11.13
1021
+ - Sentence Transformers: 5.1.2
1022
+ - Transformers: 4.57.0.dev0
1023
+ - PyTorch: 2.6.0+cu124
1024
+ - Accelerate: 1.9.0
1025
+ - Datasets: 4.1.1
1026
+ - Tokenizers: 0.22.1
1027
+
1028
+ ## Citation
1029
+
1030
+ ### BibTeX
1031
+
1032
+ #### Sentence Transformers
1033
+ ```bibtex
1034
+ @inproceedings{reimers-2019-sentence-bert,
1035
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1036
+ author = "Reimers, Nils and Gurevych, Iryna",
1037
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1038
+ month = "11",
1039
+ year = "2019",
1040
+ publisher = "Association for Computational Linguistics",
1041
+ url = "https://arxiv.org/abs/1908.10084",
1042
+ }
1043
+ ```
1044
+
1045
+ #### ContrastiveLoss
1046
+ ```bibtex
1047
+ @inproceedings{hadsell2006dimensionality,
1048
+ author={Hadsell, R. and Chopra, S. and LeCun, Y.},
1049
+ booktitle={2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'06)},
1050
+ title={Dimensionality Reduction by Learning an Invariant Mapping},
1051
+ year={2006},
1052
+ volume={2},
1053
+ number={},
1054
+ pages={1735-1742},
1055
+ doi={10.1109/CVPR.2006.100}
1056
+ }
1057
+ ```
1058
+
1059
+ <!--
1060
+ ## Glossary
1061
+
1062
+ *Clearly define terms in order to be accessible across audiences.*
1063
+ -->
1064
+
1065
+ <!--
1066
+ ## Model Card Authors
1067
+
1068
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1069
+ -->
1070
+
1071
+ <!--
1072
+ ## Model Card Contact
1073
+
1074
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1075
+ -->
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_sliding_window_pattern": 6,
3
+ "architectures": [
4
+ "Gemma3TextModel"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "attn_logit_softcapping": null,
9
+ "bos_token_id": 2,
10
+ "dtype": "float32",
11
+ "eos_token_id": 1,
12
+ "final_logit_softcapping": null,
13
+ "head_dim": 256,
14
+ "hidden_activation": "gelu_pytorch_tanh",
15
+ "hidden_size": 768,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1152,
18
+ "layer_types": [
19
+ "sliding_attention",
20
+ "sliding_attention",
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "sliding_attention",
24
+ "full_attention",
25
+ "sliding_attention",
26
+ "sliding_attention",
27
+ "sliding_attention",
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "full_attention",
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "full_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "full_attention"
43
+ ],
44
+ "max_position_embeddings": 2048,
45
+ "model_type": "gemma3_text",
46
+ "num_attention_heads": 3,
47
+ "num_hidden_layers": 24,
48
+ "num_key_value_heads": 1,
49
+ "pad_token_id": 0,
50
+ "query_pre_attn_scalar": 256,
51
+ "rms_norm_eps": 1e-06,
52
+ "rope_local_base_freq": 10000.0,
53
+ "rope_scaling": null,
54
+ "rope_theta": 1000000.0,
55
+ "sliding_window": 129,
56
+ "transformers_version": "4.57.0.dev0",
57
+ "use_bidirectional_attention": true,
58
+ "use_cache": true,
59
+ "vocab_size": 262144
60
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "SentenceTransformer",
3
+ "__version__": {
4
+ "sentence_transformers": "5.1.2",
5
+ "transformers": "4.57.0.dev0",
6
+ "pytorch": "2.6.0+cu124"
7
+ },
8
+ "prompts": {
9
+ "query": "task: search result | query: ",
10
+ "document": "title: none | text: ",
11
+ "BitextMining": "task: search result | query: ",
12
+ "Clustering": "task: clustering | query: ",
13
+ "Classification": "task: classification | query: ",
14
+ "InstructionRetrieval": "task: code retrieval | query: ",
15
+ "MultilabelClassification": "task: classification | query: ",
16
+ "PairClassification": "task: sentence similarity | query: ",
17
+ "Reranking": "task: search result | query: ",
18
+ "Retrieval": "task: search result | query: ",
19
+ "Retrieval-query": "task: search result | query: ",
20
+ "Retrieval-document": "title: none | text: ",
21
+ "STS": "task: sentence similarity | query: ",
22
+ "Summarization": "task: summarization | query: "
23
+ },
24
+ "default_prompt_name": null,
25
+ "similarity_fn_name": "cosine"
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e57a5d1e70945a1716f7c4cb600eb1e5eedd8d73c2442687bdca47df921293e
3
+ size 1211486072
modules.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Dense",
18
+ "type": "sentence_transformers.models.Dense"
19
+ },
20
+ {
21
+ "idx": 3,
22
+ "name": "3",
23
+ "path": "3_Dense",
24
+ "type": "sentence_transformers.models.Dense"
25
+ },
26
+ {
27
+ "idx": 4,
28
+ "name": "4",
29
+ "path": "4_Normalize",
30
+ "type": "sentence_transformers.models.Normalize"
31
+ }
32
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 2048,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216e2a79606fe879c9f17c529c71cd241338407fd5646b595ffd3c4b9ea1d503
3
+ size 33385262
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff