jdaviescmg commited on
Commit
b5968a2
1 Parent(s): aa2ac20

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,1458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: philschmid/bge-base-financial-matryoshka
3
+ datasets: []
4
+ language:
5
+ - en
6
+ library_name: sentence-transformers
7
+ metrics:
8
+ - cosine_accuracy
9
+ - dot_accuracy
10
+ - manhattan_accuracy
11
+ - euclidean_accuracy
12
+ - max_accuracy
13
+ pipeline_tag: sentence-similarity
14
+ tags:
15
+ - sentence-transformers
16
+ - sentence-similarity
17
+ - feature-extraction
18
+ - generated_from_trainer
19
+ - dataset_size:800
20
+ - loss:MatryoshkaLoss
21
+ - loss:ContrastiveLoss
22
+ widget:
23
+ - source_sentence: 'Information regarding ATM filings, also known as at the market
24
+ offerings, also known as equity distribution agreements, also known as (at-the-market)
25
+ offerings, also known as continuous offerings, also known as equity distribution
26
+ programs, also known as direct stock offerings. '
27
+ sentences:
28
+ - 'UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM
29
+
30
+ 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange
31
+
32
+ Act of 1934 Date of Report (Date of earliest event reported): August 21, 2024
33
+
34
+ ( August 16, 2024 ) SinglePoint Inc.
35
+
36
+
37
+ (Exact name of registrant as specified in
38
+
39
+ its charter) Nevada 000-53425 26-1240905 (State or other jurisdiction of
40
+
41
+ Incorporation) (Commission File Number) (IRS Employer Identification No.)
42
+
43
+
44
+ 3104
45
+
46
+ E Camelback Rd #2137 Phoenix , AZ 85016 (Address of principal executive
47
+
48
+ offices) (Zip Code) Registrant’s telephone number, including area code: ( 888
49
+
50
+ ) 682-7464 Not Applicable (Former name or former address, if changed since
51
+
52
+ last report.)Check the appropriate box below if the Form 8 K filing is
53
+
54
+ intended to simultaneously satisfy the filing obligation of the registrant
55
+
56
+ under any of the following provisions ( see General Instruction A.2.
57
+
58
+
59
+ below): ☐
60
+
61
+ Written communications pursuant to Rule 425 under the Securities Act (17 CFR
62
+
63
+ 230.425)☐ Soliciting material pursuant to Rule 14a-12 under the Exchange Act
64
+
65
+ (17 CFR 240.14a-12)☐ Pre commencement communications pursuant to Rule
66
+
67
+ 14d-2(b) under the Exchange Act (17 CFR 240.14d-2(b))☐ Pre commencement
68
+
69
+ communications pursuant to Rule 13e-4(c) under the Exchange Act (17 CFR
70
+
71
+ 240.13e-4(c))Securities registered pursuant to Section 12(b) of the Act:
72
+
73
+ Title of each class Trading Symbol(s) Name of each exchange on which
74
+
75
+ registered common stock, par value $0.0001 per share SING Cboe BZX Exchange,
76
+
77
+ Inc. Indicate by check mark whether the registrant is an emerging growth
78
+
79
+ company as defined in Rule 405 of the Securities Act of 1933 (§230.405 of this
80
+
81
+ chapter) or Rule 12b-2 of the Securities Exchange Act of 1934 (§240.12b-2 of
82
+
83
+ this chapter).Emerging growth company ☐ If an emerging growth company,
84
+
85
+ indicate by check mark if the registrant has elected not to use the extended
86
+
87
+ transition period for complying with any new or revised financial accounting
88
+
89
+ standards provided pursuant to Section 13(a) of the Exchange Act.'
90
+ - 'Between April 1, 2024, and June 30, 2024, 39,167 restricted stock
91
+
92
+ units of the Company issued under the 2022 Plan were canceled by the Board of
93
+
94
+ Directors.On April 2, 2024, the Company issued 5,000 shares of restricted
95
+
96
+ common stock to its officer under the 2022 Plan.On April 23, 2024, the
97
+
98
+ Company issued 159,167 shares of restricted common stock to its officers and
99
+
100
+ directors under the 2022 Plan in exchange for cancellation of all stock
101
+
102
+ options and restricted stock units held by officers and directors of the
103
+
104
+ Company.On April 30, 2024, 3,750 restricted stock units held by consultant
105
+
106
+ were converted into 3,750 shares of common stock of the Company in connection
107
+
108
+ with the services provided by the consultant.On June 4, 2024, MGO issued a
109
+
110
+ total of 182,868 shares of the Company’s restricted common stock to directors
111
+
112
+ and officers of the Company pursuant to the 2022 Plan.The stock options,
113
+
114
+ restricted stock units, and the common stock issued or issuable upon the
115
+
116
+ exercise of such options and restricted stock units as described in this
117
+
118
+ section were issued pursuant to written compensatory plans or arrangements
119
+
120
+ with our employees, consultants, officers and directors, in reliance on the
121
+
122
+ exemption from the registration requirements of the Securities Act provided by
123
+
124
+ Rule 701 promulgated under the Securities Act or the exemption set forth in
125
+
126
+ Section 4(a)(2) under the Securities Act and Regulation D promulgated
127
+
128
+ thereunder relative to transactions by an issuer not involving any public
129
+
130
+ offering.
131
+
132
+
133
+ All recipients either received adequate information about us or had
134
+
135
+ access, through employment or other relationships, to such information.ITEM
136
+
137
+ 3.'
138
+ - 'On August 17, 2022, a
139
+
140
+ registration statement (the “First Registration Statement”) was declared
141
+
142
+ effective to cover the resale of up to 633,333 shares of the Company’s common
143
+
144
+ stock comprised of (i) the 32,846 initial commitment shares, and (ii) up to
145
+
146
+ 600,486 that the Company has reserved for issuance and sale to Lincoln Park
147
+
148
+ under the 2022 Purchase Agreement from time to time from and after the date of
149
+
150
+ the prospectus.
151
+
152
+
153
+ The Company sold approximately 527,166 shares under the First
154
+
155
+ Registration Statement.On August 18, 2023, a second registration statement
156
+
157
+ (the “Second Registration Statement”) was declared effective to cover the
158
+
159
+ resale of up to an additional 1,500,000 shares of the Company’s common stock
160
+
161
+ that the Company reserved for issuance and sale to Lincoln Park under the 2022
162
+
163
+ Purchase Agreement from time to time.
164
+
165
+
166
+ The Company sold 150,000 shares under
167
+
168
+ the Second Registration Statement.
169
+
170
+
171
+ The Company cannot sell more shares than
172
+
173
+ registered under the Second Registration Statement under the 2022 Purchase
174
+
175
+ Agreement without registering additional shares.'
176
+ - source_sentence: 'Information regarding ATM filings, also known as at the market
177
+ offerings, also known as equity distribution agreements, also known as (at-the-market)
178
+ offerings, also known as continuous offerings, also known as equity distribution
179
+ programs, also known as direct stock offerings. '
180
+ sentences:
181
+ - 'Although the
182
+
183
+ Company has filed the Prospectus Supplement with the Securities and Exchange
184
+
185
+ Commission, the Company has no obligation to sell any Shares under the Equity
186
+
187
+ Distribution Agreements, and may at any time suspend the offering of Shares
188
+
189
+ under the Equity Distribution Agreements.
190
+
191
+
192
+ Actual sales will depend on a
193
+
194
+ variety of factors to be determined by the Company from time to time,
195
+
196
+ including, among others, market conditions, the trading price of the Shares
197
+
198
+ and determinations by the Company of its need for, and the appropriate sources
199
+
200
+ of, additional capital.The Equity Distribution Agreements contain customary
201
+
202
+ representations, warranties and agreements of the Company, conditions to
203
+
204
+ closing, indemnification rights and obligations of the parties and termination
205
+
206
+ provisions.The foregoing description is only a summary of the material
207
+
208
+ provisions of the Equity Distribution Agreements and does not purport to be
209
+
210
+ complete and is qualified in its entirety by reference to the full text of the
211
+
212
+ Form of Equity Distribution Agreements, filed as Exhibit 10.1 to this Current
213
+
214
+ Report on Form 8-K and incorporated by reference herein.A copy of the opinion
215
+
216
+ of Miles & Stockbridge P.C. relating to the legality of the issuance and sale
217
+
218
+ of the Shares pursuant to the Prospectus is attached as Exhibit 5.1 hereto.1
219
+
220
+ This Current Report on Form 8-K shall not constitute an offer to sell or a
221
+
222
+ solicitation of an offer to buy any securities, nor shall there be any sale of
223
+
224
+ these securities in any state or jurisdiction in which such an offer,
225
+
226
+ solicitation or sale would be unlawful prior to registration or qualification
227
+
228
+ under the securities laws of any such state or other jurisdiction.'
229
+ - 'During the six months ended June 30, 2023, we also received net
230
+
231
+ proceeds of $103 from the sale of shares of our common stock through the Maxim
232
+
233
+ Sales Agreement.Recent Accounting Pronouncements See Note 2, "Accounting
234
+
235
+ Policies," to our condensed consolidated financial statements included in this
236
+
237
+ Quarterly Report on Form 10-Q for a full description of recent accounting
238
+
239
+ pronouncements.ITEM 3.
240
+
241
+
242
+ QUANTITATIVE AND QUALITATIVE DISCLOSURES ABOUT MARKET
243
+
244
+ RISK.
245
+
246
+
247
+ Not applicable.ITEM 4.
248
+
249
+
250
+ CONTROLS AND PROCEDURES.
251
+
252
+
253
+ Evaluation of
254
+
255
+ Disclosure Controls and Procedures Our management (with the participation of
256
+
257
+ our Principal Executive Officer and Principal Accounting Officer) evaluated
258
+
259
+ the effectiveness of our disclosure controls and procedures (as defined in
260
+
261
+ Rules 13a-15(e) and 15d-15(e) under the Exchange Act), as of June 30, 2024.
262
+
263
+
264
+ Disclosure controls and procedures are designed to ensure that information
265
+
266
+ required to be disclosed by the Company in the reports it files or submits
267
+
268
+ under the Exchange Act is recorded, processed, summarized and reported on a
269
+
270
+ timely basis and that such information is accumulated and communicated to
271
+
272
+ management, including the Principal Executive Officer and the Principal
273
+
274
+ Accounting Officer, as appropriate, to allow timely decisions regarding
275
+
276
+ disclosure.
277
+
278
+
279
+ Based on this evaluation, our Principal Executive Officer and
280
+
281
+ Principal Accounting Officer concluded that these disclosure controls and
282
+
283
+ procedures are effective.Changes in Internal Control over Financial Reporting
284
+
285
+ There have been no changes in our internal control over financial reporting
286
+
287
+ (as defined in Rules 13a-15(f) under the Exchange Act) during the quarter
288
+
289
+ ended June 30, 2024, that have materially affected, or are reasonably likely
290
+
291
+ to materially affect, our internal control over financial reporting.'
292
+ - 'The Company maintained US Treasury bills with maturities of less than
293
+
294
+ three months and expects zero credit losses from these securities.
295
+
296
+
297
+ As a
298
+
299
+ result, the Company did not record an allowance for expected credit losses.Field:
300
+ Sequence; Type: Arabic; Name: PageNo 12 Field: /Sequence 5.
301
+
302
+
303
+ EQUITY
304
+
305
+ TRANSACTIONS IN THE THREE MONTHS ENDED JUNE 30, 2024 2022 At The Market
306
+
307
+ Offering Agreement with H.C. Wainwright & Co., LLC On March 24, 2022, we
308
+
309
+ entered into an At The Market Offering Agreement, or the 2022 ATM Agreement,
310
+
311
+ with H.C. Wainwright & Co., LLC, or Wainwright, which established an at-the-
312
+
313
+ market equity program pursuant to which we may offer and sell shares of our
314
+
315
+ common stock from time to time, as set forth in the 2022 ATM Agreement.
316
+
317
+
318
+ The
319
+
320
+ offering was registered under the Securities Act of 1933, as amended, or the
321
+
322
+ Securities Act, pursuant to our shelf registration statement on Form S-3
323
+
324
+ (Registration Statement No. 333-259909), as previously filed with the SEC and
325
+
326
+ declared effective on October 21, 2021.We filed a prospectus supplement,
327
+
328
+ dated March 24, 2022, with the SEC that provides for the sale of shares of our
329
+
330
+ common stock having an aggregate offering price of up to $ 15,000,000 , or the
331
+
332
+ 2022 ATM Shares.Under the 2022 ATM Agreement, Wainwright may sell the 2022
333
+
334
+ ATM Shares by any method permitted by law and deemed to be an “at the market
335
+
336
+ offering” as defined in Rule 415 promulgated under the Securities Act,
337
+
338
+ including sales made directly on the Nasdaq Capital Market, or on any other
339
+
340
+ existing trading market for the 2022 ATM Shares.
341
+
342
+
343
+ In addition, under the 2022
344
+
345
+ ATM Agreement, Wainwright may sell the 2022 ATM Shares in privately negotiated
346
+
347
+ transactions with our consent and in block transactions.
348
+
349
+
350
+ Under certain
351
+
352
+ circumstances, we may instruct Wainwright not to sell the 2022 ATM Shares if
353
+
354
+ the sales cannot be effected at or above the price designated by us from time
355
+
356
+ to time.
357
+
358
+
359
+ We are not obligated to make any sales of the 2022 ATM Shares under
360
+
361
+ the 2022 ATM Agreement.'
362
+ - source_sentence: 'Information regarding ATM filings, also known as at the market
363
+ offerings, also known as equity distribution agreements, also known as (at-the-market)
364
+ offerings, also known as continuous offerings, also known as equity distribution
365
+ programs, also known as direct stock offerings. '
366
+ sentences:
367
+ - 'We have
368
+
369
+ entered into an Equity Distribution Agreement with Oppenheimer & Co. Inc., or
370
+
371
+ the Sales Agent, under which we may offer and sell up to $60,000,000 of our
372
+
373
+ shares of common stock from time to time through our Sales Agent.
374
+
375
+
376
+ Sales of our
377
+
378
+ shares of common stock, if any, under this prospectus will be made by any
379
+
380
+ method that is deemed to be an “at-the-market offering” as defined in Rule
381
+
382
+ 415(a)(4) under the Securities Act or, if expressly authorized by us, in
383
+
384
+ privately negotiated transactions.Each time we wish to issue and sell our
385
+
386
+ shares of common stock under the Equity Distribution Agreement, we will notify
387
+
388
+ our Sales Agent of the maximum number of shares to be issued, the dates on
389
+
390
+ which such sales may be made, any limitation on the number of shares to be
391
+
392
+ sold in any one day and any minimum price below which sales may not be made.
393
+
394
+
395
+ Once we have instructed our Sales Agent, unless our Sales Agent declines to
396
+
397
+ accept the terms of such notice, our Sales Agent has agreed to use its
398
+
399
+ commercially reasonable efforts consistent with its normal trading and sales
400
+
401
+ practices to sell such shares up to the amount specified on such terms.The
402
+
403
+ obligations of our Sales Agent under the Equity Distribution Agreement to sell
404
+
405
+ our shares of common stock are subject to a number of conditions that we must
406
+
407
+ meet.
408
+
409
+
410
+ The settlement of sales of shares of common stock between us and our
411
+
412
+ Sales Agent is generally anticipated to occur on the first trading day (unless
413
+
414
+ we and our Sales Agent have agreed in writing on another date) following the
415
+
416
+ date on which the sale was made.Sales of our shares of common stock as
417
+
418
+ contemplated in this prospectus will be settled through the facilities of The
419
+
420
+ Depository Trust Company or by such other means as we and our Sales Agent may
421
+
422
+ agree upon.
423
+
424
+
425
+ There is no arrangement for funds to be received in an escrow,
426
+
427
+ trust or similar arrangement.'
428
+ - 'Emerging
429
+
430
+ Growth Company Status We are an emerging growth company as that term is used
431
+
432
+ in the Jumpstart Our Business Startups Act of 2012 and, as such, have elected
433
+
434
+ to comply with certain reduced public company reporting requirements.
435
+
436
+
437
+ Section
438
+
439
+ 107 of the JOBS Act provides that an emerging growth company can take
440
+
441
+ advantage of the extended transition period provided in Section 7(a)(2)(B) of
442
+
443
+ the Securities Act for complying with new or revised accounting standards.
444
+
445
+
446
+ In
447
+
448
+ other words, an emerging growth company can delay the adoption of certain
449
+
450
+ accounting standards until those standards would otherwise apply to private
451
+
452
+ companies.
453
+
454
+
455
+ We have elected to take advantage of the benefits of this extended
456
+
457
+ transition period.
458
+
459
+
460
+ Our financial statements may, therefore, not be comparable
461
+
462
+ to those of companies that comply with such new or revised accounting
463
+
464
+ standards.Off-Balance Sheet Arrangements We did not have during the periods
465
+
466
+ presented, and we do not currently have, any off-balance sheet arrangements,
467
+
468
+ as defined in the rules and regulations of the Securities and Exchange
469
+
470
+ Commission.ITEM 3.
471
+
472
+
473
+ QUANTITATIVE AND QUALITATIVE DISCLOSURES ABOUT MARKET RISKWe are a smaller reporting
474
+ company as defined by Rule 12b-2 of the Securities
475
+
476
+ and Exchange Act of 1934, as amended (the “Exchange Act”) and are not required
477
+
478
+ to provide the information required under this item.ITEM 4.
479
+
480
+
481
+ CONTROLS AND
482
+
483
+ PROCEDURES Evaluation of Disclosure Controls and Procedures We maintain
484
+
485
+ “disclosure controls and procedures” as defined in Rules 13a-15(e) and
486
+
487
+ 15d-15(e) under the Securities Exchange Act of 1934, as amended, or the
488
+
489
+ Exchange Act, that are designed to ensure that information required to be
490
+
491
+ disclosed in the reports we file and submit under the Exchange Act is
492
+
493
+ recorded, processed, summarized and reported within the time periods specified
494
+
495
+ in the SEC’s rules and forms.'
496
+ - 'UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C. 20549 FORM
497
+
498
+ 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange
499
+
500
+ Act of 1934 Date of Report (Date of Earliest Event Reported): August 19, 2024
501
+
502
+ Federal Home Loan Bank of Pittsburgh (Exact name of registrant as specified in
503
+
504
+ its charter)Federally Chartered Corporation 000-51395 25-6001324 (State or
505
+
506
+ other jurisdiction (Commission (I.R.S. Employer of incorporation) File Number)
507
+
508
+ Identification No.) 601 Grant Street , Pittsburgh , Pennsylvania 15219
509
+
510
+ (Address of principal executive offices) (Zip Code) Registrant’s telephone
511
+
512
+ number, including area code: 412 - 288-3400 Not Applicable Former name or
513
+
514
+ former address, if changed since last report Check the appropriate box below
515
+
516
+ if the Form 8-K filing is intended to simultaneously satisfy the filing
517
+
518
+ obligation of the registrant under any of the following provisions:☐ Written
519
+
520
+ communications pursuant to Rule 425 under the Securities Act (17 CFR 230.425)
521
+
522
+ ☐ Soliciting material pursuant to Rule 14a-12 under the Exchange Act (17 CFR
523
+
524
+ 240.14a-12)☐ Pre-commencement communications pursuant to Rule 14d-2(b) under
525
+
526
+ the Exchange Act (17 CFR 240.14d-2(b))☐ Pre-commencement communications
527
+
528
+ pursuant to Rule 13e-4(c) under the Exchange Act (17 CFR 240.13e-4(c))Securities
529
+ registered pursuant to Section 12(b) of the Act: Title of each
530
+
531
+ class Trading Symbol(s) Name of each exchange on which registered — — —
532
+
533
+ Indicate by check mark whether the registrant is an emerging growth company as
534
+
535
+ defined in Rule 405 of the Securities Act of 1933 (§230.405 of this chapter)
536
+
537
+ or Rule 12b-2 of the Securities Exchange Act of 1934 (§240.12b-2 of this
538
+
539
+ chapter).Emerging growth company ☐ If an emerging growth company, indicate by
540
+
541
+ check mark if the registrant has elected not to use the extended transition
542
+
543
+ period for complying with any new or revised financial accounting standards
544
+
545
+ provided pursuant to Section 13(a) of the Exchange Act.'
546
+ - source_sentence: 'Information regarding ATM filings, also known as at the market
547
+ offerings, also known as equity distribution agreements, also known as (at-the-market)
548
+ offerings, also known as continuous offerings, also known as equity distribution
549
+ programs, also known as direct stock offerings. '
550
+ sentences:
551
+ - 'The information
552
+
553
+ contained herein is intended to be reviewed in its totality, and any
554
+
555
+ stipulations, conditions or provisos that apply to a given piece of
556
+
557
+ information in one part of this report should be read as applying mutatis
558
+
559
+ mutandis to every other instance of such information appearing herein.Item
560
+
561
+ 9.01 Financial Statements and Exhibits.
562
+
563
+
564
+ (d) Exhibits EXHIBIT INDEX Exhibit No.
565
+
566
+ Description 7.1 (sing_ex71.htm) Letter from Turner.
567
+
568
+
569
+ Stone & Company, L.L.P.
570
+
571
+ (sing_ex71.htm) 104 Cover Page Interactive Data File (embedded within the
572
+
573
+ Inline XBRL document.)2 SIGNATURES Pursuant to the requirements of the Stock
574
+
575
+ Exchange Act of 1934, the registrant has duly caused this report to be signed
576
+
577
+ on its behalf by the undersigned hereunto duly authorized.SinglePoint Inc.
578
+
579
+ Dated: August 21, 2024 By: /s/ William Ralston Name: William Ralston Title:
580
+
581
+ Chief Executive Officer 3'
582
+ - 'Open Market
583
+
584
+ Sale Agreement.
585
+
586
+
587
+ On February 4, 2022, we entered into an Open Market Sale
588
+
589
+ Agreement with Jefferies LLC, as agent, pursuant to which we may offer and
590
+
591
+ sell, from time to time, through Jefferies, shares of our common stock having
592
+
593
+ an aggregate offering price of up to $50,000,000.
594
+
595
+
596
+ On October 12, 2022,
597
+
598
+ pursuant to this agreement, the Company sold 500,000 shares of common stock in
599
+
600
+ a single transaction at a price of $10.35 per share generating gross proceeds
601
+
602
+ of $5.2 million ($4.8 million net of commissions and offering expenses) On
603
+
604
+ December 1, 2023, pursuant to this agreement, the Company sold 1,034,500
605
+
606
+ shares of common stock in a single transaction at a price of $14.50 per share,
607
+
608
+ generating gross proceeds of $15 million ($14.4 million net of commissions and
609
+
610
+ offering expenses).In April 2024 and May 2024, pursuant to the Open Market
611
+
612
+ Sale Agreement with Jefferies LLC, as agent, the Company sold 285,714 and
613
+
614
+ 149,700 shares of common stock, respectively, at an average selling price of $
615
+
616
+ 17.55 per share, generating gross proceeds of $7.6 million before deducting
617
+
618
+ commissions and other offering expenses of $0.3 million.
619
+
620
+
621
+ At June 30, 2024,
622
+
623
+ $22.2 million of common stock remains available for sale under the Jefferies
624
+
625
+ agreement.'
626
+ - 'On April 18, 2024, the Company
627
+
628
+ entered into a securities purchase agreement with certain institutional and
629
+
630
+ accredited investors pursuant to which the Company agreed to sell, in a
631
+
632
+ registered direct offering, an aggregate of 375,000 shares of its common stock
633
+
634
+ for gross proceeds of approximately $ 1.2 million under the base prospectus
635
+
636
+ contained in the 2022 Shelf Registration Statement and a related prospectus
637
+
638
+ supplement filed with the SEC on April 19, 2024 (the “April 2024 Registered
639
+
640
+ Direct Offering”).
641
+
642
+
643
+ In a concurrent private placement, the Company also agreed
644
+
645
+ pursuant to the securities purchase agreement to issue to such investors
646
+
647
+ warrants to purchase up to 375,000 shares of its common stock at an exercise
648
+
649
+ price of $ 3.10 per share (the “April 2024 Private Placement”).
650
+
651
+
652
+ The April 2024
653
+
654
+ Registered Direct Offering and the April 2024 Private Placement closed on
655
+
656
+ April 19, 2024.
657
+
658
+
659
+ The net proceeds from the offerings, after deducting the
660
+
661
+ placement agent’s fees and expenses and the Company’s offering expenses, and
662
+
663
+ excluding the proceeds, if any, from the exercise of the warrants issued in
664
+
665
+ the offerings, were approximately $ 0.9 million.On April 19, 2024, the
666
+
667
+ Company determined to increase the number of shares available for sale under
668
+
669
+ the At The Market Offering Agreement, up to an additional aggregate offering
670
+
671
+ price of approximately $ 1.1 million, which shares are being offered and sold
672
+
673
+ pursuant to the 2022 Shelf Registration Statement and a prospectus supplement
674
+
675
+ and accompanying prospectus filed with the SEC on April 19, 2024 (the
676
+
677
+ “Subsequent ATM Prospectus Supplement”).As of June 30, 2024, the Company has
678
+
679
+ offered and sold 334,929 shares of common stock under the Subsequent ATM
680
+
681
+ Prospectus Supplement for gross proceeds of approximately $ 1.1 million.
682
+
683
+
684
+ The
685
+
686
+ net proceeds from such offering, after deducting commissions and the Company’s
687
+
688
+ offering expenses, were approximately $ 1.0 million.​'
689
+ - source_sentence: 'Information regarding ATM filings, also known as at the market
690
+ offerings, also known as equity distribution agreements, also known as (at-the-market)
691
+ offerings, also known as continuous offerings, also known as equity distribution
692
+ programs, also known as direct stock offerings. '
693
+ sentences:
694
+ - 'Note 9 – Employee Benefit Plans The Company maintains defined
695
+
696
+ contribution benefit plans under Section 401(k) of the Internal Revenue Code
697
+
698
+ covering substantially all qualified employees of the Company (the “401(k)
699
+
700
+ Plan”).
701
+
702
+
703
+ Under the 401(k) Plan, the Company may make discretionary
704
+
705
+ contributions of up to 100 % of employee contributions.
706
+
707
+
708
+ For the six months
709
+
710
+ ended June 30, 2024 and 2023, the Company made contributions to the 401(k)
711
+
712
+ Plan of $ 109,000 and $ 95,000 , respectively.Note 10 – Liquidity The Company
713
+
714
+ follows “ Presentation of Financial Statements—Going Concern (Subtopic
715
+
716
+ 205-40): Disclosure of Uncertainties about an Entity’s Ability to Continue as
717
+
718
+ a Going Concern ”.
719
+
720
+
721
+ The Company’s financial statements have been prepared
722
+
723
+ assuming that it will continue as a going concern, which contemplates
724
+
725
+ continuity of operations, realization of assets, and liquidation of
726
+
727
+ liabilities in the normal course of business.
728
+
729
+
730
+ As reflected in the financial
731
+
732
+ statements, the Company has historically incurred a net loss and has an
733
+
734
+ accumulated deficit of approximately $ 133,148,000 at June 30, 2024, and net
735
+
736
+ cash used in operating activities of approximately $ 1,693,000 for the
737
+
738
+ reporting period then ended.
739
+
740
+
741
+ The Company is implementing its business plan and
742
+
743
+ generating revenue; however, the Company’s cash position and liquid crypto
744
+
745
+ assets are sufficient to support its daily operations over the next twelve
746
+
747
+ months.Our Form S-3 expired on August 14, 2024.
748
+
749
+
750
+ The Company filed a new Form
751
+
752
+ S-3 on February 14, 2024.
753
+
754
+
755
+ As a result of SEC comments, the new Form S-3 has
756
+
757
+ not yet gone effective and therefore we may not sell shares under the ATM
758
+
759
+ Agreement.Note 11 – Subsequent Events The Company evaluates events that have
760
+
761
+ occurred after the balance sheet date but before the financial statements are
762
+
763
+ issued.
764
+
765
+
766
+ Based upon the evaluation, the Company did not identify any recognized
767
+
768
+ or non-recognized subsequent events that would have required adjustment or
769
+
770
+ disclosure in the financial statements other than disclosed.'
771
+ - 'In
772
+
773
+ connection with his appointment, Mr. Tran entered into the Company’s standard
774
+
775
+ form of indemnification agreement for its directors, which requires the
776
+
777
+ Company to, among other things, indemnify its directors against liabilities
778
+
779
+ that may arise by reason of their status or service.
780
+
781
+
782
+ The agreement also
783
+
784
+ requires the Company to advance all expenses incurred by directors in
785
+
786
+ investigating or defending any action, suit or proceeding.
787
+
788
+
789
+ The foregoing
790
+
791
+ description is qualified in its entirety by the full text of the form of
792
+
793
+ indemnification agreement, which was filed as Exhibit 10.2 to the Company’s
794
+
795
+ Current Report on Form 8-K (No. 001-39252) filed on January 12, 2021, and is
796
+
797
+ incorporated by reference herein.There are no arrangements or understandings
798
+
799
+ between Mr. Tran and any other persons pursuant to which he was selected as a
800
+
801
+ director.
802
+
803
+
804
+ Mr. Tran has no family relationships with any of the Company’s
805
+
806
+ directors or executive officers, and he has no direct or indirect material
807
+
808
+ interest in any transaction required to be disclosed pursuant to Item 404(a)
809
+
810
+ of Regulation S-K. Item 9.01.
811
+
812
+
813
+ Financial Statements and Exhibits.
814
+
815
+
816
+ (d) List of
817
+
818
+ Exhibits Exhibit No.
819
+
820
+
821
+ Description 99.1 Press release dated A
822
+
823
+ (exhibit991-directorappoint.htm) ugust (exhibit991-directorappoint.htm) 22
824
+
825
+ (exhibit991-directorappoint.htm) , 2024 (exhibit991-directorappoint.htm) 104
826
+
827
+ Cover Page Interactive Data File (embedded within the Inline XBRL document)
828
+
829
+ SIGNATURE Pursuant to the requirements of the Securities Exchange Act of 1934,
830
+
831
+ the registrant has duly caused this report to be signed on its behalf by the
832
+
833
+ undersigned thereunto duly authorized.Clover Health Investments, Corp.
834
+
835
+
836
+ Date:
837
+
838
+ August 22, 2024 By: /s/ Karen M. Soares Name: Karen M. Soares Title: General
839
+
840
+ Counsel and Corporate Secretary'
841
+ - '☐ Item 1.01 Entry into a Material Definitive Agreement.
842
+
843
+
844
+ On
845
+
846
+ August 21, 2024, Lexaria Bioscience Corp. (the “Company”) entered into a
847
+
848
+ Capital on Demand™ Sales Agreement (the “Sales Agreement”) with JonesTrading
849
+
850
+ Institutional Services LLC (the “Agent”), pursuant to which the Company may
851
+
852
+ issue and sell, from time to time, up to $20,000,000 in aggregate principal
853
+
854
+ amount of shares (the “Shares”) of the Company’s common stock, par value
855
+
856
+ $0.001 per share, through or to the Agent, as the Company’s sales agent or
857
+
858
+ principal.
859
+
860
+
861
+ Any Shares to be offered and sold under the Sales Agreement will be
862
+
863
+ issued and sold by methods deemed to be an “at-the-market offering” as defined
864
+
865
+ in Rule 415(a)(4) promulgated under the Securities Act of 1933, as amended
866
+
867
+ (the “Act”), or in negotiated transactions, if authorized by the Company.
868
+
869
+
870
+ Subject to the terms of the Sales Agreement, the Agent will use reasonable
871
+
872
+ efforts to sell the Shares from time to time, based upon the Company’s
873
+
874
+ instructions (including any price, time, or size limits or other customary
875
+
876
+ parameters or conditions the Company may impose).
877
+
878
+
879
+ The Company cannot provide
880
+
881
+ any assurances that it will issue any Shares pursuant to the Sales Agreement.The
882
+ Company will pay the Agent a commission of 3.0% of the gross sales price
883
+
884
+ of the Shares sold pursuant to the Sales Agreement, if any.
885
+
886
+
887
+ The Company has
888
+
889
+ agreed to reimburse the Agent for certain specified expenses as provided in
890
+
891
+ the Sales Agreement and has also agreed to provide the Agent with customary
892
+
893
+ indemnification and contribution rights in respect of certain liabilities,
894
+
895
+ including liabilities under the Act.
896
+
897
+
898
+ The Sales Agreement also contains
899
+
900
+ customary representations, warranties and covenants.The offering of the
901
+
902
+ Shares will terminate upon the earliest of (a) the issuance and sale of all of
903
+
904
+ the Shares by the Agent on the terms and subject to the conditions set forth
905
+
906
+ in the Sales Agreement or (b) the termination of the Sales Agreement by either
907
+
908
+ of the parties thereto.'
909
+ model-index:
910
+ - name: BGEFM-ATM-Orig-v2
911
+ results:
912
+ - task:
913
+ type: triplet
914
+ name: Triplet
915
+ dataset:
916
+ name: dim 768
917
+ type: dim_768
918
+ metrics:
919
+ - type: cosine_accuracy
920
+ value: 0.745
921
+ name: Cosine Accuracy
922
+ - type: dot_accuracy
923
+ value: 0.255
924
+ name: Dot Accuracy
925
+ - type: manhattan_accuracy
926
+ value: 0.745
927
+ name: Manhattan Accuracy
928
+ - type: euclidean_accuracy
929
+ value: 0.745
930
+ name: Euclidean Accuracy
931
+ - type: max_accuracy
932
+ value: 0.745
933
+ name: Max Accuracy
934
+ - task:
935
+ type: triplet
936
+ name: Triplet
937
+ dataset:
938
+ name: dim 512
939
+ type: dim_512
940
+ metrics:
941
+ - type: cosine_accuracy
942
+ value: 0.735
943
+ name: Cosine Accuracy
944
+ - type: dot_accuracy
945
+ value: 0.28
946
+ name: Dot Accuracy
947
+ - type: manhattan_accuracy
948
+ value: 0.735
949
+ name: Manhattan Accuracy
950
+ - type: euclidean_accuracy
951
+ value: 0.74
952
+ name: Euclidean Accuracy
953
+ - type: max_accuracy
954
+ value: 0.74
955
+ name: Max Accuracy
956
+ - task:
957
+ type: triplet
958
+ name: Triplet
959
+ dataset:
960
+ name: dim 256
961
+ type: dim_256
962
+ metrics:
963
+ - type: cosine_accuracy
964
+ value: 0.74
965
+ name: Cosine Accuracy
966
+ - type: dot_accuracy
967
+ value: 0.255
968
+ name: Dot Accuracy
969
+ - type: manhattan_accuracy
970
+ value: 0.76
971
+ name: Manhattan Accuracy
972
+ - type: euclidean_accuracy
973
+ value: 0.74
974
+ name: Euclidean Accuracy
975
+ - type: max_accuracy
976
+ value: 0.76
977
+ name: Max Accuracy
978
+ - task:
979
+ type: triplet
980
+ name: Triplet
981
+ dataset:
982
+ name: dim 128
983
+ type: dim_128
984
+ metrics:
985
+ - type: cosine_accuracy
986
+ value: 0.75
987
+ name: Cosine Accuracy
988
+ - type: dot_accuracy
989
+ value: 0.255
990
+ name: Dot Accuracy
991
+ - type: manhattan_accuracy
992
+ value: 0.765
993
+ name: Manhattan Accuracy
994
+ - type: euclidean_accuracy
995
+ value: 0.765
996
+ name: Euclidean Accuracy
997
+ - type: max_accuracy
998
+ value: 0.765
999
+ name: Max Accuracy
1000
+ - task:
1001
+ type: triplet
1002
+ name: Triplet
1003
+ dataset:
1004
+ name: dim 64
1005
+ type: dim_64
1006
+ metrics:
1007
+ - type: cosine_accuracy
1008
+ value: 0.74
1009
+ name: Cosine Accuracy
1010
+ - type: dot_accuracy
1011
+ value: 0.275
1012
+ name: Dot Accuracy
1013
+ - type: manhattan_accuracy
1014
+ value: 0.755
1015
+ name: Manhattan Accuracy
1016
+ - type: euclidean_accuracy
1017
+ value: 0.74
1018
+ name: Euclidean Accuracy
1019
+ - type: max_accuracy
1020
+ value: 0.755
1021
+ name: Max Accuracy
1022
+ ---
1023
+
1024
+ # BGEFM-ATM-Orig-v2
1025
+
1026
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [philschmid/bge-base-financial-matryoshka](https://huggingface.co/philschmid/bge-base-financial-matryoshka). 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.
1027
+
1028
+ ## Model Details
1029
+
1030
+ ### Model Description
1031
+ - **Model Type:** Sentence Transformer
1032
+ - **Base model:** [philschmid/bge-base-financial-matryoshka](https://huggingface.co/philschmid/bge-base-financial-matryoshka) <!-- at revision 80d62f8966436f6affa9404e6f095fab4fe46548 -->
1033
+ - **Maximum Sequence Length:** 512 tokens
1034
+ - **Output Dimensionality:** 768 tokens
1035
+ - **Similarity Function:** Cosine Similarity
1036
+ <!-- - **Training Dataset:** Unknown -->
1037
+ - **Language:** en
1038
+ <!-- - **License:** Unknown -->
1039
+
1040
+ ### Model Sources
1041
+
1042
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
1043
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
1044
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
1045
+
1046
+ ### Full Model Architecture
1047
+
1048
+ ```
1049
+ SentenceTransformer(
1050
+ (0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
1051
+ (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})
1052
+ (2): Normalize()
1053
+ )
1054
+ ```
1055
+
1056
+ ## Usage
1057
+
1058
+ ### Direct Usage (Sentence Transformers)
1059
+
1060
+ First install the Sentence Transformers library:
1061
+
1062
+ ```bash
1063
+ pip install -U sentence-transformers
1064
+ ```
1065
+
1066
+ Then you can load this model and run inference.
1067
+ ```python
1068
+ from sentence_transformers import SentenceTransformer
1069
+
1070
+ # Download from the 🤗 Hub
1071
+ model = SentenceTransformer("jdaviescmg/BGEFM-ATM-Orig-v2")
1072
+ # Run inference
1073
+ sentences = [
1074
+ 'Information regarding ATM filings, also known as at the market offerings, also known as equity distribution agreements, also known as (at-the-market) offerings, also known as continuous offerings, also known as equity distribution programs, also known as direct stock offerings. ',
1075
+ '☐ Item 1.01 Entry into a Material Definitive Agreement.\n\nOn\nAugust 21, 2024, Lexaria Bioscience Corp. (the “Company”) entered into a\nCapital on Demand™ Sales Agreement (the “Sales Agreement”) with JonesTrading\nInstitutional Services LLC (the “Agent”), pursuant to which the Company may\nissue and sell, from time to time, up to $20,000,000 in aggregate principal\namount of shares (the “Shares”) of the Company’s common stock, par value\n$0.001 per share, through or to the Agent, as the Company’s sales agent or\nprincipal.\n\nAny Shares to be offered and sold under the Sales Agreement will be\nissued and sold by methods deemed to be an “at-the-market offering” as defined\nin Rule 415(a)(4) promulgated under the Securities Act of 1933, as amended\n(the “Act”), or in negotiated transactions, if authorized by the Company.\n\nSubject to the terms of the Sales Agreement, the Agent will use reasonable\nefforts to sell the Shares from time to time, based upon the Company’s\ninstructions (including any price, time, or size limits or other customary\nparameters or conditions the Company may impose).\n\nThe Company cannot provide\nany assurances that it will issue any Shares pursuant to the Sales Agreement.The Company will pay the Agent a commission of 3.0% of the gross sales price\nof the Shares sold pursuant to the Sales Agreement, if any.\n\nThe Company has\nagreed to reimburse the Agent for certain specified expenses as provided in\nthe Sales Agreement and has also agreed to provide the Agent with customary\nindemnification and contribution rights in respect of certain liabilities,\nincluding liabilities under the Act.\n\nThe Sales Agreement also contains\ncustomary representations, warranties and covenants.The offering of the\nShares will terminate upon the earliest of (a) the issuance and sale of all of\nthe Shares by the Agent on the terms and subject to the conditions set forth\nin the Sales Agreement or (b) the termination of the Sales Agreement by either\nof the parties thereto.',
1076
+ 'Note 9 – Employee Benefit Plans The Company maintains defined\ncontribution benefit plans under Section 401(k) of the Internal Revenue Code\ncovering substantially all qualified employees of the Company (the “401(k)\nPlan”).\n\nUnder the 401(k) Plan, the Company may make discretionary\ncontributions of up to 100 % of employee contributions.\n\nFor the six months\nended June 30, 2024 and 2023, the Company made contributions to the 401(k)\nPlan of $ 109,000 and $ 95,000 , respectively.Note 10 – Liquidity The Company\nfollows “ Presentation of Financial Statements—Going Concern (Subtopic\n205-40): Disclosure of Uncertainties about an Entity’s Ability to Continue as\na Going Concern ”.\n\nThe Company’s financial statements have been prepared\nassuming that it will continue as a going concern, which contemplates\ncontinuity of operations, realization of assets, and liquidation of\nliabilities in the normal course of business.\n\nAs reflected in the financial\nstatements, the Company has historically incurred a net loss and has an\naccumulated deficit of approximately $ 133,148,000 at June 30, 2024, and net\ncash used in operating activities of approximately $ 1,693,000 for the\nreporting period then ended.\n\nThe Company is implementing its business plan and\ngenerating revenue; however, the Company’s cash position and liquid crypto\nassets are sufficient to support its daily operations over the next twelve\nmonths.Our Form S-3 expired on August 14, 2024.\n\nThe Company filed a new Form\nS-3 on February 14, 2024.\n\nAs a result of SEC comments, the new Form S-3 has\nnot yet gone effective and therefore we may not sell shares under the ATM\nAgreement.Note 11 – Subsequent Events The Company evaluates events that have\noccurred after the balance sheet date but before the financial statements are\nissued.\n\nBased upon the evaluation, the Company did not identify any recognized\nor non-recognized subsequent events that would have required adjustment or\ndisclosure in the financial statements other than disclosed.',
1077
+ ]
1078
+ embeddings = model.encode(sentences)
1079
+ print(embeddings.shape)
1080
+ # [3, 768]
1081
+
1082
+ # Get the similarity scores for the embeddings
1083
+ similarities = model.similarity(embeddings, embeddings)
1084
+ print(similarities.shape)
1085
+ # [3, 3]
1086
+ ```
1087
+
1088
+ <!--
1089
+ ### Direct Usage (Transformers)
1090
+
1091
+ <details><summary>Click to see the direct usage in Transformers</summary>
1092
+
1093
+ </details>
1094
+ -->
1095
+
1096
+ <!--
1097
+ ### Downstream Usage (Sentence Transformers)
1098
+
1099
+ You can finetune this model on your own dataset.
1100
+
1101
+ <details><summary>Click to expand</summary>
1102
+
1103
+ </details>
1104
+ -->
1105
+
1106
+ <!--
1107
+ ### Out-of-Scope Use
1108
+
1109
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
1110
+ -->
1111
+
1112
+ ## Evaluation
1113
+
1114
+ ### Metrics
1115
+
1116
+ #### Triplet
1117
+ * Dataset: `dim_768`
1118
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
1119
+
1120
+ | Metric | Value |
1121
+ |:--------------------|:----------|
1122
+ | **cosine_accuracy** | **0.745** |
1123
+ | dot_accuracy | 0.255 |
1124
+ | manhattan_accuracy | 0.745 |
1125
+ | euclidean_accuracy | 0.745 |
1126
+ | max_accuracy | 0.745 |
1127
+
1128
+ #### Triplet
1129
+ * Dataset: `dim_512`
1130
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
1131
+
1132
+ | Metric | Value |
1133
+ |:--------------------|:----------|
1134
+ | **cosine_accuracy** | **0.735** |
1135
+ | dot_accuracy | 0.28 |
1136
+ | manhattan_accuracy | 0.735 |
1137
+ | euclidean_accuracy | 0.74 |
1138
+ | max_accuracy | 0.74 |
1139
+
1140
+ #### Triplet
1141
+ * Dataset: `dim_256`
1142
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
1143
+
1144
+ | Metric | Value |
1145
+ |:--------------------|:---------|
1146
+ | **cosine_accuracy** | **0.74** |
1147
+ | dot_accuracy | 0.255 |
1148
+ | manhattan_accuracy | 0.76 |
1149
+ | euclidean_accuracy | 0.74 |
1150
+ | max_accuracy | 0.76 |
1151
+
1152
+ #### Triplet
1153
+ * Dataset: `dim_128`
1154
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
1155
+
1156
+ | Metric | Value |
1157
+ |:--------------------|:---------|
1158
+ | **cosine_accuracy** | **0.75** |
1159
+ | dot_accuracy | 0.255 |
1160
+ | manhattan_accuracy | 0.765 |
1161
+ | euclidean_accuracy | 0.765 |
1162
+ | max_accuracy | 0.765 |
1163
+
1164
+ #### Triplet
1165
+ * Dataset: `dim_64`
1166
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
1167
+
1168
+ | Metric | Value |
1169
+ |:--------------------|:---------|
1170
+ | **cosine_accuracy** | **0.74** |
1171
+ | dot_accuracy | 0.275 |
1172
+ | manhattan_accuracy | 0.755 |
1173
+ | euclidean_accuracy | 0.74 |
1174
+ | max_accuracy | 0.755 |
1175
+
1176
+ <!--
1177
+ ## Bias, Risks and Limitations
1178
+
1179
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
1180
+ -->
1181
+
1182
+ <!--
1183
+ ### Recommendations
1184
+
1185
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
1186
+ -->
1187
+
1188
+ ## Training Details
1189
+
1190
+ ### Training Dataset
1191
+
1192
+ #### Unnamed Dataset
1193
+
1194
+
1195
+ * Size: 800 training samples
1196
+ * Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
1197
+ * Approximate statistics based on the first 1000 samples:
1198
+ | | sentence1 | sentence2 | label |
1199
+ |:--------|:----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------|
1200
+ | type | string | string | int |
1201
+ | details | <ul><li>min: 55 tokens</li><li>mean: 55.0 tokens</li><li>max: 55 tokens</li></ul> | <ul><li>min: 35 tokens</li><li>mean: 371.57 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>0: ~50.00%</li><li>1: ~50.00%</li></ul> |
1202
+ * Samples:
1203
+ | sentence1 | sentence2 | label |
1204
+ |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------|
1205
+ | <code>Information regarding ATM filings, also known as at the market offerings, also known as equity distribution agreements, also known as (at-the-market) offerings, also known as continuous offerings, also known as equity distribution programs, also known as direct stock offerings. </code> | <code>8. COMMON STOCK [a] Authorized 150,000,000 authorized<br>common shares, par value of $ 0.001 , and 5,000,000 preferred shares, par<br>value of $ 0.001 .<br><br>[b] Issued and outstanding shares At-the-Market Sales<br>AgreementOn December 21, 2021, we entered into an At-the-Market Offering<br>Sales Agreement, or ATM, with Virtu Americas, LLC, as sales agent.<br><br>The ATM was<br>terminated on February 29, 2024, and no further sales of our common stock will<br>be made pursuant to the ATM.<br><br>Since entry into the ATM, through the date of<br>termination of the ATM, we offered and sold an aggregate of 200,000 shares of<br>our common stock.<br><br>These aggregate sales resulted in gross proceeds to us of<br>approximately $ 1.5 million.<br><br>During the three and six months ended June 30,<br>2024, we did no t sell any shares of our common stock pursuant to the ATM.May<br>2023 Registered Direct Offering In May 2023, we entered into a securities<br>purchase agreement with certain purchasers, pursuant to which we sold<br>3,000,000 shares of common stock at a price of $ 5.50 per share in a<br>registered direct offering.<br><br>The offering of the shares was made pursuant to<br>our shelf registration statement on Form S-3 including the prospectus dated<br>January 5, 2022 contained therein, and the prospectus supplement dated May 25,<br>2023. We received approximately $ 15.3 million in net proceeds from the<br>registered direct offering after deducting placement agent fees and offering<br>expenses.February 2024 Registered Direct Offering and Concurrent Private<br>PlacementIn February 2024, we entered into a securities purchase agreement<br>with certain purchasers, pursuant to which we sold 13,086,151 shares of common<br>stock at a price of $ 4.585 per share in a registered direct offering.<br><br>The<br>offering of the shares was made pursuant to our shelf registration statement<br>on Form S-3, including the prospectus dated January 5, 2022 contained therein,<br>and the prospectus supplement dated February 28, 2024.</code> | <code>1</code> |
1206
+ | <code>Information regarding ATM filings, also known as at the market offerings, also known as equity distribution agreements, also known as (at-the-market) offerings, also known as continuous offerings, also known as equity distribution programs, also known as direct stock offerings. </code> | <code>The foregoing description of the Note does not purport to be complete and is<br>subject to, and is qualified in its entirety by reference to, the full text of<br>the Note, which is attached as Exhibit 10.1 to this Current Report on Form<br>8-K, and is incorporated herein by reference.Item 2.03.<br><br>Creation of a Direct<br>Financial Obligation or an Obligation under an Off-Balance Sheet Arrangement<br>of a Registrant.<br><br>The disclosure provided in Item 1.01 of this Current Report<br>on Form 8-K is hereby incorporated by reference into this Item 2.03.Item<br>8.01.Other Events.<br><br>The Company is supplementing the Company’s risk factors in<br>its Annual Report on Form 10-K filed with the SEC on March 29, 2024, and<br>Quarterly Reports on Form 10-Q for the quarters ended March 31, 2024 and June<br>30, 2024, filed with the SEC on May 10, 2024 and August 14, 2024,<br>respectively, with the risk factor set forth below.Servicing our debt will<br>require a significant amount of cash, and we may not have sufficient cash flow<br>from our business to pay our debt.<br><br>Our ability to make scheduled payments of<br>the principal of, to pay interest on or to refinance our indebtedness depends<br>on our future performance, which is subject to economic, financial,<br>competitive and other factors beyond our control.<br><br>We had, as of June 30, 2024,<br>approximately (i) $16.1 million in working capital, (ii) $2.4 million in cash<br>and cash equivalents, and (iii) $13.6 million of outstanding indebtedness, net<br>of discounts.<br><br>In addition, on August 15, 2024, we amended and restated the<br>unsecured promissory note and guaranty previously issued to JXVII Trust that<br>increased the principal amount from $7.6 million to $10.0 million.</code> | <code>0</code> |
1207
+ | <code>Information regarding ATM filings, also known as at the market offerings, also known as equity distribution agreements, also known as (at-the-market) offerings, also known as continuous offerings, also known as equity distribution programs, also known as direct stock offerings. </code> | <code>The Company<br>incurred costs of approximately $0.9 million related to the execution of the<br>Purchase Agreement.<br><br>Of the total costs incurred, approximately $0.6 million<br>was paid in Common Stock to Lincoln Park as a commitment fee and $ 0.03<br>million to reimburse Lincoln Park for expenses.<br><br>These transaction costs were<br>included in other income / (expenses), net in the consolidated statement of<br>operations.<br><br>Approximately $ 0.2 million was incurred for legal fees, which<br>were included in administrative and selling expenses on the consolidated<br>statement of operations.During the year ended December 31, 2023, the Company<br>issued and sold an aggregate of 293,509 shares pursuant to the Purchase<br>Agreement and received net proceeds of $ 5.5 million.During the year ended<br>December 31, 2023, the Company incurred approximately $ 0.3 million of<br>expenses, related to the discount on the issuance of common stock to Lincoln<br>Park, which is included in other income / (expenses), net in the consolidated<br>statement of operations.<br><br>As the Company’s common stock price is below $15.00<br>per share, the Company is unable to utilize the facility.At the Market<br>Offering Agreement On June 2, 2023, the Company entered into an At The Market<br>Offering Agreement (the “ATM Agreement”) with H.C. Wainwright & Co., LLC, as<br>sales agent (the “Agent”), to create an at-the-market equity program under<br>which it may sell up to $50 million of shares of the Company’s common stock<br>(the “Shares”) from time to time through the Agent (the “ATM Offering”).<br><br>Under<br>the ATM Agreement, the Agent will be entitled to a commission at a fixed rate<br>of 3.0 % of the gross proceeds from each sale of Shares under the ATM<br>Agreement.</code> | <code>1</code> |
1208
+ * Loss: [<code>MatryoshkaLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#matryoshkaloss) with these parameters:
1209
+ ```json
1210
+ {
1211
+ "loss": "ContrastiveLoss",
1212
+ "matryoshka_dims": [
1213
+ 768,
1214
+ 512,
1215
+ 256,
1216
+ 128,
1217
+ 64
1218
+ ],
1219
+ "matryoshka_weights": [
1220
+ 1,
1221
+ 1,
1222
+ 1,
1223
+ 1,
1224
+ 1
1225
+ ],
1226
+ "n_dims_per_step": -1
1227
+ }
1228
+ ```
1229
+
1230
+ ### Training Hyperparameters
1231
+ #### Non-Default Hyperparameters
1232
+
1233
+ - `eval_strategy`: epoch
1234
+ - `per_device_train_batch_size`: 32
1235
+ - `per_device_eval_batch_size`: 16
1236
+ - `gradient_accumulation_steps`: 16
1237
+ - `learning_rate`: 2e-05
1238
+ - `num_train_epochs`: 10
1239
+ - `warmup_ratio`: 0.1
1240
+ - `use_mps_device`: True
1241
+ - `optim`: adamw_hf
1242
+
1243
+ #### All Hyperparameters
1244
+ <details><summary>Click to expand</summary>
1245
+
1246
+ - `overwrite_output_dir`: False
1247
+ - `do_predict`: False
1248
+ - `eval_strategy`: epoch
1249
+ - `prediction_loss_only`: True
1250
+ - `per_device_train_batch_size`: 32
1251
+ - `per_device_eval_batch_size`: 16
1252
+ - `per_gpu_train_batch_size`: None
1253
+ - `per_gpu_eval_batch_size`: None
1254
+ - `gradient_accumulation_steps`: 16
1255
+ - `eval_accumulation_steps`: None
1256
+ - `learning_rate`: 2e-05
1257
+ - `weight_decay`: 0.0
1258
+ - `adam_beta1`: 0.9
1259
+ - `adam_beta2`: 0.999
1260
+ - `adam_epsilon`: 1e-08
1261
+ - `max_grad_norm`: 1.0
1262
+ - `num_train_epochs`: 10
1263
+ - `max_steps`: -1
1264
+ - `lr_scheduler_type`: linear
1265
+ - `lr_scheduler_kwargs`: {}
1266
+ - `warmup_ratio`: 0.1
1267
+ - `warmup_steps`: 0
1268
+ - `log_level`: passive
1269
+ - `log_level_replica`: warning
1270
+ - `log_on_each_node`: True
1271
+ - `logging_nan_inf_filter`: True
1272
+ - `save_safetensors`: True
1273
+ - `save_on_each_node`: False
1274
+ - `save_only_model`: False
1275
+ - `restore_callback_states_from_checkpoint`: False
1276
+ - `no_cuda`: False
1277
+ - `use_cpu`: False
1278
+ - `use_mps_device`: True
1279
+ - `seed`: 42
1280
+ - `data_seed`: None
1281
+ - `jit_mode_eval`: False
1282
+ - `use_ipex`: False
1283
+ - `bf16`: False
1284
+ - `fp16`: False
1285
+ - `fp16_opt_level`: O1
1286
+ - `half_precision_backend`: auto
1287
+ - `bf16_full_eval`: False
1288
+ - `fp16_full_eval`: False
1289
+ - `tf32`: None
1290
+ - `local_rank`: 0
1291
+ - `ddp_backend`: None
1292
+ - `tpu_num_cores`: None
1293
+ - `tpu_metrics_debug`: False
1294
+ - `debug`: []
1295
+ - `dataloader_drop_last`: False
1296
+ - `dataloader_num_workers`: 0
1297
+ - `dataloader_prefetch_factor`: None
1298
+ - `past_index`: -1
1299
+ - `disable_tqdm`: False
1300
+ - `remove_unused_columns`: True
1301
+ - `label_names`: None
1302
+ - `load_best_model_at_end`: False
1303
+ - `ignore_data_skip`: False
1304
+ - `fsdp`: []
1305
+ - `fsdp_min_num_params`: 0
1306
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
1307
+ - `fsdp_transformer_layer_cls_to_wrap`: None
1308
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
1309
+ - `deepspeed`: None
1310
+ - `label_smoothing_factor`: 0.0
1311
+ - `optim`: adamw_hf
1312
+ - `optim_args`: None
1313
+ - `adafactor`: False
1314
+ - `group_by_length`: False
1315
+ - `length_column_name`: length
1316
+ - `ddp_find_unused_parameters`: None
1317
+ - `ddp_bucket_cap_mb`: None
1318
+ - `ddp_broadcast_buffers`: False
1319
+ - `dataloader_pin_memory`: True
1320
+ - `dataloader_persistent_workers`: False
1321
+ - `skip_memory_metrics`: True
1322
+ - `use_legacy_prediction_loop`: False
1323
+ - `push_to_hub`: False
1324
+ - `resume_from_checkpoint`: None
1325
+ - `hub_model_id`: None
1326
+ - `hub_strategy`: every_save
1327
+ - `hub_private_repo`: False
1328
+ - `hub_always_push`: False
1329
+ - `gradient_checkpointing`: False
1330
+ - `gradient_checkpointing_kwargs`: None
1331
+ - `include_inputs_for_metrics`: False
1332
+ - `eval_do_concat_batches`: True
1333
+ - `fp16_backend`: auto
1334
+ - `push_to_hub_model_id`: None
1335
+ - `push_to_hub_organization`: None
1336
+ - `mp_parameters`:
1337
+ - `auto_find_batch_size`: False
1338
+ - `full_determinism`: False
1339
+ - `torchdynamo`: None
1340
+ - `ray_scope`: last
1341
+ - `ddp_timeout`: 1800
1342
+ - `torch_compile`: False
1343
+ - `torch_compile_backend`: None
1344
+ - `torch_compile_mode`: None
1345
+ - `dispatch_batches`: None
1346
+ - `split_batches`: None
1347
+ - `include_tokens_per_second`: False
1348
+ - `include_num_input_tokens_seen`: False
1349
+ - `neftune_noise_alpha`: None
1350
+ - `optim_target_modules`: None
1351
+ - `batch_eval_metrics`: False
1352
+ - `batch_sampler`: batch_sampler
1353
+ - `multi_dataset_batch_sampler`: proportional
1354
+
1355
+ </details>
1356
+
1357
+ ### Training Logs
1358
+ | Epoch | Step | Training Loss | dim_128_cosine_accuracy | dim_256_cosine_accuracy | dim_512_cosine_accuracy | dim_64_cosine_accuracy | dim_768_cosine_accuracy |
1359
+ |:-----:|:----:|:-------------:|:-----------------------:|:-----------------------:|:-----------------------:|:----------------------:|:-----------------------:|
1360
+ | 0.64 | 1 | - | 0.685 | 0.675 | 0.67 | 0.67 | 0.66 |
1361
+ | 1.92 | 3 | - | 0.735 | 0.715 | 0.725 | 0.71 | 0.71 |
1362
+ | 2.56 | 4 | - | 0.735 | 0.715 | 0.725 | 0.725 | 0.715 |
1363
+ | 3.84 | 6 | - | 0.705 | 0.73 | 0.73 | 0.715 | 0.74 |
1364
+ | 4.48 | 7 | - | 0.71 | 0.73 | 0.725 | 0.715 | 0.735 |
1365
+ | 5.76 | 9 | - | 0.72 | 0.745 | 0.725 | 0.71 | 0.725 |
1366
+ | 6.4 | 10 | 0.2976 | 0.72 | 0.735 | 0.73 | 0.71 | 0.72 |
1367
+ | 0.64 | 1 | - | 0.72 | 0.735 | 0.73 | 0.71 | 0.72 |
1368
+ | 1.92 | 3 | - | 0.725 | 0.725 | 0.735 | 0.73 | 0.735 |
1369
+ | 2.56 | 4 | - | 0.72 | 0.725 | 0.735 | 0.725 | 0.73 |
1370
+ | 3.84 | 6 | - | 0.725 | 0.72 | 0.725 | 0.715 | 0.725 |
1371
+ | 4.48 | 7 | - | 0.73 | 0.72 | 0.73 | 0.72 | 0.73 |
1372
+ | 5.76 | 9 | - | 0.73 | 0.73 | 0.725 | 0.715 | 0.73 |
1373
+ | 6.4 | 10 | 0.0767 | 0.73 | 0.73 | 0.725 | 0.715 | 0.73 |
1374
+ | 0.64 | 1 | - | 0.73 | 0.73 | 0.725 | 0.715 | 0.73 |
1375
+ | 1.92 | 3 | - | 0.745 | 0.73 | 0.72 | 0.72 | 0.74 |
1376
+ | 2.56 | 4 | - | 0.74 | 0.735 | 0.72 | 0.725 | 0.745 |
1377
+ | 3.84 | 6 | - | 0.75 | 0.75 | 0.745 | 0.725 | 0.755 |
1378
+ | 4.48 | 7 | - | 0.75 | 0.76 | 0.745 | 0.73 | 0.75 |
1379
+ | 5.76 | 9 | - | 0.75 | 0.755 | 0.75 | 0.735 | 0.74 |
1380
+ | 6.4 | 10 | 0.0487 | 0.755 | 0.755 | 0.745 | 0.735 | 0.74 |
1381
+ | 0.64 | 1 | - | 0.755 | 0.755 | 0.745 | 0.735 | 0.74 |
1382
+ | 1.92 | 3 | - | 0.755 | 0.75 | 0.725 | 0.725 | 0.735 |
1383
+ | 2.56 | 4 | - | 0.75 | 0.755 | 0.73 | 0.725 | 0.74 |
1384
+ | 3.84 | 6 | - | 0.76 | 0.75 | 0.73 | 0.74 | 0.74 |
1385
+ | 4.48 | 7 | - | 0.76 | 0.745 | 0.73 | 0.745 | 0.75 |
1386
+ | 5.76 | 9 | - | 0.75 | 0.74 | 0.735 | 0.74 | 0.745 |
1387
+ | 6.4 | 10 | 0.0311 | 0.75 | 0.74 | 0.735 | 0.74 | 0.745 |
1388
+
1389
+
1390
+ ### Framework Versions
1391
+ - Python: 3.12.5
1392
+ - Sentence Transformers: 3.0.1
1393
+ - Transformers: 4.41.2
1394
+ - PyTorch: 2.4.1
1395
+ - Accelerate: 0.34.0
1396
+ - Datasets: 2.19.1
1397
+ - Tokenizers: 0.19.1
1398
+
1399
+ ## Citation
1400
+
1401
+ ### BibTeX
1402
+
1403
+ #### Sentence Transformers
1404
+ ```bibtex
1405
+ @inproceedings{reimers-2019-sentence-bert,
1406
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1407
+ author = "Reimers, Nils and Gurevych, Iryna",
1408
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1409
+ month = "11",
1410
+ year = "2019",
1411
+ publisher = "Association for Computational Linguistics",
1412
+ url = "https://arxiv.org/abs/1908.10084",
1413
+ }
1414
+ ```
1415
+
1416
+ #### MatryoshkaLoss
1417
+ ```bibtex
1418
+ @misc{kusupati2024matryoshka,
1419
+ title={Matryoshka Representation Learning},
1420
+ 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},
1421
+ year={2024},
1422
+ eprint={2205.13147},
1423
+ archivePrefix={arXiv},
1424
+ primaryClass={cs.LG}
1425
+ }
1426
+ ```
1427
+
1428
+ #### ContrastiveLoss
1429
+ ```bibtex
1430
+ @inproceedings{hadsell2006dimensionality,
1431
+ author={Hadsell, R. and Chopra, S. and LeCun, Y.},
1432
+ booktitle={2006 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR'06)},
1433
+ title={Dimensionality Reduction by Learning an Invariant Mapping},
1434
+ year={2006},
1435
+ volume={2},
1436
+ number={},
1437
+ pages={1735-1742},
1438
+ doi={10.1109/CVPR.2006.100}
1439
+ }
1440
+ ```
1441
+
1442
+ <!--
1443
+ ## Glossary
1444
+
1445
+ *Clearly define terms in order to be accessible across audiences.*
1446
+ -->
1447
+
1448
+ <!--
1449
+ ## Model Card Authors
1450
+
1451
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1452
+ -->
1453
+
1454
+ <!--
1455
+ ## Model Card Contact
1456
+
1457
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1458
+ -->
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "philschmid/bge-base-financial-matryoshka",
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.41.2",
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.41.2",
5
+ "pytorch": "2.4.1"
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:1a6ea0cd0e265be3958d16973358cf2c51c50eaf3f98340db957865445905f5d
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,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 512,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff