Upload 12 files
Browse files- bob/.DS_Store +0 -0
- bob/1_Pooling/.DS_Store +0 -0
- bob/1_Pooling/config.json +10 -0
- bob/README.md +551 -0
- bob/config.json +26 -0
- bob/config_sentence_transformers.json +10 -0
- bob/modules.json +14 -0
- bob/sentence_bert_config.json +4 -0
- bob/special_tokens_map.json +37 -0
- bob/tokenizer.json +0 -0
- bob/tokenizer_config.json +64 -0
- bob/vocab.txt +0 -0
bob/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
bob/1_Pooling/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
bob/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 |
+
}
|
bob/README.md
ADDED
@@ -0,0 +1,551 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: sentence-transformers
|
3 |
+
pipeline_tag: sentence-similarity
|
4 |
+
tags:
|
5 |
+
- sentence-transformers
|
6 |
+
- sentence-similarity
|
7 |
+
- feature-extraction
|
8 |
+
- generated_from_trainer
|
9 |
+
- dataset_size:1830
|
10 |
+
- loss:TripletLoss
|
11 |
+
widget:
|
12 |
+
- source_sentence: 100% Cotton Throw Blanket for Couch Sofa Bed Outdoors Hypoallergenic
|
13 |
+
83"x70" Brown
|
14 |
+
sentences:
|
15 |
+
- '32 Pack | 5'''' Cabinet Pulls Matte Black Stainless Steel Kitchen Drawer Pulls
|
16 |
+
Cabinet Handles 5”Length, 3” Hole Center
|
17 |
+
|
18 |
+
From the brand Previous page Cabinet Handles Cabinet Handles Cabinet Hinges Zinc
|
19 |
+
Knobs Drawer Pulls Square Cabinet Pulls Zinc Square Cabinet Handles Square Cabinet
|
20 |
+
Pulls Cabinet Knobs Cabinet Handles Next page Product Description 5'''' Flat Black
|
21 |
+
3'''' Flat Black Installation Template Soft Close Hinge Self-Closing Cabinet Hinges
|
22 |
+
Flat Black Knob Total Length 5 inches 3-11/16 inches Center to Center 3 inches
|
23 |
+
3 inches Finish Flat Black Flat Black Satin Nickel Flat Black Flat Black Material
|
24 |
+
Stainless Steel Zinc Plastic Stainless Steel metal Zinc Package Quantity 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
25 |
+
1.3.5.10.15.20.25.30.35 10,20,30,50,60 10,20,30,50,60 5,10,15,25,30 5'''' Square
|
26 |
+
Flat Black 3-3/4'''' Square Flat Black 3'''' Square Flat Black 7-3/8'''' Flat
|
27 |
+
Black 6'''' Flat Black 3'''' Flat Blackl Total Length 5-1/2 inches 4-1/4 inches
|
28 |
+
3-1/2 inches 7-3/8 inches 6 inches 3-61/64 inches Center to Center 5 inches 3-3/4
|
29 |
+
inches 3 inches 5 inches 3-3/4 inches 3 inches Finish Flat Black Flat Black Flat
|
30 |
+
Black Flat Black Flat Black Flat Black Material Stainless Steel Stainless Steel
|
31 |
+
Stainless Steel Stainless Steel Stainless Steel Zinc Package Quantity 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
32 |
+
1.3.5.10.15.20.25.30.35.40.45.50.55.60 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
33 |
+
1.3.5.10.15.20.25.30.35.40.45.50.55.60 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
34 |
+
5,10,15,25,30 Solid Square Black Cabinet Handle With Square Base 5'''' Flat Black
|
35 |
+
Matte Black Kitchen Faucets 6'''' Satin Nickel Satin Nickel Knob Total Length
|
36 |
+
5 inches 5-1/2 inches 6 inches Center to Center 3‘’,3.75‘’,5‘’ 3 inches 5 inches
|
37 |
+
3-3/4 inches Finish Flat Black Flat Black Flat Black Flat Black Satin Nickel Satin
|
38 |
+
Nickel Material Zinc Stainless Steel Stainless Steel Barss Stainless Steel Zinc
|
39 |
+
Package Quantity 5.10.15.20.25.30.35.40.50 5,10,15,20,25,30 5,10,15,25,30 2.4.6.12.18.24.32
|
40 |
+
5,10,15,25,30 Flat Black & Installation Template 5'''' Square Flat Black Curved
|
41 |
+
Flat Black Solid Bow Black 6'''' Satin Nickel Template Total Length 5 inches 6
|
42 |
+
inches Center to Center 3'''',3.75'''',5'''' 3 inches Single hole,3'''',3.75'''',5''''
|
43 |
+
5 inches 3-3/4 inches Finish Flat Black Flat Black Flat Black Flat Black Satin
|
44 |
+
Nickel Material Stainless Steel&plastic Stainless Steel Zinc Zinc Stainless Steel
|
45 |
+
Plastic Package Quantity 5.10.15.20.25.30.35.40.45.50.55.60 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
46 |
+
1.3.5.10.15.20.25.30.35.40.45.50.55.60 5.10.15.20.25.30.35.40.45.50.55.60 1.3.5.10.15.20.25.30.35.40.45.50.55.60
|
47 |
+
4'''' Black T Bar 6-3/8'''' Flat Black 6''''Flat Black 5" Flat Black Flat Black
|
48 |
+
Knob 3'''' Flat Black Total Length 4 inch 6-3/8 inch 5 inch 5 inch 3-1/2 inch
|
49 |
+
Center to Center 2-1/2 inch 4 inch 3 inch 3 inch 3 inch Finish Flat Black Flat
|
50 |
+
Black Satin Nickel Flat Black Flat Black Flat Black Material Stainless Steel Stainless
|
51 |
+
Steel Stainless Steel Stainless Steel Zinc Zinc Package Quantity 5.10.15.25.30
|
52 |
+
1.3.5.10.15.20.25.30.35.40.45.50.55.60 1,3,5,10,15,20,25,30,35,40,50,55,60 Pack
|
53 |
+
5.10.20.25 5.10.15.20.25.30.35 5.10.15.20.25.30.35 '
|
54 |
+
- 'Hanes Men''s 100% Cotton Flannel Plaid Pajama Pant, Black, Small
|
55 |
+
|
56 |
+
'
|
57 |
+
- '
|
58 |
+
|
59 |
+
'
|
60 |
+
- source_sentence: '"XR Extinction Rebellion Rebel For Life T-Shirt"'
|
61 |
+
sentences:
|
62 |
+
- '360 Lace Frontal Wigs Human Hair 16 inch Brazilian Body Wave Lace Wigs Human
|
63 |
+
Hair 130% Density Pre Plucked Natural Hairline Lace-Front-Wigs-Human-Hair(16 inch,360
|
64 |
+
body wigs)
|
65 |
+
|
66 |
+
'
|
67 |
+
- '
|
68 |
+
|
69 |
+
'
|
70 |
+
- 'Polo Ralph Lauren Mens Limited Polo Bear T-Shirt (XX-Large, White/Black Jacket
|
71 |
+
Bear)
|
72 |
+
|
73 |
+
'
|
74 |
+
- source_sentence: '"Blue pet grooming gloves for hair removal and massage"'
|
75 |
+
sentences:
|
76 |
+
- 'Pet-Grooming-Gloves for Bathing & Hair-Removal, Dog and Cat Brush Bath-Scrubber
|
77 |
+
Glove, Pets Silicone Scrubbing Gloves for Shedding, Pet Shower Attachment Supplies
|
78 |
+
for Anti-Bite & Anti-Scratch (Pink)
|
79 |
+
|
80 |
+
'
|
81 |
+
- 'KOUSI Portable Shoe Rack Organizer 48 Pair Tower Shelf Shoe Storage Cabinet Stand
|
82 |
+
Expandable for Heels, Boots, Slippers, 8 Tier Black
|
83 |
+
|
84 |
+
Product Description KOUSI Portable Shoe Rack Suitable for closet, bedroom, garage
|
85 |
+
anywhere. Read more KOUSI Portable Shoe Rack KOUSI Portable Shoe Rack KOUSI Portable
|
86 |
+
Shoe Rack KOUSI Portable Shoe Rack Size 48"(W) x 12"(D) x 48"(H) /120cm(W) x 30cm(D)
|
87 |
+
x 120cm(H) 48"(W) x 12"(D) x 48"(H) /120cm(W) x 30cm(D) x 120cm(H) 48"(W) x 12"(D)
|
88 |
+
x 72"(H) / 120cm(W) x 30cm(D) x 180cm(H) 48"(W) x 12"(D) x 72"(H) / 120cm(W) x
|
89 |
+
30cm(D) x 180cm(H) Door White Transparent White Transparent '
|
90 |
+
- 'Think Gizmos Take Apart Toy Car For 3 4 5 Year Old Boys & Girls – Fun Toy With
|
91 |
+
Working Drill - Build Your Own Car Kit STEM Toy - Realistic Engine Sounds & Lights
|
92 |
+
|
93 |
+
From the brand Previous page Think Gizmos are a leading Toy, Gifts and Gadget
|
94 |
+
brand originating from the UK, and now trading in the USA as a US company. You
|
95 |
+
may not have heard of us, but you may have seen our products on sale on Amazon
|
96 |
+
UK, USA, Germany, France, Italy, Spain, Netherlands, Australia and Canada. Our
|
97 |
+
US Amazon store is run by the team in Paramount Zone USA in based out of Dover,
|
98 |
+
Delaware. Childrens Toys Visit the Store How did we get our start? Think Gizmos
|
99 |
+
was started back in 2005 by the owners of Paramount Zone Ltd. Back then we were
|
100 |
+
running a leading E-commerce store, reselling other people''s products. We were
|
101 |
+
not happy with some of the quality of the products and decided to launch our own
|
102 |
+
brand where we could control the manufacturing and design process. Why do we love
|
103 |
+
what we do? We genuinely still enjoy reading all the positive stories from our
|
104 |
+
customers about how our products have improved lives. What makes our products
|
105 |
+
unique? Well tested products and translated instruction manuals included.. Pogo
|
106 |
+
Sticks for Kids Aged 5-10 Aero Advantage Pogo Sticks for kids. Super fun outdoor
|
107 |
+
exercise. Next page Product Description Read more Fuel your child''s imagination
|
108 |
+
with one of the best take apart construction toys you can buy and keep curious
|
109 |
+
minds engaged with the improved Take Apart Toy Racing Car Kit. Budding engineers,
|
110 |
+
and those who are mad about four wheels will have hours of fun building their
|
111 |
+
own racing car, which once built can be completely taken apart and constructed
|
112 |
+
all over again. This detailed 30-piece construction set includes: 5x Car Parts
|
113 |
+
6x Car Modification Parts 8x Tires 1x Battery Powered Drill 1x Drill Bit 9x Large
|
114 |
+
Screws 2x AA and 2x LG13/LR44 Batteries. VERSION 3 now also includes added access
|
115 |
+
to the On/Off Switch. Grown-ups can relax as, unlike other similar take apart
|
116 |
+
toys, this updated Version 3 from ThinkGizmos has all parts needed to enjoy the
|
117 |
+
toy provided in the box this also includes all batteries for the drill and motor.
|
118 |
+
Once constructed the racing car measures 7.5" x 3.5" x 2.5" and is one of the
|
119 |
+
most fun and educational toys for any child. Read more The excellent ThinkGizmos
|
120 |
+
branded build your own toy comes packaged in an attractive box with user manuals
|
121 |
+
in the following languages; English, Spanish, German, French and Italian. The
|
122 |
+
manual also includes visual instructions for building the cars. The Construction
|
123 |
+
Car is designed to last being made from safe, strong, durable and non-toxic recyclable
|
124 |
+
ABS plastic. WOW your little one as they build their very own toy racing car complete
|
125 |
+
with realistic sounds and lights. Whilst children build and take apart the TG642
|
126 |
+
Racing Car they will not only be having awesome fun, but as a stem toy they will
|
127 |
+
also be developing and improving useful life skills such as hand eye co-ordination,
|
128 |
+
fine motor skills, patience and problem solving. One of the best take apart construction
|
129 |
+
toys you can buy, making this the perfect gift for any child over the age of 3.
|
130 |
+
Hours of fun that will also improve any child’s concentration and fine hand skills.
|
131 |
+
The construction kit contains small parts and it is advised children, especially
|
132 |
+
those under the age of three, are closely supervised when building the racing
|
133 |
+
car. Read more Read more '
|
134 |
+
- source_sentence: '"Belkin QODE Ultimate Pro Keyboard Case for iPad Air 2 White"'
|
135 |
+
sentences:
|
136 |
+
- 'Bed Frame with Wooden Headboard,No Box Spring Needed, Heavy Duty Metal Bed,Mattress
|
137 |
+
Foundation,Strong Slat Support, Twin XL/Queen/King (Twin XL)
|
138 |
+
|
139 |
+
'
|
140 |
+
- 'My iPad for Seniors
|
141 |
+
|
142 |
+
'
|
143 |
+
- 'Diana Gabaldon Lord John Series Complete Set [Lord John and the Private Matter,
|
144 |
+
The Brotherhood of the Blade, The Hand of the Devil, and The Scottich Prisoner]
|
145 |
+
Outlander Series Author
|
146 |
+
|
147 |
+
'
|
148 |
+
- source_sentence: '"professional hair cutting scissors extremely sharp blades 6 inch
|
149 |
+
barber scissors set for men and women Fagaci"'
|
150 |
+
sentences:
|
151 |
+
- 'Pro Lift SG-5625 2.5 Ton Low Profile Floor Jack - Car Hydraulic Trolley Jack
|
152 |
+
Lift for Home Garage Shop
|
153 |
+
|
154 |
+
Product Description Pro Lift SG-5625 is 2.5 Ton low profile floor jack for car
|
155 |
+
to lift from 3-3/8 inches to 14-7/8 inches. It has the maxium capacity of 5000
|
156 |
+
lbs with the construction of heavy duty steel for the long term durability and
|
157 |
+
strength. The trolley jack features a safety bypass system prevents over-loading
|
158 |
+
and ensures safe operation. This low profile jack for is equipped with 2 large
|
159 |
+
steel casters and 2 360-degree swivel casters for smooth maneuverability. A built-in
|
160 |
+
carrying handle allows the floor jack to be lifted quickly for ultimate portability.
|
161 |
+
It is compact, light weight and durable and Ideal for most cars, trucks, and SUVs
|
162 |
+
for home garage.Capacity: 2.5 TonJack Size: 22.5 x 8.8 x 5.9 inchesMin Height:
|
163 |
+
3-3/8"Max Height: 14-7/8"Weight: 33 lbsCarry Handle: YesManufacturer Warranty:
|
164 |
+
One YearPro-Lift SG-5625 Low Profile Car Jack is covered with One Year manufacturer
|
165 |
+
warranty from the date of the purchase. Product Description Pro Lift SG-5625 is
|
166 |
+
2.5 Ton low profile floor jack for car to lift from 3-3/8 inches to 14-7/8 inches.
|
167 |
+
It has the maxium capacity of 5000 lbs with the construction of heavy duty steel
|
168 |
+
for the long term durability and strength. The trolley jack features a safety
|
169 |
+
bypass system prevents over-loading and ensures safe operation. This low profile
|
170 |
+
jack for is equipped with 2 large steel casters and 2 360-degree swivel casters
|
171 |
+
for smooth maneuverability. A built-in carrying handle allows the floor jack to
|
172 |
+
be lifted quickly for ultimate portability. It is compact, light weight and durable
|
173 |
+
and Ideal for most cars, trucks, and SUVs for home garage.Capacity: 2.5 TonJack
|
174 |
+
Size: 22.5 x 8.8 x 5.9 inchesMin Height: 3-3/8"Max Height: 14-7/8"Weight: 33 lbsCarry
|
175 |
+
Handle: YesManufacturer Warranty: One YearPro-Lift SG-5625 Low Profile Car Jack
|
176 |
+
is covered with One Year manufacturer warranty from the date of the purchase.From
|
177 |
+
the brand Previous page About Pro-Lift Our products have consistently led the
|
178 |
+
industry in quality and innovation. Designed after professional-grade equipment
|
179 |
+
standards, Pro-Lift is kept under close quality control standards from the factory
|
180 |
+
to your home. Our patented products provide your garage with all your maintenance
|
181 |
+
needs. Pro-Lift Car Repair Equipment Visit the Store Pro-Lift Car Lifting Jacks
|
182 |
+
Visit the Store Pro-Lift Welded Bottle Jacks Visit the Store Pro-Lift Hand Trucks
|
183 |
+
Visit the Store Next page From the manufacturer 2.5 Ton Low Profile Floor Jack
|
184 |
+
Pro-Lift SG-5625 is 2.5 Ton low profile floor jack for the car to lift from 3-3/8
|
185 |
+
inches to 14-7/8 inches. It has the maximum capacity of 5000 lbs with the construction
|
186 |
+
of heavy-duty steel for the long term durability and strength. The trolley jack
|
187 |
+
features a safety bypass system that prevents overloading and ensures safe operation.
|
188 |
+
This low profile jack is equipped with 2 large steel casters and 2 360-degree
|
189 |
+
swivel casters for smooth maneuverability. A built-in carrying handle allows the
|
190 |
+
floor jack to be lifted quickly for ultimate portability. It is compact, lightweight,
|
191 |
+
and durable and ideal for most cars, trucks, and SUVs for home garage. Capacity:
|
192 |
+
2.5 Ton Jack Size: 22.5 x 8.8 x 5.9 inches Min Height: 3-3/8" Max Height: 14-7/8"
|
193 |
+
Weight: 33 lbs Carry Handle: Yes Widely Recognized Reputation for Quality and
|
194 |
+
Service Leader in Hydraulic Lifting Equipment in US and Canada Over 40 Years Meets
|
195 |
+
the Industry Standards, ASME/ANSI and more For assistance, please call (888) 332-6419
|
196 |
+
2.5 Ton Trolley Jack - Car Hydraulic Jack for Home Garage Shop Low Profile - Gives
|
197 |
+
the ability to lift from 3-3/8 inches to 14-7/8 inches 5,000 lbs maximum capacity
|
198 |
+
and is constructed with heavy duty steel for the strength and duability. Low Profile
|
199 |
+
- gives you the ability to lift from 3-3/8 inches to 14-7/8 inches. The front
|
200 |
+
wheels with the rear casters for the maneuverability. The large swivel saddle
|
201 |
+
provides you with the easy jack positioning and user safety. Features an overload
|
202 |
+
valve bypass system to prevent jack damage and user injury. Patented built-in
|
203 |
+
by-pass device protects hydraulic system from over pumping damage. Read more The
|
204 |
+
large swivel saddle provides you with the easy jack positioning and user safety
|
205 |
+
2.5 Ton capacity - gives you the ability to lift from 3-3/8 inches to 14-7/8 inches.
|
206 |
+
Constructed with heavy duty steel featuring front wheels with rear casters for
|
207 |
+
the maneuverability. Carry Handle A built-in carrying handle allows the floor
|
208 |
+
jack to be lifted quickly for ultimate portability. Read more 3.5 Ton Fast Lift
|
209 |
+
Floor Jack 3.5 Ton Speedy Lift Floor Jack 3 Ton Double Pin Jack Stands 6 Ton Double
|
210 |
+
Pin Jack Stands Mechanic Set Combo 2 Ton Floor Jack Capacity 3.5 Ton 3.5 Ton 3
|
211 |
+
Ton 6 Ton 3 Ton 2 Ton Weight 93 lbs 90 lbs 14 lbs 28 lbs 94 lbs 33 lbs Lifting
|
212 |
+
Range 5-1/2" to 22" 5-1/2" to 22" 11-1/4" 16-3/4" 16" to 23-1/2" '
|
213 |
+
- 'Hair Cutting Scissors Professional Hair Shears 5.5" - Razor Edged Durable Hair
|
214 |
+
Cutting Tools - Handcrafted Barber Scissors in Japanese Stainless Steel - Scissors
|
215 |
+
for Hair Cutting Men & Women
|
216 |
+
|
217 |
+
Product Description Parigal - Hair Cutting Scissors Professional Hair Shears 5.5"
|
218 |
+
PREMIUM: Handcrafted with Premium Quality Japanese Stainless Steel. Hand-sharpened
|
219 |
+
Long Lasting Durable Razor Edges for Smooth and Clean Hair Trimming. Extreme sharp
|
220 |
+
razor edges of these hair cutting scissors provides smooth haircut every time
|
221 |
+
for long hair cutting sessions. CONVENIENT: For Professional as well as Personal
|
222 |
+
Use. Anybody can handle this hair cutting scissor with ease. With an Removable
|
223 |
+
Finger Rest you can effortlessly Cut Hair with this scissor to your desire with
|
224 |
+
comfort. EASY TO USE: With its perfect size and ease of use, these Hair Cutting
|
225 |
+
Scissors can be used by Unisex. And can be used for multi-purposes like Hair Cutting,
|
226 |
+
Hair Trimming, Beard Hair Cutting and Mustache Grooming etc. UNIQUE ERGONOMICS:
|
227 |
+
Designed with Comfort, Smoothness, Grip and Finger Rest in mind. Perfect Hair
|
228 |
+
Cutting Companion for Barbers, Hair Stylists, Salon workers and Hairdressers.
|
229 |
+
CONFIDENCE: Parigal is backed by Star Scissors and we are Experienced in Hair
|
230 |
+
Cutting Scissors & Professional Salon Hair Cutting Shears 5.5" Razor Edged Highly
|
231 |
+
Durable Hair Cutting Scissors Shears Handcrafted with Japanese Stainless Steel.
|
232 |
+
Razor Sharp Blades Our Extremely Sharp Blades make a clean cut everytime with
|
233 |
+
no Split ends. These Hair Cutting Scissors come sharpened. Just buy and use them,
|
234 |
+
Adjustable Plate & Screw Adding to the aestherics our Adjutable Tension Plate
|
235 |
+
system gives you complete freedom of adjusting tension of hair scissors to your
|
236 |
+
liking. Comfortable Grip Desinged with Comfort and Ergnoomics in Mind. These scisosrs
|
237 |
+
provide you with firm and comfortable grip. Reducing fatigue an making it easy
|
238 |
+
to use. Soft Rubber Finger Inserts Soft rubber finger inserts along with its comfortable
|
239 |
+
design provide a smooth feel, reducing harsh metal friction on fingers. Easing
|
240 |
+
pain over long term use. Read more Read more Blade Length 2.25 Inches Size 5.5
|
241 |
+
Inches Product Dimensions 5.5 x 2 x 0.25 Inches Material Stainless Steel Finish
|
242 |
+
Type Powder Coated Color Black '
|
243 |
+
- 'Havaianas Varie Travel Accessory
|
244 |
+
|
245 |
+
'
|
246 |
+
---
|
247 |
+
|
248 |
+
# SentenceTransformer
|
249 |
+
|
250 |
+
This is a [sentence-transformers](https://www.SBERT.net) model trained. 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.
|
251 |
+
|
252 |
+
## Model Details
|
253 |
+
|
254 |
+
### Model Description
|
255 |
+
- **Model Type:** Sentence Transformer
|
256 |
+
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
257 |
+
- **Maximum Sequence Length:** 512 tokens
|
258 |
+
- **Output Dimensionality:** 768 tokens
|
259 |
+
- **Similarity Function:** Dot Product
|
260 |
+
<!-- - **Training Dataset:** Unknown -->
|
261 |
+
<!-- - **Language:** Unknown -->
|
262 |
+
<!-- - **License:** Unknown -->
|
263 |
+
|
264 |
+
### Model Sources
|
265 |
+
|
266 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
267 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
268 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
269 |
+
|
270 |
+
### Full Model Architecture
|
271 |
+
|
272 |
+
```
|
273 |
+
SentenceTransformer(
|
274 |
+
(0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel
|
275 |
+
(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})
|
276 |
+
)
|
277 |
+
```
|
278 |
+
|
279 |
+
## Usage
|
280 |
+
|
281 |
+
### Direct Usage (Sentence Transformers)
|
282 |
+
|
283 |
+
First install the Sentence Transformers library:
|
284 |
+
|
285 |
+
```bash
|
286 |
+
pip install -U sentence-transformers
|
287 |
+
```
|
288 |
+
|
289 |
+
Then you can load this model and run inference.
|
290 |
+
```python
|
291 |
+
from sentence_transformers import SentenceTransformer
|
292 |
+
|
293 |
+
# Download from the 🤗 Hub
|
294 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
295 |
+
# Run inference
|
296 |
+
sentences = [
|
297 |
+
'"professional hair cutting scissors extremely sharp blades 6 inch barber scissors set for men and women Fagaci"',
|
298 |
+
'Hair Cutting Scissors Professional Hair Shears 5.5" - Razor Edged Durable Hair Cutting Tools - Handcrafted Barber Scissors in Japanese Stainless Steel - Scissors for Hair Cutting Men & Women\nProduct Description Parigal - Hair Cutting Scissors Professional Hair Shears 5.5" PREMIUM: Handcrafted with Premium Quality Japanese Stainless Steel. Hand-sharpened Long Lasting Durable Razor Edges for Smooth and Clean Hair Trimming. Extreme sharp razor edges of these hair cutting scissors provides smooth haircut every time for long hair cutting sessions. CONVENIENT: For Professional as well as Personal Use. Anybody can handle this hair cutting scissor with ease. With an Removable Finger Rest you can effortlessly Cut Hair with this scissor to your desire with comfort. EASY TO USE: With its perfect size and ease of use, these Hair Cutting Scissors can be used by Unisex. And can be used for multi-purposes like Hair Cutting, Hair Trimming, Beard Hair Cutting and Mustache Grooming etc. UNIQUE ERGONOMICS: Designed with Comfort, Smoothness, Grip and Finger Rest in mind. Perfect Hair Cutting Companion for Barbers, Hair Stylists, Salon workers and Hairdressers. CONFIDENCE: Parigal is backed by Star Scissors and we are Experienced in Hair Cutting Scissors & Professional Salon Hair Cutting Shears 5.5" Razor Edged Highly Durable Hair Cutting Scissors Shears Handcrafted with Japanese Stainless Steel. Razor Sharp Blades Our Extremely Sharp Blades make a clean cut everytime with no Split ends. These Hair Cutting Scissors come sharpened. Just buy and use them, Adjustable Plate & Screw Adding to the aestherics our Adjutable Tension Plate system gives you complete freedom of adjusting tension of hair scissors to your liking. Comfortable Grip Desinged with Comfort and Ergnoomics in Mind. These scisosrs provide you with firm and comfortable grip. Reducing fatigue an making it easy to use. Soft Rubber Finger Inserts Soft rubber finger inserts along with its comfortable design provide a smooth feel, reducing harsh metal friction on fingers. Easing pain over long term use. Read more Read more Blade Length 2.25 Inches Size 5.5 Inches Product Dimensions 5.5 x 2 x 0.25 Inches Material Stainless Steel Finish Type Powder Coated Color Black ',
|
299 |
+
'Havaianas Varie Travel Accessory\n',
|
300 |
+
]
|
301 |
+
embeddings = model.encode(sentences)
|
302 |
+
print(embeddings.shape)
|
303 |
+
# [3, 768]
|
304 |
+
|
305 |
+
# Get the similarity scores for the embeddings
|
306 |
+
similarities = model.similarity(embeddings, embeddings)
|
307 |
+
print(similarities.shape)
|
308 |
+
# [3, 3]
|
309 |
+
```
|
310 |
+
|
311 |
+
<!--
|
312 |
+
### Direct Usage (Transformers)
|
313 |
+
|
314 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
315 |
+
|
316 |
+
</details>
|
317 |
+
-->
|
318 |
+
|
319 |
+
<!--
|
320 |
+
### Downstream Usage (Sentence Transformers)
|
321 |
+
|
322 |
+
You can finetune this model on your own dataset.
|
323 |
+
|
324 |
+
<details><summary>Click to expand</summary>
|
325 |
+
|
326 |
+
</details>
|
327 |
+
-->
|
328 |
+
|
329 |
+
<!--
|
330 |
+
### Out-of-Scope Use
|
331 |
+
|
332 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
333 |
+
-->
|
334 |
+
|
335 |
+
<!--
|
336 |
+
## Bias, Risks and Limitations
|
337 |
+
|
338 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
339 |
+
-->
|
340 |
+
|
341 |
+
<!--
|
342 |
+
### Recommendations
|
343 |
+
|
344 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
345 |
+
-->
|
346 |
+
|
347 |
+
## Training Details
|
348 |
+
|
349 |
+
### Training Dataset
|
350 |
+
|
351 |
+
#### Unnamed Dataset
|
352 |
+
|
353 |
+
|
354 |
+
* Size: 1,830 training samples
|
355 |
+
* Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>sentence_2</code>
|
356 |
+
* Approximate statistics based on the first 1000 samples:
|
357 |
+
| | sentence_0 | sentence_1 | sentence_2 |
|
358 |
+
|:--------|:----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
359 |
+
| type | string | string | string |
|
360 |
+
| details | <ul><li>min: 7 tokens</li><li>mean: 16.41 tokens</li><li>max: 23 tokens</li></ul> | <ul><li>min: 2 tokens</li><li>mean: 166.19 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 2 tokens</li><li>mean: 93.47 tokens</li><li>max: 512 tokens</li></ul> |
|
361 |
+
* Samples:
|
362 |
+
| sentence_0 | sentence_1 | sentence_2 |
|
363 |
+
|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
364 |
+
| <code>Probrico flat black cabinet pulls 3 inch hole centers T bar handle kitchen dresser 10 pack</code> | <code>Probrico Cabinet Handles-(Pack of 5) Black 3-1/2inch (90mm) Hole Centers Square T Bar Kitchen Cabinet Handles Drawer Pulls for Kitchen Furniture Hardware<br>Product Description Homebuilding store markets products in cabinet hardware: pulls and knobs,drawer slides,door hinge,concealed hinge,door lock.... You could find what you need and more than you need in Homebuilding store. Probrico Hardware offers hardware of a variety of designs,quality guaranteed and affordable. *Material: Stainless Steel; Finish:Black; *Width: 12mm (1/2inch); Height: 35mm (1.4inch) *2 size screws include: 1 inch(25mm) 1.77 inch(45mm) *Please note that the handles are Hollow constructions, you will feel a little light weighted, but good quality and real stainless steel made.Please confirm both center to center on the holes that are in the board and the board thickness before you choose the size. The cabinet handle is made of quality Stainless-Steel, durable, sturdy, lightweight, corrosion-resisting and not easy to fade. Please check these parts before install. Read more The classic black finished enhances the taste of your kitchen, bedroom and bathroom, suitable for all kinds of dressers, drawers, closets and cabinets, etc Read more Home Building Store Provides Full Sizes of Cabinet Handles to any bathroom cabinet, kitchen cupboard, furniture door, desk drawer, wine cabinet. wardrobe, shoe cabinet, bookcase and much more, which makes your home look more beautiful and elegant. knobelite Cabinet Handles are not only home decors but also reflect a high-quality life. Read more </code> | <code>DevLon NorthWest Double Wax Warmer Professional Electric Heater Double Pot Facial Skin Hair Removal Tool<br></code> |
|
365 |
+
| <code>"Kiss Tweetheart False Nails with accents and super hold adhesive"</code> | <code>Ultra Shine Gel Strip Modern Matter<br></code> | <code>WinCraft Danica Patrick Official NASCAR 4 inch x 4 inch Die Cut Car Decal by 741998<br>Product Description Licensed Die Cut decals are made of outdoor vinyl, permanent adhesive, image cut to the outside dimension of logo, full color detail is printed with a 3 year outdoor rating. Supplied with a clear liner, clear transfer tape, and application instructions. Made in USA. Product Description Licensed Die Cut decals are made of outdoor vinyl, permanent adhesive, image cut to the outside dimension of logo, full color detail is printed with a 3 year outdoor rating. Supplied with a clear liner, clear transfer tape, and application instructions. Made in USA.</code> |
|
366 |
+
| <code>Nanatang Badflower Logo Men's Long Sleeve Sweatshirt's</code> | <code>Kize Women Cotton Long Sleeve Hooded Pullover Hoodies Sweatshirt<br></code> | <code>18 Full Length Chapter Books for Kids Ages 8-12<br></code> |
|
367 |
+
* Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
|
368 |
+
```json
|
369 |
+
{
|
370 |
+
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
371 |
+
"triplet_margin": 1.0
|
372 |
+
}
|
373 |
+
```
|
374 |
+
|
375 |
+
### Training Hyperparameters
|
376 |
+
#### Non-Default Hyperparameters
|
377 |
+
|
378 |
+
- `per_device_train_batch_size`: 20
|
379 |
+
- `per_device_eval_batch_size`: 20
|
380 |
+
- `multi_dataset_batch_sampler`: round_robin
|
381 |
+
|
382 |
+
#### All Hyperparameters
|
383 |
+
<details><summary>Click to expand</summary>
|
384 |
+
|
385 |
+
- `overwrite_output_dir`: False
|
386 |
+
- `do_predict`: False
|
387 |
+
- `eval_strategy`: no
|
388 |
+
- `prediction_loss_only`: True
|
389 |
+
- `per_device_train_batch_size`: 20
|
390 |
+
- `per_device_eval_batch_size`: 20
|
391 |
+
- `per_gpu_train_batch_size`: None
|
392 |
+
- `per_gpu_eval_batch_size`: None
|
393 |
+
- `gradient_accumulation_steps`: 1
|
394 |
+
- `eval_accumulation_steps`: None
|
395 |
+
- `learning_rate`: 5e-05
|
396 |
+
- `weight_decay`: 0.0
|
397 |
+
- `adam_beta1`: 0.9
|
398 |
+
- `adam_beta2`: 0.999
|
399 |
+
- `adam_epsilon`: 1e-08
|
400 |
+
- `max_grad_norm`: 1
|
401 |
+
- `num_train_epochs`: 3
|
402 |
+
- `max_steps`: -1
|
403 |
+
- `lr_scheduler_type`: linear
|
404 |
+
- `lr_scheduler_kwargs`: {}
|
405 |
+
- `warmup_ratio`: 0.0
|
406 |
+
- `warmup_steps`: 0
|
407 |
+
- `log_level`: passive
|
408 |
+
- `log_level_replica`: warning
|
409 |
+
- `log_on_each_node`: True
|
410 |
+
- `logging_nan_inf_filter`: True
|
411 |
+
- `save_safetensors`: True
|
412 |
+
- `save_on_each_node`: False
|
413 |
+
- `save_only_model`: False
|
414 |
+
- `restore_callback_states_from_checkpoint`: False
|
415 |
+
- `no_cuda`: False
|
416 |
+
- `use_cpu`: False
|
417 |
+
- `use_mps_device`: False
|
418 |
+
- `seed`: 42
|
419 |
+
- `data_seed`: None
|
420 |
+
- `jit_mode_eval`: False
|
421 |
+
- `use_ipex`: False
|
422 |
+
- `bf16`: False
|
423 |
+
- `fp16`: False
|
424 |
+
- `fp16_opt_level`: O1
|
425 |
+
- `half_precision_backend`: auto
|
426 |
+
- `bf16_full_eval`: False
|
427 |
+
- `fp16_full_eval`: False
|
428 |
+
- `tf32`: None
|
429 |
+
- `local_rank`: 0
|
430 |
+
- `ddp_backend`: None
|
431 |
+
- `tpu_num_cores`: None
|
432 |
+
- `tpu_metrics_debug`: False
|
433 |
+
- `debug`: []
|
434 |
+
- `dataloader_drop_last`: False
|
435 |
+
- `dataloader_num_workers`: 0
|
436 |
+
- `dataloader_prefetch_factor`: None
|
437 |
+
- `past_index`: -1
|
438 |
+
- `disable_tqdm`: False
|
439 |
+
- `remove_unused_columns`: True
|
440 |
+
- `label_names`: None
|
441 |
+
- `load_best_model_at_end`: False
|
442 |
+
- `ignore_data_skip`: False
|
443 |
+
- `fsdp`: []
|
444 |
+
- `fsdp_min_num_params`: 0
|
445 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
446 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
447 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
448 |
+
- `deepspeed`: None
|
449 |
+
- `label_smoothing_factor`: 0.0
|
450 |
+
- `optim`: adamw_torch
|
451 |
+
- `optim_args`: None
|
452 |
+
- `adafactor`: False
|
453 |
+
- `group_by_length`: False
|
454 |
+
- `length_column_name`: length
|
455 |
+
- `ddp_find_unused_parameters`: None
|
456 |
+
- `ddp_bucket_cap_mb`: None
|
457 |
+
- `ddp_broadcast_buffers`: False
|
458 |
+
- `dataloader_pin_memory`: True
|
459 |
+
- `dataloader_persistent_workers`: False
|
460 |
+
- `skip_memory_metrics`: True
|
461 |
+
- `use_legacy_prediction_loop`: False
|
462 |
+
- `push_to_hub`: False
|
463 |
+
- `resume_from_checkpoint`: None
|
464 |
+
- `hub_model_id`: None
|
465 |
+
- `hub_strategy`: every_save
|
466 |
+
- `hub_private_repo`: False
|
467 |
+
- `hub_always_push`: False
|
468 |
+
- `gradient_checkpointing`: False
|
469 |
+
- `gradient_checkpointing_kwargs`: None
|
470 |
+
- `include_inputs_for_metrics`: False
|
471 |
+
- `eval_do_concat_batches`: True
|
472 |
+
- `fp16_backend`: auto
|
473 |
+
- `push_to_hub_model_id`: None
|
474 |
+
- `push_to_hub_organization`: None
|
475 |
+
- `mp_parameters`:
|
476 |
+
- `auto_find_batch_size`: False
|
477 |
+
- `full_determinism`: False
|
478 |
+
- `torchdynamo`: None
|
479 |
+
- `ray_scope`: last
|
480 |
+
- `ddp_timeout`: 1800
|
481 |
+
- `torch_compile`: False
|
482 |
+
- `torch_compile_backend`: None
|
483 |
+
- `torch_compile_mode`: None
|
484 |
+
- `dispatch_batches`: None
|
485 |
+
- `split_batches`: None
|
486 |
+
- `include_tokens_per_second`: False
|
487 |
+
- `include_num_input_tokens_seen`: False
|
488 |
+
- `neftune_noise_alpha`: None
|
489 |
+
- `optim_target_modules`: None
|
490 |
+
- `batch_eval_metrics`: False
|
491 |
+
- `eval_on_start`: False
|
492 |
+
- `batch_sampler`: batch_sampler
|
493 |
+
- `multi_dataset_batch_sampler`: round_robin
|
494 |
+
|
495 |
+
</details>
|
496 |
+
|
497 |
+
### Framework Versions
|
498 |
+
- Python: 3.10.12
|
499 |
+
- Sentence Transformers: 3.1.1
|
500 |
+
- Transformers: 4.42.4
|
501 |
+
- PyTorch: 2.3.1+cu121
|
502 |
+
- Accelerate: 0.32.1
|
503 |
+
- Datasets: 3.0.0
|
504 |
+
- Tokenizers: 0.19.1
|
505 |
+
|
506 |
+
## Citation
|
507 |
+
|
508 |
+
### BibTeX
|
509 |
+
|
510 |
+
#### Sentence Transformers
|
511 |
+
```bibtex
|
512 |
+
@inproceedings{reimers-2019-sentence-bert,
|
513 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
514 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
515 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
516 |
+
month = "11",
|
517 |
+
year = "2019",
|
518 |
+
publisher = "Association for Computational Linguistics",
|
519 |
+
url = "https://arxiv.org/abs/1908.10084",
|
520 |
+
}
|
521 |
+
```
|
522 |
+
|
523 |
+
#### TripletLoss
|
524 |
+
```bibtex
|
525 |
+
@misc{hermans2017defense,
|
526 |
+
title={In Defense of the Triplet Loss for Person Re-Identification},
|
527 |
+
author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
|
528 |
+
year={2017},
|
529 |
+
eprint={1703.07737},
|
530 |
+
archivePrefix={arXiv},
|
531 |
+
primaryClass={cs.CV}
|
532 |
+
}
|
533 |
+
```
|
534 |
+
|
535 |
+
<!--
|
536 |
+
## Glossary
|
537 |
+
|
538 |
+
*Clearly define terms in order to be accessible across audiences.*
|
539 |
+
-->
|
540 |
+
|
541 |
+
<!--
|
542 |
+
## Model Card Authors
|
543 |
+
|
544 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
545 |
+
-->
|
546 |
+
|
547 |
+
<!--
|
548 |
+
## Model Card Contact
|
549 |
+
|
550 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
551 |
+
-->
|
bob/config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/bob/",
|
3 |
+
"architectures": [
|
4 |
+
"BertModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.42.4",
|
23 |
+
"type_vocab_size": 2,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 30522
|
26 |
+
}
|
bob/config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.1.1",
|
4 |
+
"transformers": "4.42.4",
|
5 |
+
"pytorch": "2.3.1+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "dot"
|
10 |
+
}
|
bob/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 |
+
]
|
bob/sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 512,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
bob/special_tokens_map.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"mask_token": {
|
10 |
+
"content": "[MASK]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"sep_token": {
|
24 |
+
"content": "[SEP]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"unk_token": {
|
31 |
+
"content": "[UNK]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
}
|
37 |
+
}
|
bob/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
bob/tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": true,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"max_length": 300,
|
50 |
+
"model_max_length": 512,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "[SEP]",
|
57 |
+
"stride": 0,
|
58 |
+
"strip_accents": null,
|
59 |
+
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "BertTokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "[UNK]"
|
64 |
+
}
|
bob/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|