aritrasen commited on
Commit
a2a2dbc
·
verified ·
1 Parent(s): 0fa337c

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": 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,1078 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BAAI/bge-base-en-v1.5
3
+ datasets: []
4
+ language: []
5
+ library_name: sentence-transformers
6
+ pipeline_tag: sentence-similarity
7
+ tags:
8
+ - sentence-transformers
9
+ - sentence-similarity
10
+ - feature-extraction
11
+ - generated_from_trainer
12
+ - dataset_size:9598
13
+ - loss:MultipleNegativesRankingLoss
14
+ widget:
15
+ - source_sentence: 'Tummy time is recommended from birth to strengthen baby''s arms,
16
+ back and neck muscles and prevent the back of his head becoming flat. Jay L. Hoecker,
17
+ M.D, of the Mayo Clinic, says babies should not sleep or be left unattended on
18
+ tummies, but the position will help move them toward milestones of rolling and
19
+ crawling. If your baby does not like lying on his tummy, there are ways you can
20
+ help him learn to enjoy it.
21
+
22
+ Comfort
23
+
24
+ Make sure baby is nice and comfortable by using a soft surface like a bed and
25
+ a fleecy blanket. Your baby may feel more comfortable on his tummy if you take
26
+ his clothes and diaper off, making sure the room is nice and warm. This way he
27
+ will not have anything pressing into his tummy and the feeling of being naked
28
+ may add to his enjoyment. It is best not to make tummy time straight after a feed
29
+ as his full tummy may not feel comfortable. Try to position his arms in front
30
+ of him as he can eventually start to use them to lean on. Don''t make tummy time
31
+ too long to begin with; HealthyChildren.org advises that a newborn only needs
32
+ three to five minutes two or three times a day, which can gradually be increased.
33
+
34
+ Touching
35
+
36
+ Your baby may enjoy the sensation of your fingers running gently down her back
37
+ while she lies on her tummy -- this works better on bare skin. You can also stroke
38
+ her cheeks, tickle her toes and gently massage her hands, feet and legs. If she
39
+ is feeling a bit uncomfortable or unsure, this touching may help to put her at
40
+ ease. Massage will also relax her muscles, helping her whole body feel more comfortable.
41
+
42
+ Stimulation
43
+
44
+ Keep your baby stimulated with lots of visual aids. Dr. Sears says young babies
45
+ like to look at bright colors, stripes and black and white objects, so place some
46
+ of these around your baby to catch his attention. Wave noisy toys, such as rattles
47
+ or scrunchy toys for him to look at, or wiggle your fingers in front of him. You
48
+ could also play some music during tummy time, as this sound stimulation may be
49
+ another way of distracting him from any anxiety about this new position.
50
+
51
+ Interaction
52
+
53
+ Your baby loves listening to your voice, so try reclining beside her and singing
54
+ or talking. You could also place her on a bed and sit on the floor so your face
55
+ is level with hers. Tummy time can also work if you lie on your back with baby
56
+ on her tummy on your tummy. You make a warm and soft surface, and she will love
57
+ being that close to you and looking into your face. Another way of introducing
58
+ tummy time is by laying her across your lap on her front.
59
+
60
+ References
61
+
62
+ Photo Credits
63
+
64
+ - BananaStock/BananaStock/Getty Images'
65
+ sentences:
66
+ - Why is tummy time recommended for babies from birth?
67
+ - How many bodies have been recovered from the mass grave found near Tomašica, Bosnia
68
+ and Herzegovina in 2013?
69
+ - What is considered the "real flower" of Austria according to the context?
70
+ - source_sentence: 'Interview with Subject Of Thoughts!
71
+
72
+ - Details
73
+
74
+ - Category: Interviews
75
+
76
+ Thanks for this interview for PerfectProg.Com ----Mark Baston (interviewer)
77
+
78
+ 1. When did Subject To Thoughts come to be?
79
+
80
+ Well, it''s funny how this project came alive. Back in 1999, when I got my first
81
+ keyboard, it really started out as a joke. I thought, I''ll write a couple of
82
+ songs and that''ll be the end of that, but then things started to take a turn.
83
+ I first started calling the project Symphony of Thoughts, but I decided to change
84
+ it to Subject to Thoughts. The first songs I wrote were utter crap, but I was
85
+ starting to develop a style. It was not until I did “The Thought Process” cassette
86
+ demo (back in 2003) when I realized that this was starting to get more serious.
87
+ Eventually, it has.
88
+
89
+ It was not until late 2006 or early 2007 (2 cassette demos & 2 CD''s already completed)
90
+ that I realized that I needed to add a vocalist because I was getting no where
91
+ with my singing, so I added Brandon Strader to the mix. How me and Brandon started
92
+ working together is funny. I sent my CD “From Emptiness to Beyond” for a review
93
+ at Ultimate Metal, fortunately, Brandon was the reviewer. I guess he liked the
94
+ music that much thus gave it a favorable review. We''ve been friends ever since.
95
+
96
+ 2. The style seems quite moody, Who are your influences musically?
97
+
98
+ My influences are Dream Theater, My Dying Bride, Katatonia, Anekdoten & Enchant.
99
+ Two other bands that have been a big influence are Type O Negative. R.I.P. Pete
100
+ Steele & Vanden Plas. Even though we sound nothing like these bands, I guess that''s
101
+ where the mix of moody & Progressive sound comes from.
102
+
103
+ 3. What do you think of today''s mainstream music?
104
+
105
+ Crap. Don''t listen too it & don''t care for it.
106
+
107
+ 4. What sort of audience are you trying to connect with, be it Prog, Ambient,
108
+ Doom or other?
109
+
110
+ Well, I really don''t have a specific fan base I''m trying to reach, but I guess
111
+ since our music is in the Progressive genre, that''s probably the people who will
112
+ probably take more of an interest in our stuff. However, I''m content with any
113
+ listener who wishes to listen and appreciate what we''re trying to accomplish.
114
+ Of course, our music is not for everybody.
115
+
116
+ 5. You have 2 projects, the other being "Transcend with Time" Is it hard to do
117
+ both of them simultaneously?
118
+
119
+ Well, for me not really. I guess that''s where my passion for music takes over.
120
+ Of course, sometimes it can get a little hectic writing music for 2 different
121
+ genres, but that''s why I pace myself and I usually work on finishing one album
122
+ then start working on the next. Since I tend to release an album every year for
123
+ Transcend with Time which is my New Age/Ambient project, I usually start by first
124
+ getting into my “New Age” mode. Then I start writing the music around Spring &
125
+ into Fall. But I always go in knowing the direction I want the album to take,
126
+ so that makes my work much easier.
127
+
128
+ For Subject to Thoughts which is my/our Progressive Rock/Metal project, it''s
129
+ a little different because I have to write both the music & lyrics; however, that''ll
130
+ probably change for future releases. Well, musically only. I guess getting into
131
+ my “Prog/Doom” mode is much easier because that''s the type of music I listen
132
+ to everyday; however, before anything I go in with a plan as to which direction
133
+ I want the lyrics to go in & music. Since we don''t release an album every year
134
+ that makes my job easier; however, when this project was still a solo one, I used
135
+ to release an album every year. Brandon however told me to slow down, so I''ll
136
+ try. Usually how like doing this is I first write the lyrics then the music. For
137
+ me, writing lyrics is the easy part. I guess because I''ve been writing lyrics
138
+ since I was about 12.
139
+
140
+ So, it sounds like a lot of going back and forth with both projects. Sometimes
141
+ it is, but that''s the price of being a musician with multiple projects. In the
142
+ end, I''m content because both projects give me the different levels of gratification.
143
+
144
+ 6. The Culmination was just released on May 5, 2010, what''s the album about?
145
+
146
+ Well, “The Culmination” is the final part to the 4 part conceptual vision I started
147
+ with “From Emptiness to Beyond” back in 2005. “The Culmination” is about finding
148
+ closure to life. Lyrically, this album dealt with a lot of personal stuff, but
149
+ all the albums I''ve written, are about real-life. Musically, it''s Dark, Progressive
150
+ & Melodic.
151
+
152
+ 7. What would you like Subject to Thoughts to be remembered as?
153
+
154
+ Well, even though it''s already been 11 years since I started this project, I
155
+ hardly think we''ll be remembered. Geez, most people don''t even know we exist.
156
+ But that''s okay, all that matters to me anyway is that I have (in some way) fulfilled
157
+ my dream of becoming a musician and along the way made some good music. But to
158
+ answer your question, I would like Subject to Thoughts to be remembered as a Progressive
159
+ Rock/Metal band that always strived to play original, thought-provoking music
160
+ and thus creating our own unique sound. But we are not going anywhere just yet,
161
+ we''re going to continue to make the music we love for as long as we can. I can
162
+ honestly say that probably the best is yet to come (hopefully).
163
+
164
+ You can check their website at Updated (Monday, 18 October 2010)'
165
+ sentences:
166
+ - What are the ingredients needed to prepare the Simple Calzone recipe?
167
+ - What are some of the features of the ideal classroom described in the context?
168
+ - How did the band Subject to Thoughts add a vocalist to their lineup?
169
+ - source_sentence: 'Anthropology Terms Abroad
170
+
171
+ Fiji Photo Album, Fall 1999
172
+
173
+ Page 1
174
+
175
+ Page 1 |
176
+
177
+ Page 2
178
+
179
+ |
180
+
181
+ Page 3
182
+
183
+ |
184
+
185
+ Page 4
186
+
187
+  
188
+
189
+ Photos upon Arrival, August 1999
190
+
191
+ Photo 1: Rock of Vitawa, Rakiraki
192
+
193
+ Photo 2: Narewa village at rock''s base
194
+
195
+ Photo 3: Rakiraki Hotel
196
+
197
+ Photo 4: Carved wooden figure
198
+
199
+ Photo 5: Rakirkaki Hotel rooms and new deck
200
+
201
+ Photo 6: Nakauvadra mountain range
202
+
203
+ Photo 7: Our little house in Rakiraki
204
+
205
+ Photo 8: Some of the kids of Rakiraki
206
+
207
+ Photo 9: Vilimoni ("Bill") Dakui, head of our village
208
+
209
+ Photo 10: Bill and his wife Va serve us dinner
210
+
211
+ Photo 11: Bill and Va''s house
212
+
213
+ Photo 12: Jeffrey plays with some local kids
214
+
215
+ Photo 13: Jeffrey says, "Give me that!"
216
+
217
+ Photo 14: A homestay for Stephanie?
218
+
219
+ After Two Weeks in the Village
220
+
221
+ Photo 15: Jeffrey and kids play on the computer
222
+
223
+ Photo 16: Jeffrey, Tikiko and his son Ilimo
224
+
225
+ Photo 17: Our kitty "Fraidee"
226
+
227
+ Photo 18: Progress on house construction
228
+
229
+ Photo 19: Levi peels a mango
230
+
231
+ Photo 20: Sereima poses with her drawing toy
232
+
233
+ At a Fundraiser in Drana Village
234
+
235
+ Photo 21: Young men at the tanoa bowl
236
+
237
+ Photo 22: Steve and the Tui Navitilevu
238
+
239
+ Photo 23: A village elder
240
+
241
+ Photo 24: Karen and Jeffrey
242
+
243
+ Steve''s Fortieth Birthday Party
244
+
245
+ Photo 25: Vaseva pets the cat
246
+
247
+ Photo 26: Karen lights the cake
248
+
249
+ Photo 27: Va watches on
250
+
251
+ Photo 28: Steve''s small sevusevu
252
+
253
+ Photo 29: Bill poses with the kids
254
+
255
+ Photo 30: Vaseva tastes a balloon
256
+
257
+ Upon Students'' Arrival in Rakiraki
258
+
259
+ Photo 31: Arrival at the Rakiraki Hotel
260
+
261
+ Photo 32: Michelle and the Tui Navitilevu
262
+
263
+ Photo 33: Vaileka
264
+
265
+ Photo 34: Megan, Stephanie, Apryle
266
+
267
+ Photo 35: Bruce the market vendor
268
+
269
+ Photo 36: Rakiraki Hotel dining room
270
+
271
+ Photo 37: In the buffet line
272
+
273
+ Photo 38: Group shot at dinner
274
+
275
+ A Day Off for Snorkeling at Nananu-i ra Island
276
+
277
+ Photo 39: Apryle and Stephanie board
278
+
279
+ Photo 40: Karen and little Va in the boat
280
+
281
+ Photo 41: Wananavu resort from the water
282
+
283
+ Photo 42: The second boat follows
284
+
285
+ Photo 43: Our boat''s Indian pilot
286
+
287
+ Photo 44: The second boat passes
288
+
289
+ Photo 45: Backpacker resort on Nananu-i ra
290
+
291
+ Photo 46: Wananavu dining room
292
+
293
+ Photo 47: Wananavu bar tender
294
+
295
+ Photo 48: Wananavu swimming pool
296
+
297
+ Photo 49: Hibiscus flower
298
+
299
+ Photo 50: Jeffrey swimming
300
+
301
+ Photo 51: Emily shows wounded thumb
302
+
303
+ Photo 52: Andy befriends a cat
304
+
305
+  
306
+
307
+ Leaving Students Off, Sept. 11
308
+
309
+ Photo 53: The group in front of the van
310
+
311
+ Photo 54: The group sits on a mat
312
+
313
+ Photo 55: Michelle''s house in Navutulevu
314
+
315
+ Photo 56: Steve and Michelle with her "father"
316
+
317
+ Photo 57: Michelle''s ready to go!
318
+
319
+ Photo 58: Apryle''s house in Vitawa
320
+
321
+ Photo 59: Our shoes at the door
322
+
323
+ Photo 60: Apryle poses in her bedroom
324
+
325
+ Photo 61: Apryle with her "nana" (mother)
326
+
327
+ Photo 62: Megan and her homestay parents
328
+
329
+ Photo 63: Serving kava in Narewa
330
+
331
+ Photo 64: Stephanie tries out the kava
332
+
333
+ Photo 65: Stephanie''s "bubu" (grandmother)
334
+
335
+ Photo 66: Stephanie''s house in Narewa
336
+
337
+ Photo 67: Andy and Erinn in the van
338
+
339
+ Photo 68: Andy''s spokesman Jerry
340
+
341
+ Photo 69: Erinn jokes with a man
342
+
343
+ Photo 70: Steve poses drinking kava
344
+
345
+ Photo 71: Emily and Erinn in Navolau
346
+
347
+ Photo 72: Emily tries the kava
348
+
349
+ Photo 73: Emily''s "tata" (father)
350
+
351
+ Photo 74: Photo display in Emily''s house
352
+
353
+ Photo 75: Erinn and her "sister"
354
+
355
+ Photo 76: Erinn''s house in Drana
356
+
357
+ The Adi Navuavua Festival, Sept. 24-25
358
+
359
+ Photo 77: Addition on our house
360
+
361
+ Photo 78: Samu and Eremasi
362
+
363
+ Photo 79: Elders behind tanoa
364
+
365
+ Photo 80: Youth as honored guests
366
+
367
+ Photo 81: Elders present their kava
368
+
369
+ Photo 82: Women ready to serve tea
370
+
371
+ Photo 83: Serving the Tui
372
+
373
+ Photo 84: Siteri''s foot
374
+
375
+ Photo 85: Karen, Va and Michelle
376
+
377
+ Photo 86: Guest of honor Tom arrives
378
+
379
+ Photo 87: Prayer before the ceremony
380
+
381
+ Photo 88: Presenting the whale''s tooth
382
+
383
+ Photo 89: Presenting kava plant
384
+
385
+ Photo 90: Closeup of kava plant
386
+
387
+ Photo 91: Women ready to give mats
388
+
389
+ Photo 92: The offering of mats
390
+
391
+ Photo 93: Stephanie, Erinn and Michelle
392
+
393
+ Photo 94: Women dance the meke
394
+
395
+ Photo 95: Baby powder for meke dancers
396
+
397
+ Photo 96: Escorting Karen the queen
398
+
399
+ Photo 97: Crowning Karen the queen
400
+
401
+ Photo 98: Adi Navuavua Queen
402
+
403
+ Photo 99: Jeffrey tries on the crown
404
+
405
+ Photo 100: Erinn tries on the crown
406
+
407
+ Go to
408
+
409
+ Page 2 -- Revised: October 2, 1999
410
+
411
+ Union College
412
+
413
+ Designed by Stephen C. Leavitt:
414
+
415
+ leavitts@union.edu'
416
+ sentences:
417
+ - What is the role of a Mobility Engineer?
418
+ - Who is the head of the village in Rakiraki according to the photo album?
419
+ - Where are most of BIFI's premises located?
420
+ - source_sentence: 'Power plant enters planning process
421
+
422
+ The Four Corners region could be facing a hazy future. A massive, new coal-fired
423
+ power plant planned for the region is undergoing review, and the public is being
424
+ asked to comment on the proposal.
425
+
426
+ The $2 billion plant would be the third coal-burning plant in the San Juan Basin.
427
+ It would be built on the Navajo Nation roughly 20 miles south of Kirtland and
428
+ has been tagged the Desert Rock Project. It''s estimated that the plant would
429
+ generate enough energy for 1.5 million homes.
430
+
431
+ "It''s a very large plant at 1,500 megawatts," said Dan Randolph of San Juan Citizens''
432
+ Alliance,
433
+
434
+ A fourth, smaller plant, named the Mustang Project, is also seeking approval to
435
+ begin construction between Farmington and Grants, N.M. Originally, the plant was
436
+ expected to be operational by next year, but there have been delays. Mustang has
437
+ categorically refused to consider alternative and environmentally friendly technologies,
438
+ yet recently received a $20 million subsidy under President Bush''s so-called
439
+ Clear Skies Initiative.
440
+
441
+ While these plants are not within La Plata County''s viewshed, they are well within
442
+ its airshed, according to Randolph. Plus, local air quality is already significantly
443
+ impacted by the two existing power plants in northern New Mexico.
444
+
445
+ "A good respiratory health study for the basin has not been done at all," Randolph
446
+ said. "Before we put more smoke up in the air, we should know what the impacts
447
+ already are."
448
+
449
+ The Bureau of Indian Affairs has invited the public to submit written comments
450
+ through Dec. 17 on the Desert Rock plant. There is also one public hearing planned
451
+ in the region and it will take place Tuesday, Dec. 7, at the Farmington Civic
452
+ Center.
453
+
454
+ "At this point, there is only one public meeting scheduled locally," Randolph
455
+ said. "We''re pushing for an additional meeting in Shiprock."
456
+
457
+ Randolph concluded that this scoping period is an opportunity for locals to raise
458
+ issues they would like to have addressed during the review process. Written comments
459
+ can be sent through Dec. 17 to: Eloise Chicharello, director, Navajo Regional
460
+ Office, Bureau of Indian Affairs, P.O. Box 1060, Gallup, N.M., 87305.
461
+
462
+ Buena Vista voters repeal RGI
463
+
464
+ One of the poster children for Durango''s proposed Responsible Growth Initiative
465
+ has gone away. On Nov. 2, Buena Vista voters repealed an initiative that required
466
+ a popular vote for large annexations. It had been in existence for five years
467
+ and touted as a success story by proponents of Durango''s similar measure, which
468
+ was also rejected by voters Nov. 2.
469
+
470
+ Buena Vista resident Randy Loback told the Denver Post that easing development
471
+ restrictions was the only way to keep the town from dying. Loback noted that residents,
472
+ "used to be concerned about what''s affecting them now. I think a lot of people
473
+ have turned their thoughts to the long term. What''s good for their kids?"
474
+
475
+ In particular, Buena Vista residents were interested in boosting sales tax revenues
476
+ by attracting commercial properties. The Post noted that residents have realized
477
+ that the summer tourism economy is not enough for Buena Vista.
478
+
479
+ "We have young people graduating who have to move because there''s very little
480
+ here in terms of finding jobs that can pay for you to live," said Mayor Sharyle
481
+ Solis.
482
+
483
+ Public lands "passport" in works
484
+
485
+ Bikers, hikers and all users of public lands may have to start carrying a "passport"
486
+ when they recreate. An Ohio congressman has successfully pushed a measure through
487
+ Congress that would require members of the public to purchase an "America the
488
+ Beautiful" pass to recreate on all land managed by the Forest Service, Bureau
489
+ of Land Management, U.S. Fish & Wildlife Service, and Bureau of Reclamation.
490
+
491
+ Ralph Regula, R-Ohio, succeeded in attaching his bill as a rider to the giant
492
+ Omnibus Appropriations Bill recently enacted in the lame duck session of Congress.
493
+ The bill was never passed by the House and was never introduced, given a hearing
494
+ or voted upon in the Senate. Omnibus bills are considered "must pass" legislation
495
+ because of the potential for a government shutdown.
496
+
497
+ Regula''s bill, HR 3283, allows the federal land management agencies to charge
498
+ access fees for recreational use of public lands by the general public. The bill
499
+ has been highly controversial and is opposed by hundreds of organizations, state
500
+ legislatures, county governments and members of the public.
501
+
502
+ "This was a victory of pork over principle," said Robert Funkhouser, president
503
+ of the Western Slope No-Fee Coalition. "Ralph Regula is responsible for the first
504
+ tax increase of the Bush administration."
505
+
506
+ The Regula bill will go into effect when Fee Demo expires at the beginning of
507
+ fiscal year 2005 unless the new congress acts to derail it. Failure to carry the
508
+ pass will be a criminal offense punishable by up to $5,000 and/or six months in
509
+ jail. The America the Beautiful Pass is expected to cost between $85 and $100
510
+ annually.
511
+
512
+ "This is an abuse of position by Congressman Regula" according to Funkhouser.
513
+ "Changing public land policy in the middle of the night via a rider is despicable.
514
+ Once again the congressman has proven to be hostile to rural and Western values
515
+ and will stop at nothing to push his agenda."
516
+
517
+ Fugitive pot grower nabbed
518
+
519
+ Members of the Southwest Drug Task Force recently concluded a three-year investigation
520
+ with the arrest of former La Plata County resident Edward Pole. Pole was arrested
521
+ on Thursday in Humble, Texas, after evading officers since December 2001. Pole
522
+ was involved with a "sophisticated" marijuana cultivation operation located at
523
+ the La Plata County home of Lynn Crandall. Crandall and Pole had been charged
524
+ in U.S. District Court with charges related to conspiracy to manufacture marijuana,
525
+ conspiracy to distribute marijuana and money laundering.
526
+
527
+ According to investigators, Pole is believed to have traveled to Canada, Panama
528
+ and Costa Rica after learning about the December 2001 bust. The task force was
529
+ able to locate Pole in Texas after he re-entered the United States several months
530
+ ago.
531
+
532
+ The Southwest Drug Task Force is a multi-jurisdictional investigative body comprised
533
+ of the La Plata County Sheriffs Office, Ignacio Police Department and the Colorado
534
+ Bureau of Investigation. The Southwest Drug Task Force routinely files criminal
535
+ cases in both Colorado State Court and the U.S. Federal Court System.
536
+
537
+ - compiled by Will Sands
538
+
539
+ | NEWS | SECOND
540
+
541
+ SECTION | OPINION
542
+
543
+ | CLASSIFIEDS |
544
+
545
+ SEARCH | CONTACT
546
+
547
+ US ON
548
+
549
+ THE TOWN | ARCHIVES
550
+
551
+ Telegraph
552
+
553
+ telegraph@dividedskydesign.com
554
+
555
+ | NEWS | SECOND
556
+
557
+ SECTION | OPINION
558
+
559
+ | CLASSIFIEDS |
560
+
561
+ SEARCH | CONTACT
562
+
563
+ US ON
564
+
565
+ THE TOWN | ARCHIVES
566
+
567
+ Telegraph
568
+
569
+ telegraph@dividedskydesign.com'
570
+ sentences:
571
+ - What were the goals of the Better Buildings Neighborhood Program developed by
572
+ the U.S. Department of Energy?
573
+ - What is the estimated energy generation capacity of the proposed Desert Rock Project
574
+ power plant?
575
+ - What is the purpose of the Female Foundry Accelerator Programme by Dentsu Aegis
576
+ Network?
577
+ - source_sentence: 'Early this year, there was a buzz on Motorola inviting T-Mobile
578
+ Moto X owners to take part in a soak test for possible future update. Motorola
579
+ seemed skeptical in disclosing facts at that point of time but since Moto G was
580
+ recently upgraded to Android 4.4.2; enthusiasts anticipated the same for T-Mobile
581
+ Moto X. And it turned out to be true.
582
+
583
+ News Update
584
+
585
+ This T-Mobile version of Moto X is now receiving the upgrade which is a file size
586
+ of 147.6 MB. The Android 4.4.2 is the latest version of KitKat that includes all
587
+ the goodies from the earlier installments, plus a few additions. The good news
588
+ is, Motorola has customized the whole package and made a few tweaks into the update.
589
+ The Software Version bumped to 161.44.25 and the notable changes are listed as
590
+ below:
591
+
592
+ - It added substantial support for services like printing photos, Google Docs,
593
+ Gmail messages and other such content via Wi-Fi, Bluetooth and hosted services
594
+ such as HP ePrinters and Google Cloud Print.
595
+
596
+ - It fixed all the bugs identified during the preliminary runs, including the
597
+ ones that caused a few users to experience short battery life after upgrading
598
+ to KitKat.
599
+
600
+ - Another bug that caused delays in synchronizing email services like Microsoft
601
+ Exchange was resolved, thus adding to the convenience of the user.
602
+
603
+ This is a noteworthy upgrade, considering the fact that bugs and errors were fixed.
604
+ Mobile addicts across the world will rejoice, for they can experience the smartness
605
+ of Android KitKat flawlessly in their devices. This is significant development
606
+ in terms of update.
607
+
608
+ This variant is an unlocked GSM device so chances are, you can use it on networks
609
+ of other service providers. In all probability, the update should not be affected
610
+ and the installation should hardly take much time. The T-Mobile Moto X Android
611
+ update is now available for manual download. It is accessible in the following
612
+ sequential way:
613
+
614
+ - Click on Settings
615
+
616
+ - Click on About Phone
617
+
618
+ - Click on System Updates
619
+
620
+ - Click on Download
621
+
622
+ Recommendations
623
+
624
+ For ensuring a successful installation, it is highly recommended to install this
625
+ update with at least 50% battery and a strong connectivity; preferably Wi-Fi.
626
+ Follow the notification message and select download-> once the download is over,
627
+ select Install-> Once the installation is over, and the phone will automatically
628
+ restart. This marks the completion of the installation process. The phone is now
629
+ updated to 161.44.25 – This build is same as the soak test.
630
+
631
+ This upgrade is free in the carrier network and Motorola and Google has collaborated
632
+ for a back up service for those in trouble. In case of distress, a user can contact
633
+ them through the Moto X web interface and avail the service. There is still no
634
+ news on other carrier variants of this update but we can safely hope that it will
635
+ roll out very soon. Though the upgrade doesn’t appeal in terms of version number
636
+ but it is definitely significant for users to live with the latest KitKat.'
637
+ sentences:
638
+ - What are some of the notable changes in the T-Mobile Moto X update?
639
+ - Who is the editor of "The Routledge Handbook of Tourism Geographies"?
640
+ - What are the common features of the Quince Hand Lotion as described by the reviewers?
641
+ ---
642
+
643
+ # SentenceTransformer based on BAAI/bge-base-en-v1.5
644
+
645
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5). 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.
646
+
647
+ ## Model Details
648
+
649
+ ### Model Description
650
+ - **Model Type:** Sentence Transformer
651
+ - **Base model:** [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) <!-- at revision a5beb1e3e68b9ab74eb54cfd186867f64f240e1a -->
652
+ - **Maximum Sequence Length:** 512 tokens
653
+ - **Output Dimensionality:** 768 tokens
654
+ - **Similarity Function:** Cosine Similarity
655
+ <!-- - **Training Dataset:** Unknown -->
656
+ <!-- - **Language:** Unknown -->
657
+ <!-- - **License:** Unknown -->
658
+
659
+ ### Model Sources
660
+
661
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
662
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
663
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
664
+
665
+ ### Full Model Architecture
666
+
667
+ ```
668
+ SentenceTransformer(
669
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
670
+ (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
671
+ (2): Normalize()
672
+ )
673
+ ```
674
+
675
+ ## Usage
676
+
677
+ ### Direct Usage (Sentence Transformers)
678
+
679
+ First install the Sentence Transformers library:
680
+
681
+ ```bash
682
+ pip install -U sentence-transformers
683
+ ```
684
+
685
+ Then you can load this model and run inference.
686
+ ```python
687
+ from sentence_transformers import SentenceTransformer
688
+
689
+ # Download from the 🤗 Hub
690
+ model = SentenceTransformer("aritrasen/bge-base-en-v1.5-finetuned_ragds")
691
+ # Run inference
692
+ sentences = [
693
+ 'Early this year, there was a buzz on Motorola inviting T-Mobile Moto X owners to take part in a soak test for possible future update. Motorola seemed skeptical in disclosing facts at that point of time but since Moto G was recently upgraded to Android 4.4.2; enthusiasts anticipated the same for T-Mobile Moto X. And it turned out to be true.\nNews Update\nThis T-Mobile version of Moto X is now receiving the upgrade which is a file size of 147.6 MB. The Android 4.4.2 is the latest version of KitKat that includes all the goodies from the earlier installments, plus a few additions. The good news is, Motorola has customized the whole package and made a few tweaks into the update. The Software Version bumped to 161.44.25 and the notable changes are listed as below:\n- It added substantial support for services like printing photos, Google Docs, Gmail messages and other such content via Wi-Fi, Bluetooth and hosted services such as HP ePrinters and Google Cloud Print.\n- It fixed all the bugs identified during the preliminary runs, including the ones that caused a few users to experience short battery life after upgrading to KitKat.\n- Another bug that caused delays in synchronizing email services like Microsoft Exchange was resolved, thus adding to the convenience of the user.\nThis is a noteworthy upgrade, considering the fact that bugs and errors were fixed. Mobile addicts across the world will rejoice, for they can experience the smartness of Android KitKat flawlessly in their devices. This is significant development in terms of update.\nThis variant is an unlocked GSM device so chances are, you can use it on networks of other service providers. In all probability, the update should not be affected and the installation should hardly take much time. The T-Mobile Moto X Android update is now available for manual download. It is accessible in the following sequential way:\n- Click on Settings\n- Click on About Phone\n- Click on System Updates\n- Click on Download\nRecommendations\nFor ensuring a successful installation, it is highly recommended to install this update with at least 50% battery and a strong connectivity; preferably Wi-Fi. Follow the notification message and select download-> once the download is over, select Install-> Once the installation is over, and the phone will automatically restart. This marks the completion of the installation process. The phone is now updated to 161.44.25 – This build is same as the soak test.\nThis upgrade is free in the carrier network and Motorola and Google has collaborated for a back up service for those in trouble. In case of distress, a user can contact them through the Moto X web interface and avail the service. There is still no news on other carrier variants of this update but we can safely hope that it will roll out very soon. Though the upgrade doesn’t appeal in terms of version number but it is definitely significant for users to live with the latest KitKat.',
694
+ 'What are some of the notable changes in the T-Mobile Moto X update?',
695
+ 'Who is the editor of "The Routledge Handbook of Tourism Geographies"?',
696
+ ]
697
+ embeddings = model.encode(sentences)
698
+ print(embeddings.shape)
699
+ # [3, 768]
700
+
701
+ # Get the similarity scores for the embeddings
702
+ similarities = model.similarity(embeddings, embeddings)
703
+ print(similarities.shape)
704
+ # [3, 3]
705
+ ```
706
+
707
+ <!--
708
+ ### Direct Usage (Transformers)
709
+
710
+ <details><summary>Click to see the direct usage in Transformers</summary>
711
+
712
+ </details>
713
+ -->
714
+
715
+ <!--
716
+ ### Downstream Usage (Sentence Transformers)
717
+
718
+ You can finetune this model on your own dataset.
719
+
720
+ <details><summary>Click to expand</summary>
721
+
722
+ </details>
723
+ -->
724
+
725
+ <!--
726
+ ### Out-of-Scope Use
727
+
728
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
729
+ -->
730
+
731
+ <!--
732
+ ## Bias, Risks and Limitations
733
+
734
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
735
+ -->
736
+
737
+ <!--
738
+ ### Recommendations
739
+
740
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
741
+ -->
742
+
743
+ ## Training Details
744
+
745
+ ### Training Dataset
746
+
747
+ #### Unnamed Dataset
748
+
749
+
750
+ * Size: 9,598 training samples
751
+ * Columns: <code>positive</code> and <code>anchor</code>
752
+ * Approximate statistics based on the first 1000 samples:
753
+ | | positive | anchor |
754
+ |:--------|:--------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
755
+ | type | string | string |
756
+ | details | <ul><li>min: 172 tokens</li><li>mean: 467.87 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 18.68 tokens</li><li>max: 43 tokens</li></ul> |
757
+ * Samples:
758
+ | positive | anchor |
759
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------|
760
+ | <code>Caption: Tasmanian berry grower Nic Hansen showing Macau chef Antimo Merone around his property as part of export engagement activities.<br>THE RISE and rise of the Australian strawberry, raspberry and blackberry industries has seen the sectors redouble their international trade focus, with the release of a dedicated export plan to grow their global presence over the next 10 years.<br>Driven by significant grower input, the Berry Export Summary 2028 maps the sectors’ current position, where they want to be, high-opportunity markets and next steps.<br>Hort Innovation trade manager Jenny Van de Meeberg said the value and volume of raspberry and blackberry exports rose by 100 per cent between 2016 and 2017. She said the Australian strawberry industry experienced similar success with an almost 30 per cent rise in export volume and a 26 per cent rise in value to $32.6M over the same period.<br>“Australian berry sectors are in a firm position at the moment,” she said. “Production, adoption of protected substrate cropping, improved genetics and an expanding geographic footprint have all helped put Aussie berries on a positive trajectory.<br>“We are seeing a real transition point. Broad industry interest and a strong commercial appetite for export market development combined with the potential to capitalise on existing trade agreements and build new trade partnerships has created this perfect environment for growth.”<br>High-income countries across Europe, North America and Northern Asia have been identified as having a palate for Australian grown berries with more than 4244 tonnes of fresh berries exported in the last financial year alone.<br>The strategy identified the best short-term prospect markets for the Australian blackberry and raspberry industry as Hong Kong, Singapore, The United Arab Emirates and Canada. The strongest short-term trade options identified for the strawberry sector were Thailand, Malaysia, New Zealand and Macau.<br>The strategy focuses heavily on growing the existing strawberry export market from 4 per cent to at least 8 per cent of national production by volume, in markets with a capacity and willingness to pay a premium for quality fruit. For raspberries and blackberries, the sectors aim to achieve a 5 per cent boost in exports assessed by volume across identified markets by 2021.<br>Tasmanian raspberry exporter Nic Hansen said Australia offers some of the sweetest and most attractive berries in the world, and this combined with our stringent food safety standards across all stages of the supply chain puts growers in a solid position.<br>“We have a great product, we are hungry to expand trade and now with this new plan in place, we have a clear roadmap towards driving growth,” Mr Hansen said.<br>He said it is exciting to see new export market prospects for raspberries: “The more options we have for export the better. Now we just have to get on with the job of ensuring industry has all the tools it needs, such as supporting data and relationship building opportunities, to thrive in new markets.”<br>This project was commissioned by Hort Innovation, and developed by market analysts and research consultants Auspex Strategic Advisory and AgInfinity. Hort Innovation will work now with berry sectors to determine levy-funded activities to support trade.<br>See a summary of the strategy on the Hort Innovation website.<br>For more information on the berry industries, refer to the Horticulture Statistics Handbook and the Strategic Investment Plans for strawberries, raspberries and blackberries. Growers seeking more information should email trade@horticulture.com.au</code> | <code>What is the Berry Export Summary 2028 and what is its purpose?</code> |
761
+ | <code>RWSN Collaborations<br>Southern Africa Self-supply Study Review of Self-supply and its support services in African countries<br>A lady in Zimbabwe proudly shows off her onions - watered from her self-supply well<br>© 2015 André Olschewski • Skat<br>Project starts: 2015<br>Project finished: 2016<br>Collaborators & Partners:.<br>Project Description<br>UNICEF and Skat have collaborated on a).<br>Perspectives<br>Reach and benefits:<br>- Self-supply is practised by millions of rural households in Sub-Sahara Africa as well as in Europe, USA and other areas of the world.<br>- Benefits reported from having access to Self-supply water sources include convenience, less time spent for fetching water and access to more and better quality water. In some areas, Self-supply sources offer important added values such as water for productive use, income generation, family safety and improved food security.<br>- Sustainability of services from Self-supply is high as there is strong ownership by people investing in own sources.<br>- As Self-supply sources are shared sources, many people, including poor and vulnerable households, benefit from investments in Self-supply, often at no costs. This means that Self-supply can be effective in reaching the hard-to-reach.<br>- For millions of people in rural areas of Africa, supported Self-supply will be the most cost effective service delivery model to provide access to safe water. This also includes those parts of the population which actually have poor access as they e.g. cannot afford water from communal supplies.<br>- However, in areas where external support for Self-supply is lacking, only marginal improvements can usually be achieved, and the quality of services is lower than in areas where a dedicated support effort was made.<br>Costs and business model for supported Self-supply<br>- In many rural contexts, supported Self-supply is the most cost effective approach for water service delivery. However, as it is not applicable in all contexts, a blended approach combining communal water supply and supported Self-supply models should be followed.<br>- Based on a Life Cycle Cost (LCC) analysis of different service delivery approaches, the LCC for communal supplies are about 40 US$/capita served in the study countries, whereas the LCC for supported Self-supply is about 10 U$/capita.<br>- In sparsely populated areas, communal supplies (e.g. handpumps) are even more costly (up to 100 U$/capita served) as only few people can be served with one additional unit. Serving all rural people with communal supply is therefore not financially viable.<br>- Considering the applicability of Self-supply technologies, in Zambia and Zimbabwe, the cost saving of following a blended approach using both communal supplies and supported Self-supply is almost 50% of the total LCC for reaching 100% of the population by 2030. These cost savings are equivalent to more than 330 million US$ in Zambia and more than 260 million US$ in Zimbabwe.<br>Support services needed<br>- Supported Self-supply is a service delivery model putting support services in place to improve Self-supply, so it is not about a particular technology.<br>- Supported Self-supply is aligned with the Human Rights to Water and Sanitation, which allows a progressive realisation of the universal access to safe water. However, supported Self-supply is not a way to exempt government from its duties: Government has specific roles to play to ensure that everybody will have access to safe water finally.<br>- To sustain and to take Self-supply to scale there is need for contextualised support as well as long-term engagement, capacity development at all levels, M&E and technical support, reliable funding and learning and sharing.<br>- Interministerial cooperation and champions within government agencies are needed to ensure sustainable embedding and for taking Self-supply further, particularly in remote rural areas.<br>- There is no-one-size-fits-all solution for supported Self-supply – for each programme, it needs a contextualized design and follow-up to achieve desired impact.<br>- Hygiene promotion, including Household Water Treatment and Safe Storage (HWTS), is highly recommended for any non-piped water supply services, including Self-supply water sources.<br>- The huge potential for substantially improving the level of water supply for millions of people in rural areas should be accessed through supported Self-supply. Some countries have endorsed supported Self-supply as service delivery model, such as Zimbabwe or Sierra Leone, and in Ethiopia, Self-supply is now being scaled up at national level.<br>More Information<br>» Review of Self-supply and its support services in African countries: Synthesis Report).</code> | <code>What are some of the benefits reported from having access to Self-supply water sources?</code> |
762
+ | <code>All Android applications categories<br>Description<br>Coolands for Twitter is a revolutionary twitter client. It has many unique features, gives you the best mobile twitter experience you never imagined before.<br>The first unique feature is Real-Time.<br>You can’t find any refresh button in this app, because you absolutely don’t need to. Every time you open it, you’ll get the latest tweets and while you’re reading, you’ll get incoming tweets in Real-Time. So if your friend mentioned you, you can reply instantly.<br>The second unique feature is Avatar Indicator.<br>Avatar Indicator is small avatars showed on the title bar to indicate that you’ve got new message/tweet/mention. Since it’s real-time, you’ll keep getting incoming tweets while you’re reading your older timeline, Avatar-Indicator will let you know who’s tweet you’ve just got, and decide whether to check it out right away.<br>The third unique feature is Direct Link<br>I think it is obviously the most intuitive and convenient way to open a link. When you want to open a link, just click it in the time line . You can also click a username to open a profile window, click a hash tag to open a search result window. Different kind of links displayed in different colors, you can change it to whatever color you like.<br>The fourth unique feature is Smart Bookmark<br>Have you ever experienced this scenario? When you are reading your home timeline, the app notified you that you’ve got some new tweets, you click “go-to-top” button to read the newest tweets, and then you want to get back to the previous position to continue your reading. How can you do this? In other twitter clients you have to scroll down all the way to find where you were, a lot of time wasted. But in this app, “go-to-top” button will appear when you scrolling up, click it, you can got to top, read the newest tweets. After that when you scrolling down, Smart Bookmark button will appear at the corner. Click it, you can get back to exactly where you were.<br>The fifth unique feature is User Level Notification<br>Notification for all your new tweets is meaningless, if you following more than a few users, you’ll get new tweets all the time. What if you only want to be notified when someone you most care about posted a new tweet? In this app, it’s easy. You can change your friend’s notification setting directly in his/her profile screen. You can also set different notification ringtone for your friends respectively. So when you heard a notification ringtone, you’ll know who he/she is without the need to open your phone. And you can manage all the enabled User-Level-Notification settings in one place.<br>Also has most of the basic twitter client features, like post/delete tweets, retweet, retweet with comment, reply, quote, send/delete direct message, subscribe/unsubscribe lists, follow/unfollow user, multiple accounts support, append picture with your tweets, mention auto complete, recent search auto complete, conversation view.<br>Please give me feedbacks if you have tried it, and I PROMISE to reply all your emails.<br>1.30-1.36 update:<br>*Ad-Free.<br>*3 times faster when launching and loading older tweets.<br>*Support unlimited accounts rather than 3 accounts.<br>*Support notifications for all accounts rather than only for the current account.<br>*Improved mention suggestion feature.<br>*Use URL link to do RT with comment, so you can comment more characters.<br>*Conversation view, click the orange(you can change the color) username in replied tweet to show conversation view.<br>*Support longer tweet, longer tweet will be converted to a picture automatically. You really should try it out your self.<br>*Refined tweet composing view, to support longer tweet.<br>*Support handle text shared by other app.<br>from 103 reviews<br>Download Coolands for Twitter<br>Free - V1.38 - 298K<br>Sorry ...<br>This app is no longer available.<br>Share this app<br>Screenshots</code> | <code>What are the unique features of the Coolands for Twitter app?</code> |
763
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
764
+ ```json
765
+ {
766
+ "scale": 20.0,
767
+ "similarity_fct": "cos_sim"
768
+ }
769
+ ```
770
+
771
+ ### Evaluation Dataset
772
+
773
+ #### Unnamed Dataset
774
+
775
+
776
+ * Size: 500 evaluation samples
777
+ * Columns: <code>positive</code> and <code>anchor</code>
778
+ * Approximate statistics based on the first 1000 samples:
779
+ | | positive | anchor |
780
+ |:--------|:--------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
781
+ | type | string | string |
782
+ | details | <ul><li>min: 188 tokens</li><li>mean: 460.02 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 10 tokens</li><li>mean: 18.91 tokens</li><li>max: 39 tokens</li></ul> |
783
+ * Samples:
784
+ | positive | anchor |
785
+ |:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|
786
+ | <code>Perhaps Not such a Good Idea<br>I have found trying to run a blog is very time-consuming, and there are other calls on my time. I think it has been demonstrated that if enough people are unable to self-moderate, the nuggets of interest are swamped by the rubbish. Sadly I agree with Mark Frank's assessment. I had hoped more thread topics would be proposed nothing has been suggested by anyone for a while.<br>My personal view is that, considering DaveScot's generally perceived blog persona, I have to admit that he hasn't been (on this site) quite the unmitigated disaster predicted. John Davison, on the other hand has conformed perfectly to predictions, which is a shame, but his choice.<br>I am happy to let things run for a while, but would like to hear from anyone who has a suggestion for a thread topic. Post here or in the suggestions thread<br>23 comments:<br>How about an "ID: show me the research" thread?<br>OK Rich, put some meat on the bones and I'll paste it.<br>Of course I have. I have no respect for you or your cronies from Psnda's Thumb. What did you expect kudos? What do you want another thread for? No one has even attempted to answer my four challenges yet. You know why? I do. It is because they can't, because everything you and your Darwimpian cronies stand for is a myth, an illusion and a hoax. That's why. You might as well close down this flame pit while you are behind as it isn't going anywhere.<br>It is hard to believe isn't it?<br>I love it so!<br>" "How about an "ID: show me the research" thread? "<br>Alan Fox said...<br>OK Rich, put some meat on the bones and I'll paste it. "<br>Why is there no ID research, even on Dembski's blog?<br>Why does ID consist solely of an opinion that some parts of human biology are designed?<br>How would IDers actually prove that some parts of human biology are in fact designed?<br>Expand a bit on the theme, Wonderpants and I'll start a thread if you like.<br>"My personal view is that, considering DaveScot's generally perceived blog persona, I have to admit that he hasn't been (on this site) quite the unmitigated disaster predicted. "<br>At a guess, it's because he can't duck or delete awkward subjects. I note from skimming through the threads though that he's been rather selective as to which ones he posts in, namely the ones that don't pose awkward ID questions. ;-)<br>Well, we can't torture a confession out of him. As Lenny points out frequently, an absence of an answer is in itself an answer. What about a thread from you, entitled " My awkard questions for DaveScot"?<br>I'm not sure how much meat can be put on the bones of a non-existent project, but here's my thought:<br>I would really like to hear about actual research projects that can be / are being done. Without knowing of any that are running currently, I'm not sure if it would be a good thread to start, but maybe you could ask for ideas.<br>It could be a thread dedicated to lab experiments. If X is designed, we will find Y. Here's how we find Y in the lab. Then we watch for the landslide of X and Y that get suggested and, of course, the methods that actually find these things.<br>Why would they start posting it now, though, after years of keeping it secret?<br>JAD: I have no respect for you or your cronies from Psnda's Thumb.<br>Which raises the obvious question of why you hang around in forums like this. Why not submit your work to a technical journal where real scientists will read it?<br>Well, unless and until Wonderpants or Blipey want to expand on it, I have framed a thread along the line suggested.<br>I think a good thread would be "Place A Vote For or Against the Banning of Professor Emeritus John Davison".<br>I invade the ephemeral meaningless world of cyberdom for amusement on the outside chance that I might find a rational mind once in a while, one like johndarius for example. Mostly I encounter mentally impaired ideologues with IQs in the room temperature range or hostile, rabid, certifiably deranged schizophrenic sociopaths like Spravid Dinger. This particular blog seems to be blessed with both varieties.<br>Naturally -<br>I love it so!<br>I'll try and think of something tomorrow.<br>Been watching the footie tonight.<br>Props to France for winning aghainst Spain, Alan.<br>Ah, the World Cup. Something else Mrs Fox and I disagree on. Yes there would have been a few glum faces at work tomorrow. Now if only France can beat Brazil, and England beat Portugal.<br>JAD, you didn't answer my second question: Why not submit your work to a technical journal where real scientists will read it?<br>Why would real scientists want to read the nonsensical ramblings of a pseudoscientist?<br>Give me a shout if you need some "help."<br>Naturally -<br>I love it so!<br>But JAD won't publish in a scientific journal any longer. According to his second post, we can assume that he visits Nature's website "for amusement on the outside chance that [he] might find a rational mind once in a while, one like a [creationist] for example. Mostly [he] encounters mentally impaired [evolutionary biologists] "<br>I can't think of a single great scientist who wouldn't describe himself as a creationist, not one. Can anyone?<br>I love it so!<br>Democritus, Sagan, Darwin, Edison, Feynman, Curie, just to name a handful.<br>Of course, they never managed to publish in Rivista... [snicker]<br>Feynman once described scientific discovery as a religious experience. I agree entirely as I have had the same experience. That anyone could describe Darwin as a scientist is unthinkable. I didn't know that about Curie and tend not to accept it without some documentation.<br>I love it so!<br>What a sad little weasel you are. Feynman was an avowed atheist. Curie was raised Catholic but became an atheist on the death of her mother. Darwin was 100 times the scientist you are.<br>Creationism is all but dead among true scientists; critical inquiry is poison to that superstitious twaddle.</code> | <code>What is the author's personal view on DaveScot's blog persona?</code> |
787
+ | <code>Age reduction Academic atmosphere Beef tendon bottom Straight buckle low-heel cowhide Lefu shoes Mary Jane shoes Spring and summer Women's shoes 0.73<br>ins Chaopai shoes Women's Shoes Academic atmosphere Versatile Graffiti Frenulum gym shoes Harajuku leisure time Hip hop jointly skate shoes<br>Air force one Men's shoes Low Gang summer skate shoes student Korean version Versatile leisure time gym shoes female Reflection Little white shoes<br>autumn Clover ozweego Daddy shoes Jackson Yi Same men and women Reflection motion Running shoes EE6999<br>Retro Britain Square head Frenulum Color matching motion Casual shoes 2021 new pattern Versatile Flat bottom Elastic band Little white shoes female<br>Thick bottom British style Small leather shoes Women's shoes 2021 new pattern Big square head Spring and Autumn Lefu Autumn shoes black Single shoes<br>U.S.A quality goods Jeffrey Campbell temperament crude high-heeled dollskill Buckles Low top shoes female widow<br>quality goods Clover ozweego Black Warrior Dad Running shoes Night Walker Retro Men's Shoes Reflection increase Women's Shoes tide<br>Internet celebrity Daddy shoes female 2021 summer new pattern ventilation comfortable leisure time gym shoes Retro Thick bottom increase Single shoes tide<br>Sao Fen Paris Daddy shoes Three generations combination increase Thick bottom ins tide Single shoes Women's Shoes leisure time motion track3.0<br>Paris Home B Daddy shoes one three generation triple s Thick bottom increase men and women lovers leisure time motion Fashion shoes Dirty shoes<br>U.S.A quality goods Jeffrey Campbell temperament crude high-heeled dollskill Buckles Low top shoes female widow<br>D1G New products anniversary Graffiti high-heeled shoes Internet celebrity Show Sharp point Fine heel Women's shoes Europe Versatile Retro Women's Shoes<br>2021 Autumn and winter new pattern Low Gang Single shoes female genuine leather Flat bottom Frenulum Color matching motion Casual shoes male skate shoes tide<br>Little white shoes female Josiny Spring and summer 2021 new pattern Korean version Versatile Leisure fashion ventilation student Flat bottom gym shoes<br>European goods Forrest Gump Daddy shoes female tide 2021 autumn new pattern Small pretty waist gym shoes Frenulum Slope heel Single shoes Women's Shoes tide<br>【 goods in stock 】 devil sisters Sheep puff Lolita original Halloween Thick bottom Women's Shoes hottie high-heeled Women's Shoes<br>Zhou Yangqing Same 2021 Spring and summer new pattern Thick bottom Shoe of sponge cake motion leisure time lovers P family Daddy shoes female ins tide<br>20 new pattern Internet celebrity Sharp point Single shoes female high-heeled genuine leather Fine heel Shallow mouth sexy Bridesmaid Women's Shoes Wedding shoes 6cm 10cm</code> | <code>What type of shoes are mentioned as being suitable for both men and women?</code> |
788
+ | <code>I just started a new blog on my ultralight gear. My gear list in all it's glory is located on: each item of gear, I'm writing an in-depth review for the item and how we have used it. Would love to get feedback and the site and our gear and/or comments from people on how we can fine tune.Currently my wifes pack is 7.5 lbs base weight, and mine is 10.5 lbs.Thanks!-Brett<br>Edited by brettmarl on 09/09/2006 15:59:48 MDT.<br>Brett, Your BLOG looks good.You should put the size of your items where their is one such as pants, shoes, jacket etc. There is a golf like "handicap' for anyone that wears larger then size medium or size 9.5 shoe. Sure.I think you might recheck some of your math. Not sure but some totals look low. Don't trust the posted weightof gear, weigh it yourself if you haven't.Why is your pack list so heavy?<br>I agree, nice looking blog. Bill is right on listing the sizes, other than that....looks great!<br>Brett - nice list, and nice format!(One small typo: it currently says "Cloudburt" for the tent.)<br>Edited by slnsf on 09/09/2006 18:08:48 MDT.<br>Great site with good info. I'm trying to decide between the GoLite Infinity and Jam and I think after reading your blog, that the Jam should be plenty big.I'm interested to see what's in your first aid kit.Also, any issues with the water purification tablets? I currently use a MSR miniworks pump and I'm looking to lighten up...<br>At first I thought you might not be warm enough as I reviewed your North Cascade hike, then I recounted your layers. Very nice site! What I was a little confused about was the opening statement of getting four days of backpacking gear into a pack, yet at the bottom the food for two was estimated for three days. However I now understand that these are not mutually exclusive statements.<br>thanks for the feedback.i fixed the cloudburt typo (thanks), and the 4 vs. 3 days. ai also completed all my gear posts - including the innards of my first aid kit and my experiences with the MicroPUR tabs.the weights listed should be the ones that i weighed myself (unless, i've mis-typed in some areas)bill - you say to check my math with "Why is your pack list so heavy?". not sure what you are refering to here.great idea on including the sizes.<br>You must login to post.<br>MEMBERSHIP IS REQUIRED TO POST: You must be a Forum, Annual or Lifetime Member to post messages in the backpackinglight.com forums.<br>SUBSCRIBE NOW »</code> | <code>What are the base weights of the blogger's and his wife's packs?</code> |
789
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
790
+ ```json
791
+ {
792
+ "scale": 20.0,
793
+ "similarity_fct": "cos_sim"
794
+ }
795
+ ```
796
+
797
+ ### Training Hyperparameters
798
+ #### Non-Default Hyperparameters
799
+
800
+ - `eval_strategy`: steps
801
+ - `per_device_train_batch_size`: 10
802
+ - `per_device_eval_batch_size`: 10
803
+ - `num_train_epochs`: 5
804
+ - `warmup_ratio`: 0.1
805
+ - `fp16`: True
806
+ - `batch_sampler`: no_duplicates
807
+
808
+ #### All Hyperparameters
809
+ <details><summary>Click to expand</summary>
810
+
811
+ - `overwrite_output_dir`: False
812
+ - `do_predict`: False
813
+ - `eval_strategy`: steps
814
+ - `prediction_loss_only`: True
815
+ - `per_device_train_batch_size`: 10
816
+ - `per_device_eval_batch_size`: 10
817
+ - `per_gpu_train_batch_size`: None
818
+ - `per_gpu_eval_batch_size`: None
819
+ - `gradient_accumulation_steps`: 1
820
+ - `eval_accumulation_steps`: None
821
+ - `learning_rate`: 5e-05
822
+ - `weight_decay`: 0.0
823
+ - `adam_beta1`: 0.9
824
+ - `adam_beta2`: 0.999
825
+ - `adam_epsilon`: 1e-08
826
+ - `max_grad_norm`: 1.0
827
+ - `num_train_epochs`: 5
828
+ - `max_steps`: -1
829
+ - `lr_scheduler_type`: linear
830
+ - `lr_scheduler_kwargs`: {}
831
+ - `warmup_ratio`: 0.1
832
+ - `warmup_steps`: 0
833
+ - `log_level`: passive
834
+ - `log_level_replica`: warning
835
+ - `log_on_each_node`: True
836
+ - `logging_nan_inf_filter`: True
837
+ - `save_safetensors`: True
838
+ - `save_on_each_node`: False
839
+ - `save_only_model`: False
840
+ - `restore_callback_states_from_checkpoint`: False
841
+ - `no_cuda`: False
842
+ - `use_cpu`: False
843
+ - `use_mps_device`: False
844
+ - `seed`: 42
845
+ - `data_seed`: None
846
+ - `jit_mode_eval`: False
847
+ - `use_ipex`: False
848
+ - `bf16`: False
849
+ - `fp16`: True
850
+ - `fp16_opt_level`: O1
851
+ - `half_precision_backend`: auto
852
+ - `bf16_full_eval`: False
853
+ - `fp16_full_eval`: False
854
+ - `tf32`: None
855
+ - `local_rank`: 0
856
+ - `ddp_backend`: None
857
+ - `tpu_num_cores`: None
858
+ - `tpu_metrics_debug`: False
859
+ - `debug`: []
860
+ - `dataloader_drop_last`: False
861
+ - `dataloader_num_workers`: 0
862
+ - `dataloader_prefetch_factor`: None
863
+ - `past_index`: -1
864
+ - `disable_tqdm`: False
865
+ - `remove_unused_columns`: True
866
+ - `label_names`: None
867
+ - `load_best_model_at_end`: False
868
+ - `ignore_data_skip`: False
869
+ - `fsdp`: []
870
+ - `fsdp_min_num_params`: 0
871
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
872
+ - `fsdp_transformer_layer_cls_to_wrap`: None
873
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
874
+ - `deepspeed`: None
875
+ - `label_smoothing_factor`: 0.0
876
+ - `optim`: adamw_torch
877
+ - `optim_args`: None
878
+ - `adafactor`: False
879
+ - `group_by_length`: False
880
+ - `length_column_name`: length
881
+ - `ddp_find_unused_parameters`: None
882
+ - `ddp_bucket_cap_mb`: None
883
+ - `ddp_broadcast_buffers`: False
884
+ - `dataloader_pin_memory`: True
885
+ - `dataloader_persistent_workers`: False
886
+ - `skip_memory_metrics`: True
887
+ - `use_legacy_prediction_loop`: False
888
+ - `push_to_hub`: False
889
+ - `resume_from_checkpoint`: None
890
+ - `hub_model_id`: None
891
+ - `hub_strategy`: every_save
892
+ - `hub_private_repo`: False
893
+ - `hub_always_push`: False
894
+ - `gradient_checkpointing`: False
895
+ - `gradient_checkpointing_kwargs`: None
896
+ - `include_inputs_for_metrics`: False
897
+ - `eval_do_concat_batches`: True
898
+ - `fp16_backend`: auto
899
+ - `push_to_hub_model_id`: None
900
+ - `push_to_hub_organization`: None
901
+ - `mp_parameters`:
902
+ - `auto_find_batch_size`: False
903
+ - `full_determinism`: False
904
+ - `torchdynamo`: None
905
+ - `ray_scope`: last
906
+ - `ddp_timeout`: 1800
907
+ - `torch_compile`: False
908
+ - `torch_compile_backend`: None
909
+ - `torch_compile_mode`: None
910
+ - `dispatch_batches`: None
911
+ - `split_batches`: None
912
+ - `include_tokens_per_second`: False
913
+ - `include_num_input_tokens_seen`: False
914
+ - `neftune_noise_alpha`: None
915
+ - `optim_target_modules`: None
916
+ - `batch_eval_metrics`: False
917
+ - `eval_on_start`: False
918
+ - `batch_sampler`: no_duplicates
919
+ - `multi_dataset_batch_sampler`: proportional
920
+
921
+ </details>
922
+
923
+ ### Training Logs
924
+ | Epoch | Step | Training Loss | loss |
925
+ |:------:|:----:|:-------------:|:------:|
926
+ | 0.0521 | 50 | 0.1175 | - |
927
+ | 0.1042 | 100 | 0.079 | 0.0237 |
928
+ | 0.1562 | 150 | 0.0426 | - |
929
+ | 0.2083 | 200 | 0.0572 | 0.0136 |
930
+ | 0.2604 | 250 | 0.0571 | - |
931
+ | 0.3125 | 300 | 0.0455 | 0.0143 |
932
+ | 0.3646 | 350 | 0.0524 | - |
933
+ | 0.4167 | 400 | 0.0571 | 0.0226 |
934
+ | 0.4688 | 450 | 0.0407 | - |
935
+ | 0.5208 | 500 | 0.0354 | 0.0156 |
936
+ | 0.5729 | 550 | 0.0461 | - |
937
+ | 0.625 | 600 | 0.0356 | 0.0214 |
938
+ | 0.6771 | 650 | 0.0418 | - |
939
+ | 0.7292 | 700 | 0.0483 | 0.0167 |
940
+ | 0.7812 | 750 | 0.0322 | - |
941
+ | 0.8333 | 800 | 0.031 | 0.0135 |
942
+ | 0.8854 | 850 | 0.0658 | - |
943
+ | 0.9375 | 900 | 0.0503 | 0.0187 |
944
+ | 0.9896 | 950 | 0.0343 | - |
945
+ | 1.0417 | 1000 | 0.0288 | 0.0178 |
946
+ | 1.0938 | 1050 | 0.0169 | - |
947
+ | 1.1458 | 1100 | 0.0179 | 0.0167 |
948
+ | 1.1979 | 1150 | 0.0192 | - |
949
+ | 1.25 | 1200 | 0.0108 | 0.0167 |
950
+ | 1.3021 | 1250 | 0.0062 | - |
951
+ | 1.3542 | 1300 | 0.0037 | 0.0177 |
952
+ | 1.4062 | 1350 | 0.008 | - |
953
+ | 1.4583 | 1400 | 0.0029 | 0.0194 |
954
+ | 1.5104 | 1450 | 0.0021 | - |
955
+ | 1.5625 | 1500 | 0.0042 | 0.0160 |
956
+ | 1.6146 | 1550 | 0.0019 | - |
957
+ | 1.6667 | 1600 | 0.0113 | 0.0167 |
958
+ | 1.7188 | 1650 | 0.0017 | - |
959
+ | 1.7708 | 1700 | 0.0016 | 0.0136 |
960
+ | 1.8229 | 1750 | 0.0023 | - |
961
+ | 1.875 | 1800 | 0.0109 | 0.0212 |
962
+ | 1.9271 | 1850 | 0.0051 | - |
963
+ | 1.9792 | 1900 | 0.0013 | 0.0196 |
964
+ | 2.0312 | 1950 | 0.0017 | - |
965
+ | 2.0833 | 2000 | 0.0017 | 0.0234 |
966
+ | 2.1354 | 2050 | 0.0012 | - |
967
+ | 2.1875 | 2100 | 0.0016 | 0.0226 |
968
+ | 2.2396 | 2150 | 0.0007 | - |
969
+ | 2.2917 | 2200 | 0.0023 | 0.0239 |
970
+ | 2.3438 | 2250 | 0.0006 | - |
971
+ | 2.3958 | 2300 | 0.0006 | 0.0241 |
972
+ | 2.4479 | 2350 | 0.0006 | - |
973
+ | 2.5 | 2400 | 0.0005 | 0.0256 |
974
+ | 2.5521 | 2450 | 0.0004 | - |
975
+ | 2.6042 | 2500 | 0.0004 | 0.0251 |
976
+ | 2.6562 | 2550 | 0.0006 | - |
977
+ | 2.7083 | 2600 | 0.0004 | 0.0251 |
978
+ | 2.7604 | 2650 | 0.0005 | - |
979
+ | 2.8125 | 2700 | 0.0003 | 0.0240 |
980
+ | 2.8646 | 2750 | 0.0028 | - |
981
+ | 2.9167 | 2800 | 0.0014 | 0.0246 |
982
+ | 2.9688 | 2850 | 0.0004 | - |
983
+ | 3.0208 | 2900 | 0.0003 | 0.0217 |
984
+ | 3.0729 | 2950 | 0.0004 | - |
985
+ | 3.125 | 3000 | 0.0003 | 0.0220 |
986
+ | 3.1771 | 3050 | 0.0003 | - |
987
+ | 3.2292 | 3100 | 0.0004 | 0.0226 |
988
+ | 3.2812 | 3150 | 0.0003 | - |
989
+ | 3.3333 | 3200 | 0.0003 | 0.0245 |
990
+ | 3.3854 | 3250 | 0.0003 | - |
991
+ | 3.4375 | 3300 | 0.0003 | 0.0247 |
992
+ | 3.4896 | 3350 | 0.0002 | - |
993
+ | 3.5417 | 3400 | 0.0002 | 0.0240 |
994
+ | 3.5938 | 3450 | 0.0002 | - |
995
+ | 3.6458 | 3500 | 0.0002 | 0.0239 |
996
+ | 3.6979 | 3550 | 0.0002 | - |
997
+ | 3.75 | 3600 | 0.0003 | 0.0237 |
998
+ | 3.8021 | 3650 | 0.0002 | - |
999
+ | 3.8542 | 3700 | 0.0002 | 0.0234 |
1000
+ | 3.9062 | 3750 | 0.0003 | - |
1001
+ | 3.9583 | 3800 | 0.0002 | 0.0232 |
1002
+ | 4.0104 | 3850 | 0.0002 | - |
1003
+ | 4.0625 | 3900 | 0.0002 | 0.0235 |
1004
+ | 4.1146 | 3950 | 0.0002 | - |
1005
+ | 4.1667 | 4000 | 0.0002 | 0.0238 |
1006
+ | 4.2188 | 4050 | 0.0002 | - |
1007
+ | 4.2708 | 4100 | 0.0002 | 0.0241 |
1008
+ | 4.3229 | 4150 | 0.0002 | - |
1009
+ | 4.375 | 4200 | 0.0002 | 0.0248 |
1010
+ | 4.4271 | 4250 | 0.0002 | - |
1011
+ | 4.4792 | 4300 | 0.0002 | 0.0248 |
1012
+ | 4.5312 | 4350 | 0.0002 | - |
1013
+ | 4.5833 | 4400 | 0.0002 | 0.0248 |
1014
+ | 4.6354 | 4450 | 0.0002 | - |
1015
+ | 4.6875 | 4500 | 0.0002 | 0.0249 |
1016
+ | 4.7396 | 4550 | 0.0002 | - |
1017
+ | 4.7917 | 4600 | 0.0002 | 0.0247 |
1018
+ | 4.8438 | 4650 | 0.0002 | - |
1019
+ | 4.8958 | 4700 | 0.0002 | 0.0246 |
1020
+ | 4.9479 | 4750 | 0.0002 | - |
1021
+ | 5.0 | 4800 | 0.0002 | 0.0246 |
1022
+
1023
+
1024
+ ### Framework Versions
1025
+ - Python: 3.10.13
1026
+ - Sentence Transformers: 3.0.1
1027
+ - Transformers: 4.42.3
1028
+ - PyTorch: 2.1.2
1029
+ - Accelerate: 0.27.0
1030
+ - Datasets: 2.20.0
1031
+ - Tokenizers: 0.19.1
1032
+
1033
+ ## Citation
1034
+
1035
+ ### BibTeX
1036
+
1037
+ #### Sentence Transformers
1038
+ ```bibtex
1039
+ @inproceedings{reimers-2019-sentence-bert,
1040
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1041
+ author = "Reimers, Nils and Gurevych, Iryna",
1042
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1043
+ month = "11",
1044
+ year = "2019",
1045
+ publisher = "Association for Computational Linguistics",
1046
+ url = "https://arxiv.org/abs/1908.10084",
1047
+ }
1048
+ ```
1049
+
1050
+ #### MultipleNegativesRankingLoss
1051
+ ```bibtex
1052
+ @misc{henderson2017efficient,
1053
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1054
+ 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},
1055
+ year={2017},
1056
+ eprint={1705.00652},
1057
+ archivePrefix={arXiv},
1058
+ primaryClass={cs.CL}
1059
+ }
1060
+ ```
1061
+
1062
+ <!--
1063
+ ## Glossary
1064
+
1065
+ *Clearly define terms in order to be accessible across audiences.*
1066
+ -->
1067
+
1068
+ <!--
1069
+ ## Model Card Authors
1070
+
1071
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1072
+ -->
1073
+
1074
+ <!--
1075
+ ## Model Card Contact
1076
+
1077
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1078
+ -->
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BAAI/bge-base-en-v1.5",
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
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.42.3",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 30522
32
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.42.3",
5
+ "pytorch": "2.1.2"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": null
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb8b00163f48a36ead35072873e92f01603bf50ce32c4568263d96f35ee681d
3
+ size 437951328
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": true
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff