haophancs commited on
Commit
ffab0ab
·
verified ·
1 Parent(s): 48afc3f

Add new SentenceTransformer model

Browse files
.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": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,1178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - generated_from_trainer
7
+ - dataset_size:5945
8
+ - loss:MatryoshkaLoss
9
+ - loss:MultipleNegativesRankingLoss
10
+ base_model: Snowflake/snowflake-arctic-embed-l-v2.0
11
+ widget:
12
+ - source_sentence: 'Fixed-point observation test.
13
+
14
+ Pre-check.
15
+
16
+ All members.
17
+
18
+ 02-08-06_Security.
19
+
20
+ Security functions.
21
+
22
+ Security functions.
23
+
24
+ Access control.
25
+
26
+ 02-08-06-004.
27
+
28
+ 3_C.
29
+
30
+ Security functions>Security functions>Access control.
31
+
32
+ Display: Any Audio: Any Wi-Fi: Connected Wi-Fi device: App installed phone and
33
+ tethering enabled HF: Connected (details recorded on condition sheet) BTA: Connected
34
+ (details recorded on condition sheet) Security: Settings completed.
35
+
36
+ ① Launch the smartphone app => Do not display ONS "Failed to connect with car
37
+ navigation" ② ACC OFF => Security system activates ③ ACC ON => Start in last state.
38
+
39
+ ・Access restrictions should be set to the smallest unit and the system should
40
+ be constructed to minimize damage from hacking.'
41
+ sentences:
42
+ - '【 _Current Item Recovery_ _No.52】The navigation power does not turn off even
43
+ when the car key is turned OFF (AuTomate Fujiyama) ( ).
44
+
45
+ Does not start / Does not end.
46
+
47
+ Start/Shutdown.
48
+
49
+ Management.
50
+
51
+ SystemPF.
52
+
53
+ SystemPF.
54
+
55
+ If the data on the SD card is not damaged, modify the software so that it does
56
+ not execute repair processing. Added on 6/22 On 6/14, modified to run the SD card
57
+ repair process asynchronously so as not to affect the startup process (backported
58
+ the latest commit from AOSP)..
59
+
60
+ Vehicle: Unknown Mileage: Unknown Dealer: Autobacs Fujimiyama.
61
+
62
+ Unknown.
63
+
64
+ Even when turning the key off on the vehicle side, the navigation power does not
65
+ turn off..
66
+
67
+ The power turns off when ACC OFF..
68
+
69
+ 5-4. Compromised Design/Design Compromise.
70
+
71
+ For defect 501198, we implemented countermeasures against resets, but the issue
72
+ of slow boot-up remained when inserting old SD cards with abnormally slow access
73
+ speeds or faulty SD cards that cannot be accessed. As a result, the problem occurred
74
+ where the power did not turn off even after switching to ACC OFF (+B ON for about
75
+ 40 seconds until boot completion).'
76
+ - 'DTV( Response) When the ONS setting invalid notification appears and you press
77
+ TSW[Yes], the header background turns purple..
78
+
79
+ Audio.
80
+
81
+ DTV.
82
+
83
+ Display error / Position offset.
84
+
85
+ DTV.
86
+
87
+ Management.
88
+
89
+ App/App_DTV.
90
+
91
+ App/App_DTV.
92
+
93
+ "Press OK" and simultaneously delete ONS as a fix [Added on 10/11] Related defect
94
+ 556688.
95
+
96
+ Screen ID: SY_HM_001 Screen Name: HOME Screen Audio: DTV Environment: ・Radio/TV
97
+ Antenna Not Connected ・GPS Not Connected ・Normal Header Displaying ・SD Connected
98
+ Vehicle Signals: SPD OFF, PKB ON, REV OFF.
99
+
100
+ ①Press TS[TV] ②Tap the screen ③Press TS[Menu] ④Press TS[User Preset Setting] →
101
+ Scan start ⑤In ONS broadcast station scan failure notification_AV-DTV-034, press
102
+ TSW[OK] ⑥In channel setting screen_AV-DTV-029, press TSW[End] ⑦In ONS setting
103
+ invalid notification_AV-DTV-036, press TSW[Yes] →★NG occurs: The header background
104
+ turns blue.
105
+
106
+ ONS setting invalid notification, when TSW[Yes] is pressed, the header background
107
+ turns blue..
108
+
109
+ When the ONS setup invalid notification is displayed and TS[Yes] is pressed, the
110
+ header background does not turn blue and displays normally..
111
+
112
+ 95.Duplicate Bug/Duplicate Registration.
113
+
114
+ In the DTV app, to prevent the header from appearing purple, we insert a black
115
+ image behind the header. During the procedure for reproducing the phenomenon,
116
+ when transitioning screens (and simultaneously deleting the black image), the
117
+ ONS is also deleted (along with the header deletion). However, if the ONS deletion
118
+ is slightly delayed, the purple color becomes visible. [10/11 Addendum] Root cause
119
+ shared with Defect 556688'
120
+ - '+ B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
121
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
122
+
123
+ System.
124
+
125
+ Boot_Shutdown.
126
+
127
+ Puchi kuroga.
128
+
129
+ camera.
130
+
131
+ Management.
132
+
133
+ VideoPF.
134
+
135
+ VideoPF.
136
+
137
+ Defect 487042 same item.
138
+
139
+ Display: Current Location_1 screen Audio: AUDIO OFF Vehicle signals: SPD OFF,
140
+ PKB ON, REV OFF, TAIL OFF, IGN ON Connected devices: MOP camera (Equipment 399127).
141
+
142
+ ①ACC OFF ②+B OFF ③REV ON ④+B ON ⑤ACC ON →NG: "Camera image → Black screen → Disclaimer
143
+ screen → Camera image" and the screen transitions like this..
144
+
145
+ + B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
146
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
147
+
148
+ When the navigation starts with REV ON, display the camera image until REV OFF
149
+ is performed, and by doing REV OFF, transition from Disclaimer screen to current
150
+ location..
151
+
152
+ 99.Others/Other.
153
+
154
+ Defect 487042 same item'
155
+ - source_sentence: 'Fixed-point observation test.
156
+
157
+ Pre-check.
158
+
159
+ All members.
160
+
161
+ 02-08-14_System_Settings.
162
+
163
+ System settings.
164
+
165
+ Sales store diag settings.
166
+
167
+ Vehicle linkage unit information.
168
+
169
+ 02-08-14-460.
170
+
171
+ 3_C.
172
+
173
+ System Settings>Sales Store Diag Settings>Vehicle Link Unit Information'
174
+ sentences:
175
+ - 'When drive detection is triggered in the dash cam video information settings
176
+ screen, the dash cam settings screen flickers before transitioning to the system
177
+ information/settings screen..
178
+
179
+ Vehicle.
180
+
181
+ Drive recorder integration.
182
+
183
+ Screen Flicker/Screen Flicker.
184
+
185
+ dash cam.
186
+
187
+ Management.
188
+
189
+ DriveRec.
190
+
191
+ DriveRec.
192
+
193
+ ■Cause: By解除walking restrictions, the finishDvrScreen function was called, so
194
+ I performed clearBackStack(), but there were 2 DVRFragments in the BackStack,
195
+ and by deleting them one by one, a phenomenon where the DVR screen momentarily
196
+ remains (flickers) occurred. ■Countermeasure: In the finishDvrScreen function,
197
+ the clearBackStack process is unnecessary, so delete clearBackStack..
198
+
199
+ Screen: HOME screen (SY_HM_001) Audio: AUDIO OFF Vehicle signals: PKB ON, REV
200
+ OFF, SPD OFF, TAIL OFF • 2ch dash cam connected.
201
+
202
+ ①Press TS[Information·Settings] ②Press TS[System Information·Settings] ③Press
203
+ TS[Drive Recorder Settings]→Display ONS→Press "OK" ④Press TS[Event Information
204
+ Display] ⑤SPD ON/PKB OFF →NG: The drive recorder settings screen flickers before
205
+ transitioning to the system information settings screen.
206
+
207
+ In the drive recorder video information settings screen, when driving is detected,
208
+ the drive recorder settings screen briefly appears before transitioning to system
209
+ information/settings..
210
+
211
+ When detecting movement, transition to System Information Settings without inserting
212
+ the drive recorder settings screen..
213
+
214
+ 2-1.No Use Case/Insufficient Use Cases.
215
+
216
+ Existing When ending the How to use dashcam to operate,I want to clear the contents
217
+ of the Fragment in the middle of the operation,However, please use the operation
218
+ in the middle of the operation. The inclusive Fragment (driving device setting
219
+ screen) is currently in front of the screen, so it can be seen for a moment before
220
+ the end of the program.'
221
+ - 'During PinP display while expanding the guide diagram, REV-ON/OFF was performed
222
+ and travel started. After cancelling the expanded diagram, PinP is not displayed..
223
+
224
+ System.
225
+
226
+ PinP.
227
+
228
+ ST.
229
+
230
+ Correction step number: 4 Test cases: 30 Add confirmation of five modes, NaviEnlargeView
231
+ mode, NaviMapScroll mode, NaviVicsHigh mode, NaviVicsLow mode, and NewAndOldRoute
232
+ mode, for the topmost mode check at the time of black screen deletion notification
233
+ under PinP display conditions..
234
+
235
+ ※Preconditions Vehicle: ( ) Display: Current location_PinP Audio: TV Route guidance:
236
+ Available ※Driving east on National Route 9 (MC:189886527 11 area) Route destination:
237
+ Tottori City, Wakaba-cho Naniwa 7-5-1 Connected devices: As follows ・BT: Not connected
238
+ ・Wi-Fi: Not connected Vehicle signal: PKB-ON/SPEED-ON.
239
+
240
+ 1. While navigating the route, drive east on National Route 9 (MC:189886527 11
241
+ area) towards the destination (Tottori City Wakaba-tennan 7-5-1). 2. Ignore the
242
+ route and stop by Michinoeki Oae (MC:189886442 52). 3. Match with surrounding
243
+ roads within the parking lot of Michinoeki and reroute to expand the navigation
244
+ map. 4. Interrupt the expanded map during REV-ON/OFF and stop. 5. Start driving
245
+ again to解除the expanded map..
246
+
247
+ Current location_PinP screen (TV) + During route guidance, when deviating from
248
+ the route to stop at Michinoeki Ooie (MC:189886442 52), it matched with周边道路 and
249
+ performed a re-route, causing an enlarged map to interrupt. While the enlarged
250
+ map was interrupting, REV-ON/OFF was done while parked, and after starting to
251
+ drive again, the enlarged map did not解除 and PinP was not displayed. Even driving
252
+ for a while longer did not resolve the issue. It returned to normal by transitioning
253
+ to the current location via HOME screen > TS[Information·Settings] > AllApps screen
254
+ > ESW[Current Location]..
255
+
256
+ After解除ing the enlarged guide diagram, display the PinP screen..
257
+
258
+ 2-1.No Use Case/Insufficient Use Cases.
259
+
260
+ Cause Description: pinp\Idle.java When performing REV ON/OFF, a PinP display request
261
+ is made at the black screen deletion notification trigger sent during REV OFF.
262
+ The PinP display condition states that it should not be displayed if the highest
263
+ mode at the time of the black screen deletion notification is other than NaviMap
264
+ mode. In this case, the highest mode is NaviEnlargeView, so even when the enlarged
265
+ view is turned off, the PinP is not being displayed, causing the issue.'
266
+ - 'When you exit the speaker connection confirmation screen, the AM/FM audio mute
267
+ is released in the dealer diagnostic mode..
268
+
269
+ Diag.
270
+
271
+ Dealer_Diag.
272
+
273
+ Illegal Behavior/Incorrect Action.
274
+
275
+ Diag.
276
+
277
+ ST.
278
+
279
+ AudioPF.
280
+
281
+ AudioPF.
282
+
283
+ → After obtaining the radio sound rights with setExternalSound(true), the source
284
+ switch MUTE is released. ..
285
+
286
+ Vehicle: ( ) Display: RD_FM screen Audio: FM.
287
+
288
+ ①ESW[Home] short press → Home screen ②TS[System Information & Settings] press
289
+ → System Information & Settings screen ③TS[Dealer Diag] press → ONS "From here
290
+ on is for dealers only diag... [Yes]/[No]" ④TS[Yes] press → Dealer Diag screen
291
+ ⑤TS[Installation Status Check] → Installation Status screen ⑥TS[Speaker Connection
292
+ Check] → Speaker Connection Check screen ⑦Press [Back] to exit the Dealer Diag
293
+ menu ⑧Transition back to Dealer Diag again ←★NG occurs.
294
+
295
+ When the sales store diagnostic screen is displayed, the Audio voice does not
296
+ sound..
297
+
298
+ 2-1.No Use Case/Insufficient Use Cases.
299
+
300
+ . .'
301
+ - source_sentence: 'Fixed-point observation test.
302
+
303
+ Pre-check.
304
+
305
+ All members.
306
+
307
+ 02-08-08-10_UPDate_Function.
308
+
309
+ Initial settings.
310
+
311
+ Option switch settings.
312
+
313
+ 24 -007.
314
+
315
+ 3_C.
316
+
317
+ Initial settings>Option switch settings'
318
+ sentences:
319
+ - 'In the screen adjustment screen displayed on the rear camera and front camera
320
+ of , when pressing TS[screen off], BEEP2 and BEEP3 sound simultaneously..
321
+
322
+ Display.
323
+
324
+ CTR_Display.
325
+
326
+ Illegal Behavior/Incorrect Action.
327
+
328
+ Beep.
329
+
330
+ ST.
331
+
332
+ App/App_Illumi.
333
+
334
+ App/App_Illumi.
335
+
336
+ Add a condition check to play BEEP3 only when isDisableBeep is true. Change-Id:
337
+ I046b84a63f074ab05f5bd0bcf46df41161b0b06d.
338
+
339
+ Screen: Home screen (SY_HM_001) Audio: - Vehicle signals: PKB ON, REV OFF, SPD
340
+ OFF, TAIL OFF • Rear camera connected.
341
+
342
+ ①PKB OFF ②REV ON to display rear camera image ③Long press ESW[POWER] to display
343
+ screen adjustment screen ④Press TS[Screen off] →NG: BEEP2 and BEEP3 are sounding
344
+ simultaneously.
345
+
346
+ In the video-related screen adjustment screen (DC-CT-002) displayed on the rear
347
+ camera and front camera of , when pressing TS [screen off], BEEP2 and BEEP3 sound
348
+ simultaneously..
349
+
350
+ BEEP2 or BEEP3 sounds.
351
+
352
+ 5-5. Remains of Past Design/Left as It Was from Past Design.
353
+
354
+ Added the isDisableBeep argument and missed some corresponding changes.'
355
+ - 'In the sales store diagnostic GPS information screen, move to a location where
356
+ GPS is not received → "Number of received satellites" and "补充数量" do not become
357
+ 0. (Note: I''ve translated most parts into English but noticed "補足数" might be
358
+ a typo or specific term that doesn''t directly translate. I''ve kept it as "补充数量"
359
+ which is the Chinese translation, assuming it was meant to convey a similar meaning
360
+ in context.).
361
+
362
+ Diag.
363
+
364
+ Dealer_Diag.
365
+
366
+ Illegal Behavior/Incorrect Action.
367
+
368
+ Others/Other.
369
+
370
+ ST.
371
+
372
+ Diag.
373
+
374
+ Diag.
375
+
376
+ When the GGA positioning status is "0: Unpositioned," it will be determined as
377
+ NMEA not received, and the GPS information screen and GPS detailed information
378
+ screen will be updated to the content for when NMEA is not received..
379
+
380
+ Vehicle: ( ) Display: GPS Information Screen (SY-HDG-200) Audio: USB (Music) Connected
381
+ Devices: GPS Antenna.
382
+
383
+ ① The sales store diag GPS information screen is being displayed while driving
384
+ from a location where GPS reception is possible to a location where GPS is not
385
+ received. ② Confirm the following reception status on the GPS information screen←★NG
386
+ occurs • Number of received satellites in the celestial map • Supplement count.
387
+
388
+ Sales store diag > Option settings > GPS information screen (SY-HDG-200) display
389
+ state, when driving to a GPS reception impossible location such as a tunnel or
390
+ underground parking lot, the GPS mark: number of receptions 4, captured number
391
+ display shows "4" and does not show "0"..
392
+
393
+ When the GPS signal is lost, the GPS mark on the star chart should indicate a
394
+ loss of signal or become non-displayed. The supplementary number display should
395
+ show "0" or be non-displayed..
396
+
397
+ 2-3. Lack of Information/Insufficient Information.
398
+
399
+ Therefore, until the next GPS reception, the GPS data immediately before the transition
400
+ from GPS reception to no GPS reception will continue to be displayed.'
401
+ - 'The audio doesn''t turn off inside the dash cam app sometimes..
402
+
403
+ Vehicle.
404
+
405
+ Drive recorder integration.
406
+
407
+ Illegal Behavior/Incorrect Action.
408
+
409
+ dash cam.
410
+
411
+ ST.
412
+
413
+ App/App_Home.
414
+
415
+ App/App_Home.
416
+
417
+ In the case of continuous requests, is it possible to handle the next request
418
+ by discarding it after about 1 second..
419
+
420
+ ・TCU connected ・Dash cam connected ・Bluetooth device connected ・ZDC Nav high load
421
+ setting completed ・High load state due to app launch (after startup, HLC (date/time
422
+ and VIN settings), Radio, DTV, CleanAir were launched once) ・Screen: HOME screen
423
+ ・Audio: USB.
424
+
425
+ ①TS[Drive Recorder] Press multiple times (about 4-5 times) ②Video playback/end
426
+ ③ESW[Vol +/-] Press.
427
+
428
+ The audio may not turn off within the dashcam app. The audio volume can be changed
429
+ by Vol operation. Additionally, it may behave as described in the补充说明。 请注意,最后一句在翻译过程中出现了错误,正确的翻译应该是:
430
+ 此外,它可能会表现出如补充说明中所述的行为。.
431
+
432
+ The audio turns OFF within the dash cam app..
433
+
434
+ 5-8. Not Designed the Error and Abnormality/Not designed the error and abnormality
435
+ system.
436
+
437
+ The Intent at the time of starting the drive recorder from HOME is performed twice
438
+ in a short time'
439
+ - source_sentence: 'Fixed-point observation test.
440
+
441
+ Pre-check.
442
+
443
+ All members.
444
+
445
+ Specific Requirements.
446
+
447
+ Disable unsupported features.
448
+
449
+ Around View Monitor with IPA.
450
+
451
+ Parking assistance.
452
+
453
+ Non-supported feature deactivation - 005.
454
+
455
+ 2_B.
456
+
457
+ Non-supported feature disable>IPA equipped Around View Monitor>Parking Assist.
458
+
459
+ Display: Current Location Screen Voice: Audio OFF Camera: Connected to IPA-AVM
460
+ Canoe: Connected Camera Settings > Camera Interrupt: ON.
461
+
462
+ ① Press the camera switch displayed on the current location screen ② Return to
463
+ the current location screen and turn REV ON ③ Return to the current location screen
464
+ and press the parking assist SW briefly ④ Return to the current location screen
465
+ and press the parking assist SW for a long time ➄ Turn B OFF, ACC OFF, then disconnect
466
+ the camera connection and turn +B ON, ACC ON.
467
+
468
+ ①The camera image is displayed ②The camera image is displayed ③The camera image
469
+ is displayed ④An ONS indicating "Parking assist function cannot be used" is displayed,
470
+ and the parking assist does not activate ➄After H/U reboot, the camera connection
471
+ is cleared'
472
+ sentences:
473
+ - '+ B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
474
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
475
+
476
+ System.
477
+
478
+ Boot_Shutdown.
479
+
480
+ Puchi kuroga.
481
+
482
+ camera.
483
+
484
+ Management.
485
+
486
+ VideoPF.
487
+
488
+ VideoPF.
489
+
490
+ Defect 487042 same item.
491
+
492
+ Display: Current Location_1 screen Audio: AUDIO OFF Vehicle signals: SPD OFF,
493
+ PKB ON, REV OFF, TAIL OFF, IGN ON Connected devices: MOP camera (Equipment 399127).
494
+
495
+ ①ACC OFF ②+B OFF ③REV ON ④+B ON ⑤ACC ON →NG: "Camera image → Black screen → Disclaimer
496
+ screen → Camera image" and the screen transitions like this..
497
+
498
+ + B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
499
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
500
+
501
+ When the navigation starts with REV ON, display the camera image until REV OFF
502
+ is performed, and by doing REV OFF, transition from Disclaimer screen to current
503
+ location..
504
+
505
+ 99.Others/Other.
506
+
507
+ Defect 487042 same item'
508
+ - '【 _Current Item Recovery_ _No.52】The navigation power does not turn off even
509
+ when the car key is turned OFF (AuTomate Fujiyama) ( ).
510
+
511
+ Does not start / Does not end.
512
+
513
+ Start/Shutdown.
514
+
515
+ Management.
516
+
517
+ SystemPF.
518
+
519
+ SystemPF.
520
+
521
+ If the data on the SD card is not damaged, modify the software so that it does
522
+ not execute repair processing. Added on 6/22 On 6/14, modified to run the SD card
523
+ repair process asynchronously so as not to affect the startup process (backported
524
+ the latest commit from AOSP)..
525
+
526
+ Vehicle: Unknown Mileage: Unknown Dealer: Autobacs Fujimiyama.
527
+
528
+ Unknown.
529
+
530
+ Even when turning the key off on the vehicle side, the navigation power does not
531
+ turn off..
532
+
533
+ The power turns off when ACC OFF..
534
+
535
+ 5-4. Compromised Design/Design Compromise.
536
+
537
+ For defect 501198, we implemented countermeasures against resets, but the issue
538
+ of slow boot-up remained when inserting old SD cards with abnormally slow access
539
+ speeds or faulty SD cards that cannot be accessed. As a result, the problem occurred
540
+ where the power did not turn off even after switching to ACC OFF (+B ON for about
541
+ 40 seconds until boot completion).'
542
+ - '+ B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
543
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
544
+
545
+ System.
546
+
547
+ Boot_Shutdown.
548
+
549
+ Puchi kuroga.
550
+
551
+ camera.
552
+
553
+ Management.
554
+
555
+ VideoPF.
556
+
557
+ VideoPF.
558
+
559
+ Defect 487042 same item.
560
+
561
+ Display: Current Location_1 screen Audio: AUDIO OFF Vehicle signals: SPD OFF,
562
+ PKB ON, REV OFF, TAIL OFF, IGN ON Connected devices: MOP camera (Equipment 399127).
563
+
564
+ ①ACC OFF ②+B OFF ③REV ON ④+B ON ⑤ACC ON →NG: "Camera image → Black screen → Disclaimer
565
+ screen → Camera image" and the screen transitions like this..
566
+
567
+ + B / When starting the navigation from ACC OFF to REV ON state, the screen transitions
568
+ as follows: "camera image -> black screen -> Disclaimer screen -> camera image"..
569
+
570
+ When the navigation starts with REV ON, display the camera image until REV OFF
571
+ is performed, and by doing REV OFF, transition from Disclaimer screen to current
572
+ location..
573
+
574
+ 99.Others/Other.
575
+
576
+ Defect 487042 same item'
577
+ - source_sentence: 'Fixed-point observation test.
578
+
579
+ Pre-check.
580
+
581
+ All members.
582
+
583
+ 02-08-19_Steering_Switch.
584
+
585
+ External SW.
586
+
587
+ Steering SW( ).
588
+
589
+ SOURCE DOWN.
590
+
591
+ 02-08-19-042.
592
+
593
+ 1_A.
594
+
595
+ External SW>Steering SW( )>SOURCE DOWN'
596
+ sentences:
597
+ - 'Updating AM/FM broadcast station list ACC disconnection → Manual update of station
598
+ list results in failure to detect broadcast stations.
599
+
600
+ Audio.
601
+
602
+ AM_FM.
603
+
604
+ Illegal Behavior/Incorrect Action.
605
+
606
+ Radio.
607
+
608
+ ST.
609
+
610
+ AudioPF.
611
+
612
+ AudioPF.
613
+
614
+ When executing ACC OFF, if the previous source was FM/AM, issue a radio switch
615
+ request (OFF) and then execute a radio switch request (FM or AM). Before the completion
616
+ of the audio OFF power switch, the above-mentioned wireless power switch was requested..
617
+
618
+ Vehicle: Desktop Environment Actual Machine: Display: RD_AM Screen Audio: AM The
619
+ radio preset mode should be "Broadcast List" The received electric field of the
620
+ radio should have receivable broadcast stations in the Broadcast List Connected
621
+ Devices: RADIO ANT Vehicle Signals: ACC ON, PKB ON, SPD OFF (0km), REV OFF, TAIL
622
+ OFF.
623
+
624
+ ① Press [List Update] → Manual update of the broadcast station list begins ※ ONS
625
+ "Cannot operate during broadcast station search" is displayed ② During manual
626
+ update of the broadcast station list, perform ACC momentary disconnection ※ ACC
627
+ momentary disconnection involves turning OFF/ON within less than 1 second ※ When
628
+ ACC momentarily disconnects, the backlight will turn off for a moment but quickly
629
+ returns to displaying ONS "Cannot operate during broadcast station search" ③ No
630
+ operation until completion of broadcast station list update → ONS "No receivable
631
+ broadcast stations TS[OK]" is displayed ★NG occurs ④ Press TS[OK] → ONS disappears
632
+ ⑤ Press [List Update] → ONS "No receivable broadcast stations TS[OK]" is displayed
633
+ ★NG occurs.
634
+
635
+ During the ACC disconnection performed while updating the radio station list,
636
+ the receivable radio stations will not be extracted during manual update of the
637
+ station list, and ONS "No available broadcast stations" will be displayed. If
638
+ you perform a manual update of the station list again after displaying ONS "No
639
+ available broadcast stations", ONS "No available broadcast stations" will be displayed
640
+ immediately after the manual update operation, making it impossible to manually
641
+ update the station list..
642
+
643
+ When manually updating the broadcast station list, search for receivable broadcast
644
+ stations and extract up to 12 stations in order of reception sensitivity as the
645
+ "Broadcast Station List.".
646
+
647
+ 2-1.No Use Case/Insufficient Use Cases.
648
+
649
+ Consideration遗漏 in ACC instantaneous disconnection. It has entered a path where
650
+ source switching is not executed after radio switch request (OFF).'
651
+ - 'After moving the drive recorder app shortcut, if you turn ACC OFF/ON, the app
652
+ position changes..
653
+
654
+ Vehicle.
655
+
656
+ Drive recorder integration.
657
+
658
+ Illegal Behavior/Incorrect Action.
659
+
660
+ Home (wallpaper).
661
+
662
+ ST.
663
+
664
+ App/App_Home.
665
+
666
+ App/App_Home.
667
+
668
+ From ACC-ON until the first HOME movement within 10 seconds, the status is not
669
+ fixed, no use is made, the status is determined immediately, and the status before
670
+ ACC OFF is changed..
671
+
672
+ ・Drive recorder + front camera ( ) connected ・Display: Home screen ・Audio: BTA.
673
+
674
+ ① Move the drive recorder app to the second page ② Turn ACC OFF (for more than
675
+ 5 seconds) / ON.
676
+
677
+ After moving the drive recorder app shortcut, if you turn ACC OFF/ON, the app
678
+ position changes..
679
+
680
+ After moving the drive recorder app shortcut, performing ACC OFF/ON does not change
681
+ the app position..
682
+
683
+ 1-2.Unclear Requirements/Requirements are not clear.
684
+
685
+ Defect 569160 Root Cause In ACC OFF state, the Dvr disconnects, and after turning
686
+ ACC ON, it takes a while to reconnect. Therefore, when switching between ACC OFF/ON,
687
+ the status transitions as follows: disconnect - boot (disconnect) - about 10 seconds
688
+ - connection complete. Due to this disconnection, the app shortcut is deleted
689
+ during the disconnect phase and added at an arbitrary position upon reconnection,
690
+ which can result in it not being added where the user originally placed it, causing
691
+ the issue.'
692
+ - '[Navi]After Heat Run, the navigation app crashes due to inactivity..
693
+
694
+ Navi.
695
+
696
+ Navigation common.
697
+
698
+ App crash.
699
+
700
+ Navi.
701
+
702
+ NaviApp.
703
+
704
+ Clear the list (vector) of icon rectangle information for collision detection
705
+ at the timing when updating the FBO for rendering..
706
+
707
+ Display: AM Audio: AM • Connected to rear seat • TV antenna connected • Radio
708
+ antenna connected • Route setting: Available (with driving) • Bluetooth connection
709
+ available • Wi-Fi connection available • Stack more than 7 activities and NaviApp''s
710
+ Activity (name search) is older than 7th position • ACC on.
711
+
712
+ No operation.
713
+
714
+ After heat run, the navigation app crashes due to inactivity. ■Supplement · Although
715
+ it does not recover with ACC off/on as shown in the video, we have confirmed that
716
+ it recovers after turning ACC on about 10 minutes after ACC off. · The heat run
717
+ operation time is over 80 hours..
718
+
719
+ The nav app does not crash even when left idle after a heat run..
720
+
721
+ 5-5. Remains of Past Design/Left as It Was from Past Design.
722
+
723
+ At the time of drawing execution, I am creating a list (vector array) of icon
724
+ rectangle information for collision detection. However, this list is replaced
725
+ with a new one after display execution. Therefore, in cases where display completion
726
+ does not occur due to drawing cancellation or similar issues, the list continues
727
+ to be registered without being cleared, resulting in unexpected memory allocation
728
+ continuing indefinitely.'
729
+ pipeline_tag: sentence-similarity
730
+ library_name: sentence-transformers
731
+ metrics:
732
+ - cosine_accuracy@30
733
+ - cosine_accuracy@100
734
+ - cosine_accuracy@300
735
+ - cosine_precision@30
736
+ - cosine_precision@100
737
+ - cosine_precision@300
738
+ - cosine_recall@30
739
+ - cosine_recall@100
740
+ - cosine_recall@300
741
+ - cosine_ndcg@10
742
+ - cosine_mrr@10
743
+ - cosine_map@100
744
+ model-index:
745
+ - name: SentenceTransformer based on Snowflake/snowflake-arctic-embed-l-v2.0
746
+ results:
747
+ - task:
748
+ type: information-retrieval
749
+ name: Information Retrieval
750
+ dataset:
751
+ name: dim 1024
752
+ type: dim_1024
753
+ metrics:
754
+ - type: cosine_accuracy@30
755
+ value: 0.3063063063063063
756
+ name: Cosine Accuracy@30
757
+ - type: cosine_accuracy@100
758
+ value: 0.45045045045045046
759
+ name: Cosine Accuracy@100
760
+ - type: cosine_accuracy@300
761
+ value: 0.5945945945945946
762
+ name: Cosine Accuracy@300
763
+ - type: cosine_precision@30
764
+ value: 0.010210210210210211
765
+ name: Cosine Precision@30
766
+ - type: cosine_precision@100
767
+ value: 0.0045045045045045045
768
+ name: Cosine Precision@100
769
+ - type: cosine_precision@300
770
+ value: 0.0019819819819819817
771
+ name: Cosine Precision@300
772
+ - type: cosine_recall@30
773
+ value: 0.3063063063063063
774
+ name: Cosine Recall@30
775
+ - type: cosine_recall@100
776
+ value: 0.45045045045045046
777
+ name: Cosine Recall@100
778
+ - type: cosine_recall@300
779
+ value: 0.5945945945945946
780
+ name: Cosine Recall@300
781
+ - type: cosine_ndcg@10
782
+ value: 0.07349277174896872
783
+ name: Cosine Ndcg@10
784
+ - type: cosine_mrr@10
785
+ value: 0.05127031793698459
786
+ name: Cosine Mrr@10
787
+ - type: cosine_map@100
788
+ value: 0.06265190745215024
789
+ name: Cosine Map@100
790
+ ---
791
+
792
+ # SentenceTransformer based on Snowflake/snowflake-arctic-embed-l-v2.0
793
+
794
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Snowflake/snowflake-arctic-embed-l-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-l-v2.0). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
795
+
796
+ ## Model Details
797
+
798
+ ### Model Description
799
+ - **Model Type:** Sentence Transformer
800
+ - **Base model:** [Snowflake/snowflake-arctic-embed-l-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-l-v2.0) <!-- at revision 7f311bb640ad3babc0a4e3a8873240dcba44c9d2 -->
801
+ - **Maximum Sequence Length:** 8192 tokens
802
+ - **Output Dimensionality:** 1024 dimensions
803
+ - **Similarity Function:** Cosine Similarity
804
+ <!-- - **Training Dataset:** Unknown -->
805
+ <!-- - **Language:** Unknown -->
806
+ <!-- - **License:** Unknown -->
807
+
808
+ ### Model Sources
809
+
810
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
811
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
812
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
813
+
814
+ ### Full Model Architecture
815
+
816
+ ```
817
+ SentenceTransformer(
818
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
819
+ (1): Pooling({'word_embedding_dimension': 1024, '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})
820
+ (2): Normalize()
821
+ )
822
+ ```
823
+
824
+ ## Usage
825
+
826
+ ### Direct Usage (Sentence Transformers)
827
+
828
+ First install the Sentence Transformers library:
829
+
830
+ ```bash
831
+ pip install -U sentence-transformers
832
+ ```
833
+
834
+ Then you can load this model and run inference.
835
+ ```python
836
+ from sentence_transformers import SentenceTransformer
837
+
838
+ # Download from the 🤗 Hub
839
+ model = SentenceTransformer("haophancs/snowflake-arctic-embed-l-v2.0-pits")
840
+ # Run inference
841
+ sentences = [
842
+ 'Fixed-point observation test.\nPre-check.\nAll members.\n02-08-19_Steering_Switch.\nExternal SW.\nSteering SW( ).\nSOURCE DOWN.\n02-08-19-042.\n1_A.\nExternal SW>Steering SW( )>SOURCE DOWN',
843
+ 'Updating AM/FM broadcast station list ACC disconnection → Manual update of station list results in failure to detect broadcast stations.\nAudio.\nAM_FM.\nIllegal Behavior/Incorrect Action.\nRadio.\nST.\nAudioPF.\nAudioPF.\nWhen executing ACC OFF, if the previous source was FM/AM, issue a radio switch request (OFF) and then execute a radio switch request (FM or AM). Before the completion of the audio OFF power switch, the above-mentioned wireless power switch was requested..\nVehicle: Desktop Environment Actual Machine: Display: RD_AM Screen Audio: AM The radio preset mode should be "Broadcast List" The received electric field of the radio should have receivable broadcast stations in the Broadcast List Connected Devices: RADIO ANT Vehicle Signals: ACC ON, PKB ON, SPD OFF (0km), REV OFF, TAIL OFF.\n① Press [List Update] → Manual update of the broadcast station list begins ※ ONS "Cannot operate during broadcast station search" is displayed ② During manual update of the broadcast station list, perform ACC momentary disconnection ※ ACC momentary disconnection involves turning OFF/ON within less than 1 second ※ When ACC momentarily disconnects, the backlight will turn off for a moment but quickly returns to displaying ONS "Cannot operate during broadcast station search" ③ No operation until completion of broadcast station list update → ONS "No receivable broadcast stations TS[OK]" is displayed ★NG occurs ④ Press TS[OK] → ONS disappears ⑤ Press [List Update] → ONS "No receivable broadcast stations TS[OK]" is displayed ★NG occurs.\nDuring the ACC disconnection performed while updating the radio station list, the receivable radio stations will not be extracted during manual update of the station list, and ONS "No available broadcast stations" will be displayed. If you perform a manual update of the station list again after displaying ONS "No available broadcast stations", ONS "No available broadcast stations" will be displayed immediately after the manual update operation, making it impossible to manually update the station list..\nWhen manually updating the broadcast station list, search for receivable broadcast stations and extract up to 12 stations in order of reception sensitivity as the "Broadcast Station List.".\n2-1.No Use Case/Insufficient Use Cases.\nConsideration遗漏 in ACC instantaneous disconnection. It has entered a path where source switching is not executed after radio switch request (OFF).',
844
+ "[Navi]After Heat Run, the navigation app crashes due to inactivity..\nNavi.\nNavigation common.\nApp crash.\nNavi.\nNaviApp.\nClear the list (vector) of icon rectangle information for collision detection at the timing when updating the FBO for rendering..\nDisplay: AM Audio: AM • Connected to rear seat • TV antenna connected • Radio antenna connected • Route setting: Available (with driving) • Bluetooth connection available • Wi-Fi connection available • Stack more than 7 activities and NaviApp's Activity (name search) is older than 7th position • ACC on.\nNo operation.\nAfter heat run, the navigation app crashes due to inactivity. ■Supplement · Although it does not recover with ACC off/on as shown in the video, we have confirmed that it recovers after turning ACC on about 10 minutes after ACC off. · The heat run operation time is over 80 hours..\nThe nav app does not crash even when left idle after a heat run..\n5-5. Remains of Past Design/Left as It Was from Past Design.\nAt the time of drawing execution, I am creating a list (vector array) of icon rectangle information for collision detection. However, this list is replaced with a new one after display execution. Therefore, in cases where display completion does not occur due to drawing cancellation or similar issues, the list continues to be registered without being cleared, resulting in unexpected memory allocation continuing indefinitely.",
845
+ ]
846
+ embeddings = model.encode(sentences)
847
+ print(embeddings.shape)
848
+ # [3, 1024]
849
+
850
+ # Get the similarity scores for the embeddings
851
+ similarities = model.similarity(embeddings, embeddings)
852
+ print(similarities.shape)
853
+ # [3, 3]
854
+ ```
855
+
856
+ <!--
857
+ ### Direct Usage (Transformers)
858
+
859
+ <details><summary>Click to see the direct usage in Transformers</summary>
860
+
861
+ </details>
862
+ -->
863
+
864
+ <!--
865
+ ### Downstream Usage (Sentence Transformers)
866
+
867
+ You can finetune this model on your own dataset.
868
+
869
+ <details><summary>Click to expand</summary>
870
+
871
+ </details>
872
+ -->
873
+
874
+ <!--
875
+ ### Out-of-Scope Use
876
+
877
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
878
+ -->
879
+
880
+ ## Evaluation
881
+
882
+ ### Metrics
883
+
884
+ #### Information Retrieval
885
+
886
+ * Dataset: `dim_1024`
887
+ * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
888
+
889
+ | Metric | Value |
890
+ |:---------------------|:-----------|
891
+ | cosine_accuracy@30 | 0.3063 |
892
+ | cosine_accuracy@100 | 0.4505 |
893
+ | cosine_accuracy@300 | 0.5946 |
894
+ | cosine_precision@30 | 0.0102 |
895
+ | cosine_precision@100 | 0.0045 |
896
+ | cosine_precision@300 | 0.002 |
897
+ | cosine_recall@30 | 0.3063 |
898
+ | cosine_recall@100 | 0.4505 |
899
+ | cosine_recall@300 | 0.5946 |
900
+ | **cosine_ndcg@10** | **0.0735** |
901
+ | cosine_mrr@10 | 0.0513 |
902
+ | cosine_map@100 | 0.0627 |
903
+
904
+ <!--
905
+ ## Bias, Risks and Limitations
906
+
907
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
908
+ -->
909
+
910
+ <!--
911
+ ### Recommendations
912
+
913
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
914
+ -->
915
+
916
+ ## Training Details
917
+
918
+ ### Training Dataset
919
+
920
+ #### Unnamed Dataset
921
+
922
+
923
+ * Size: 5,945 training samples
924
+ * Columns: <code>positive</code> and <code>anchor</code>
925
+ * Approximate statistics based on the first 1000 samples:
926
+ | | positive | anchor |
927
+ |:--------|:-------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
928
+ | type | string | string |
929
+ | details | <ul><li>min: 31 tokens</li><li>mean: 167.44 tokens</li><li>max: 805 tokens</li></ul> | <ul><li>min: 183 tokens</li><li>mean: 366.94 tokens</li><li>max: 634 tokens</li></ul> |
930
+ * Samples:
931
+ | positive | anchor |
932
+ |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
933
+ | <code>Fixed-point observation test.<br>Pre-check.<br>All members.<br>02-06-51_Drive Recorder Integration.<br>Drive recorder integration.<br>Collaboration function.<br>Image quality adjustment.<br>02-06-51-120.<br>2_B.<br>Drive recorder connection > Connection function > Image quality adjustment.<br>Screen: Drive Recorder File Playback (Map) Screen.<br>①Launch the picture adjustment screen and change the brightness and contrast settings..<br>・Adjustable brightness and contrast</code> | <code>[ ] When manually switching the camera connection determination during the connection of a wide camera (YOP), the guide lines for the rear camera's top-down view change..<br>Diag.<br>Camera_Diag.<br>Illegal Behavior/Incorrect Action.<br>camera.<br>ST.<br>VideoPF.<br>VideoPF.<br>Modify the possible range for setting the guideline vertex coordinates to include the footer area (0-799, 0-479). This will prevent the coordinate range check from considering it abnormal and ensure that the initial guide lines are not displayed..<br>・System Information Settings ・Wide Camera (YOP) Connected ・Vehicle Speed 0 km/h ・Parking Brake: ON.<br>① REV ON: Current guidelines are confirmed ② REV OFF ③ Transition to developer diag ④ Press TSW[Camera Settings] ⑤ Press TSW[Manual Switch for Camera Connection Judgment] ⑥ Press TSW[Wide Camera(YOP)]→Press [Yes] ⑦ ACC OFF, then ACC ON for more than 10 seconds ⑧ REV ON: Current guidelines are confirmed →★The guideline of the rear camera top-down view is changed.<br>When manually switching the came...</code> |
934
+ | <code>Fixed-point observation test.<br>Pre-check.<br>All members.<br>02-50-54_Developer_Diag_Function_for_.<br>-1600.<br>3_C.<br>>></code> | <code>[ ] When manually switching the camera connection determination during the connection of a wide camera (YOP), the guide lines for the rear camera's top-down view change..<br>Diag.<br>Camera_Diag.<br>Illegal Behavior/Incorrect Action.<br>camera.<br>ST.<br>VideoPF.<br>VideoPF.<br>Modify the possible range for setting the guideline vertex coordinates to include the footer area (0-799, 0-479). This will prevent the coordinate range check from considering it abnormal and ensure that the initial guide lines are not displayed..<br>・System Information Settings ・Wide Camera (YOP) Connected ・Vehicle Speed 0 km/h ・Parking Brake: ON.<br>① REV ON: Current guidelines are confirmed ② REV OFF ③ Transition to developer diag ④ Press TSW[Camera Settings] ⑤ Press TSW[Manual Switch for Camera Connection Judgment] ⑥ Press TSW[Wide Camera(YOP)]→Press [Yes] ⑦ ACC OFF, then ACC ON for more than 10 seconds ⑧ REV ON: Current guidelines are confirmed →★The guideline of the rear camera top-down view is changed.<br>When manually switching the came...</code> |
935
+ | <code>Fixed-point observation test.<br>Pre-check.<br>All members.<br>02-06-58_Camera.<br>Rear view monitor.<br>Rear camera (back view monitor).<br>Caution message display.<br>1_A.<br>Back view monitor > Rear camera (back view monitor) > Caution message display.<br>Screen: Current Location Screen Voice: Audio OFF Camera: Normal Camera Connected.<br>①REV ON⇒"Please visually confirm the surroundings of the vehicle.".<br>・OSD (visual warning messages can be displayed)</code> | <code>[ ] When manually switching the camera connection determination during the connection of a wide camera (YOP), the guide lines for the rear camera's top-down view change..<br>Diag.<br>Camera_Diag.<br>Illegal Behavior/Incorrect Action.<br>camera.<br>ST.<br>VideoPF.<br>VideoPF.<br>Modify the possible range for setting the guideline vertex coordinates to include the footer area (0-799, 0-479). This will prevent the coordinate range check from considering it abnormal and ensure that the initial guide lines are not displayed..<br>・System Information Settings ・Wide Camera (YOP) Connected ・Vehicle Speed 0 km/h ・Parking Brake: ON.<br>① REV ON: Current guidelines are confirmed ② REV OFF ③ Transition to developer diag ④ Press TSW[Camera Settings] ⑤ Press TSW[Manual Switch for Camera Connection Judgment] ⑥ Press TSW[Wide Camera(YOP)]→Press [Yes] ⑦ ACC OFF, then ACC ON for more than 10 seconds ⑧ REV ON: Current guidelines are confirmed →★The guideline of the rear camera top-down view is changed.<br>When manually switching the came...</code> |
936
+ * Loss: [<code>MatryoshkaLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#matryoshkaloss) with these parameters:
937
+ ```json
938
+ {
939
+ "loss": "MultipleNegativesRankingLoss",
940
+ "matryoshka_dims": [
941
+ 1024
942
+ ],
943
+ "matryoshka_weights": [
944
+ 1
945
+ ],
946
+ "n_dims_per_step": -1
947
+ }
948
+ ```
949
+
950
+ ### Training Hyperparameters
951
+ #### Non-Default Hyperparameters
952
+
953
+ - `eval_strategy`: epoch
954
+ - `gradient_accumulation_steps`: 16
955
+ - `learning_rate`: 2e-05
956
+ - `num_train_epochs`: 4
957
+ - `lr_scheduler_type`: cosine
958
+ - `warmup_ratio`: 0.1
959
+ - `bf16`: True
960
+ - `tf32`: True
961
+ - `load_best_model_at_end`: True
962
+ - `optim`: adamw_torch_fused
963
+ - `batch_sampler`: no_duplicates
964
+
965
+ #### All Hyperparameters
966
+ <details><summary>Click to expand</summary>
967
+
968
+ - `overwrite_output_dir`: False
969
+ - `do_predict`: False
970
+ - `eval_strategy`: epoch
971
+ - `prediction_loss_only`: True
972
+ - `per_device_train_batch_size`: 8
973
+ - `per_device_eval_batch_size`: 8
974
+ - `per_gpu_train_batch_size`: None
975
+ - `per_gpu_eval_batch_size`: None
976
+ - `gradient_accumulation_steps`: 16
977
+ - `eval_accumulation_steps`: None
978
+ - `torch_empty_cache_steps`: None
979
+ - `learning_rate`: 2e-05
980
+ - `weight_decay`: 0.0
981
+ - `adam_beta1`: 0.9
982
+ - `adam_beta2`: 0.999
983
+ - `adam_epsilon`: 1e-08
984
+ - `max_grad_norm`: 1.0
985
+ - `num_train_epochs`: 4
986
+ - `max_steps`: -1
987
+ - `lr_scheduler_type`: cosine
988
+ - `lr_scheduler_kwargs`: {}
989
+ - `warmup_ratio`: 0.1
990
+ - `warmup_steps`: 0
991
+ - `log_level`: passive
992
+ - `log_level_replica`: warning
993
+ - `log_on_each_node`: True
994
+ - `logging_nan_inf_filter`: True
995
+ - `save_safetensors`: True
996
+ - `save_on_each_node`: False
997
+ - `save_only_model`: False
998
+ - `restore_callback_states_from_checkpoint`: False
999
+ - `no_cuda`: False
1000
+ - `use_cpu`: False
1001
+ - `use_mps_device`: False
1002
+ - `seed`: 42
1003
+ - `data_seed`: None
1004
+ - `jit_mode_eval`: False
1005
+ - `use_ipex`: False
1006
+ - `bf16`: True
1007
+ - `fp16`: False
1008
+ - `fp16_opt_level`: O1
1009
+ - `half_precision_backend`: auto
1010
+ - `bf16_full_eval`: False
1011
+ - `fp16_full_eval`: False
1012
+ - `tf32`: True
1013
+ - `local_rank`: 0
1014
+ - `ddp_backend`: None
1015
+ - `tpu_num_cores`: None
1016
+ - `tpu_metrics_debug`: False
1017
+ - `debug`: []
1018
+ - `dataloader_drop_last`: False
1019
+ - `dataloader_num_workers`: 0
1020
+ - `dataloader_prefetch_factor`: None
1021
+ - `past_index`: -1
1022
+ - `disable_tqdm`: False
1023
+ - `remove_unused_columns`: True
1024
+ - `label_names`: None
1025
+ - `load_best_model_at_end`: True
1026
+ - `ignore_data_skip`: False
1027
+ - `fsdp`: []
1028
+ - `fsdp_min_num_params`: 0
1029
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
1030
+ - `fsdp_transformer_layer_cls_to_wrap`: None
1031
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
1032
+ - `deepspeed`: None
1033
+ - `label_smoothing_factor`: 0.0
1034
+ - `optim`: adamw_torch_fused
1035
+ - `optim_args`: None
1036
+ - `adafactor`: False
1037
+ - `group_by_length`: False
1038
+ - `length_column_name`: length
1039
+ - `ddp_find_unused_parameters`: None
1040
+ - `ddp_bucket_cap_mb`: None
1041
+ - `ddp_broadcast_buffers`: False
1042
+ - `dataloader_pin_memory`: True
1043
+ - `dataloader_persistent_workers`: False
1044
+ - `skip_memory_metrics`: True
1045
+ - `use_legacy_prediction_loop`: False
1046
+ - `push_to_hub`: False
1047
+ - `resume_from_checkpoint`: None
1048
+ - `hub_model_id`: None
1049
+ - `hub_strategy`: every_save
1050
+ - `hub_private_repo`: False
1051
+ - `hub_always_push`: False
1052
+ - `gradient_checkpointing`: False
1053
+ - `gradient_checkpointing_kwargs`: None
1054
+ - `include_inputs_for_metrics`: False
1055
+ - `eval_do_concat_batches`: True
1056
+ - `fp16_backend`: auto
1057
+ - `push_to_hub_model_id`: None
1058
+ - `push_to_hub_organization`: None
1059
+ - `mp_parameters`:
1060
+ - `auto_find_batch_size`: False
1061
+ - `full_determinism`: False
1062
+ - `torchdynamo`: None
1063
+ - `ray_scope`: last
1064
+ - `ddp_timeout`: 1800
1065
+ - `torch_compile`: False
1066
+ - `torch_compile_backend`: None
1067
+ - `torch_compile_mode`: None
1068
+ - `dispatch_batches`: None
1069
+ - `split_batches`: None
1070
+ - `include_tokens_per_second`: False
1071
+ - `include_num_input_tokens_seen`: False
1072
+ - `neftune_noise_alpha`: None
1073
+ - `optim_target_modules`: None
1074
+ - `batch_eval_metrics`: False
1075
+ - `eval_on_start`: False
1076
+ - `eval_use_gather_object`: False
1077
+ - `prompts`: None
1078
+ - `batch_sampler`: no_duplicates
1079
+ - `multi_dataset_batch_sampler`: proportional
1080
+
1081
+ </details>
1082
+
1083
+ ### Training Logs
1084
+ | Epoch | Step | Training Loss | dim_1024_cosine_ndcg@10 |
1085
+ |:----------:|:-------:|:-------------:|:-----------------------:|
1086
+ | 0 | 0 | - | 0.0776 |
1087
+ | 0.2151 | 10 | 1.6503 | - |
1088
+ | 0.4301 | 20 | 1.4755 | - |
1089
+ | 0.6452 | 30 | 1.3519 | - |
1090
+ | 0.8602 | 40 | 1.478 | - |
1091
+ | 1.0323 | 48 | - | 0.0840 |
1092
+ | 1.0228 | 50 | 1.117 | - |
1093
+ | 1.2379 | 60 | 1.3709 | - |
1094
+ | 1.4530 | 70 | 1.2806 | - |
1095
+ | 1.6680 | 80 | 1.1826 | - |
1096
+ | 1.8831 | 90 | 1.2987 | - |
1097
+ | 2.0336 | 97 | - | 0.0792 |
1098
+ | 2.0457 | 100 | 0.9801 | - |
1099
+ | 2.2608 | 110 | 1.2541 | - |
1100
+ | 2.4758 | 120 | 1.1502 | - |
1101
+ | 2.6909 | 130 | 1.1076 | - |
1102
+ | 2.9059 | 140 | 1.1814 | - |
1103
+ | 3.0349 | 146 | - | 0.0747 |
1104
+ | 3.0685 | 150 | 0.8835 | - |
1105
+ | 3.2836 | 160 | 1.1296 | - |
1106
+ | 3.4987 | 170 | 1.0703 | - |
1107
+ | 3.7137 | 180 | 1.013 | - |
1108
+ | **3.7997** | **184** | **-** | **0.0735** |
1109
+
1110
+ * The bold row denotes the saved checkpoint.
1111
+
1112
+ ### Framework Versions
1113
+ - Python: 3.11.11
1114
+ - Sentence Transformers: 3.3.1
1115
+ - Transformers: 4.44.2
1116
+ - PyTorch: 2.5.1+cu124
1117
+ - Accelerate: 1.3.0
1118
+ - Datasets: 2.19.0
1119
+ - Tokenizers: 0.19.1
1120
+
1121
+ ## Citation
1122
+
1123
+ ### BibTeX
1124
+
1125
+ #### Sentence Transformers
1126
+ ```bibtex
1127
+ @inproceedings{reimers-2019-sentence-bert,
1128
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1129
+ author = "Reimers, Nils and Gurevych, Iryna",
1130
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1131
+ month = "11",
1132
+ year = "2019",
1133
+ publisher = "Association for Computational Linguistics",
1134
+ url = "https://arxiv.org/abs/1908.10084",
1135
+ }
1136
+ ```
1137
+
1138
+ #### MatryoshkaLoss
1139
+ ```bibtex
1140
+ @misc{kusupati2024matryoshka,
1141
+ title={Matryoshka Representation Learning},
1142
+ author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
1143
+ year={2024},
1144
+ eprint={2205.13147},
1145
+ archivePrefix={arXiv},
1146
+ primaryClass={cs.LG}
1147
+ }
1148
+ ```
1149
+
1150
+ #### MultipleNegativesRankingLoss
1151
+ ```bibtex
1152
+ @misc{henderson2017efficient,
1153
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1154
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
1155
+ year={2017},
1156
+ eprint={1705.00652},
1157
+ archivePrefix={arXiv},
1158
+ primaryClass={cs.CL}
1159
+ }
1160
+ ```
1161
+
1162
+ <!--
1163
+ ## Glossary
1164
+
1165
+ *Clearly define terms in order to be accessible across audiences.*
1166
+ -->
1167
+
1168
+ <!--
1169
+ ## Model Card Authors
1170
+
1171
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1172
+ -->
1173
+
1174
+ <!--
1175
+ ## Model Card Contact
1176
+
1177
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1178
+ -->
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Snowflake/snowflake-arctic-embed-l-v2.0",
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 8194,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.44.2",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 250002
28
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.3.1",
4
+ "transformers": "4.44.2",
5
+ "pytorch": "2.5.1+cu124"
6
+ },
7
+ "prompts": {
8
+ "query": "query: "
9
+ },
10
+ "default_prompt_name": null,
11
+ "similarity_fn_name": "cosine"
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2e7a522492113565b4e9a2a273ee16037fdbe2af53c86c16528d78b46991eb
3
+ size 2271064456
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,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": false,
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": false,
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
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f7e21bec3fb0044ca0bb2d50eb5d4d8c596273c422baef84466d2c73748b9c
3
+ size 17083053
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "max_length": 512,
50
+ "model_max_length": 8192,
51
+ "pad_to_multiple_of": null,
52
+ "pad_token": "<pad>",
53
+ "pad_token_type_id": 0,
54
+ "padding_side": "right",
55
+ "sep_token": "</s>",
56
+ "stride": 0,
57
+ "tokenizer_class": "XLMRobertaTokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
+ "unk_token": "<unk>"
61
+ }