Upload folder using huggingface_hub
Browse files- 1_Pooling/config.json +10 -0
- README.md +581 -0
- config.json +24 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +72 -0
- vocab.txt +0 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 768,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
README.md
ADDED
@@ -0,0 +1,581 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
- generated_from_trainer
|
7 |
+
- dataset_size:32378
|
8 |
+
- loss:MultipleNegativesRankingLoss
|
9 |
+
base_model: sentence-transformers/all-mpnet-base-v2
|
10 |
+
widget:
|
11 |
+
- source_sentence: 'query: What are the conditions under which the full payment of
|
12 |
+
the Note can be secured?'
|
13 |
+
sentences:
|
14 |
+
- accordance with U.S. Securities and Exchange Commission (“SEC”) Rule13d-3. 5.Security.
|
15 |
+
The full and timely payment of this Note (together with the Maker’s obligations
|
16 |
+
under a Purchase Agreement of this date among Maker, Payee and Whitebox Advisors,
|
17 |
+
LLC) shall be secured by a Pledge Agreement of this date (the “Pledge Agreement”).
|
18 |
+
6.Optional Prepayments. The Maker may prepay this Note, in whole or in part, and
|
19 |
+
in cash, without penalty by Maker upon fifteen days written notice to Payee. Prepayments
|
20 |
+
shall be applied first to accrued but unpaid interest and then to principal. --------------------------------------------------------------------------------
|
21 |
+
7.Default. The occurrence of any one or more of the following events shall constitute
|
22 |
+
an event of default, upon which Payee may declare the entire principal amount
|
23 |
+
of this Note, together with all accrued but unpaid
|
24 |
+
- or the Indenture Trustee or a Responsible Person of the Servicer has knowledge
|
25 |
+
of the failure, (C)during the period the Servicer uses all commercially reasonable
|
26 |
+
efforts to perform its obligations under this Agreement and (D)the Servicer promptly
|
27 |
+
notifies the Owner Trustee, the Indenture Trustee, the Depositor and the Noteholders
|
28 |
+
of the failure, including a description of the Servicer’s efforts to correct the
|
29 |
+
failure; or (2) (A)the failure would not reasonably be expected to, or after investigation
|
30 |
+
and quantification does not, result in a failure to pay or deposit an amount greater
|
31 |
+
than 0.05% of the Note Balance of the Notes, and (B)the failure does not continue
|
32 |
+
for more than (i)if the Servicer’s long-term debt is rated investment grade by
|
33 |
+
all Rating Agencies, 90 days after the Servicer receives
|
34 |
+
- 'the following conditions or events shall occur and be continuing: (a)the Issuer
|
35 |
+
defaults in the payment of any principal or Make-Whole Amount, if any, on any
|
36 |
+
Note when the same becomes due and payable, whether at maturity or at a date fixed
|
37 |
+
for prepayment or by declaration or otherwise; or (b)the Issuer defaults in the
|
38 |
+
payment of any interest on any Note for more than five Business Days after the
|
39 |
+
same becomes due and payable; or (c)either Constituent Company defaults in the
|
40 |
+
performance of or compliance with any term contained in Section 7.1(d), Section
|
41 |
+
9.5(b), (c) or (d), Section 9.7 or Section 10; or (d)either Constituent Company
|
42 |
+
or any Subsidiary Guarantor defaults in the performance of or compliance withany
|
43 |
+
term contained herein or in the Subsidiary Guaranty Agreement'
|
44 |
+
- source_sentence: 'query: What happens to the RSUs if the Grantee terminates their
|
45 |
+
employment before the Performance Goals are achieved?'
|
46 |
+
sentences:
|
47 |
+
- 7 to the contrary, if the Grantee elects to defer the settlement of the RSUs pursuant
|
48 |
+
to the Company’s Executive Deferred Compensation Plan (or any other non-qualified
|
49 |
+
deferred compensation plan providing for the ability to defer settlement of the
|
50 |
+
RSUs), then the time, form and medium of payment with respect to any deferred
|
51 |
+
RSUs shall be made pursuant to the terms and conditions of the Executive Deferred
|
52 |
+
Compensation Plan (or similar non-qualified deferred compensation plan). 5.Forfeiture.
|
53 |
+
Except as otherwise provided in Sections 6 and 7, the Grantee will forfeit his
|
54 |
+
or her interest in the RSUs to the extent the Performance Goals are not achieved
|
55 |
+
during the 2 --------------------------------------------------------------------------------
|
56 |
+
Performance Period or if the Grantee terminates his or her employment with the
|
57 |
+
Company or any of its Subsidiaries
|
58 |
+
- the Change of Control Period is terminated prior to the Restriction Lapse Date,
|
59 |
+
either (A)by the Company other than for Cause or (B)by the Grantee for Good Reason
|
60 |
+
and the Grantee in both cases has remained in continuous Service through the date
|
61 |
+
of termination, then all RSUs shall be immediately vested. If a Change of Control
|
62 |
+
occurs subsequent to the last day of the Performance Period, but prior to the
|
63 |
+
Restriction Lapse Date, then PSUs shall be converted to RSUs only after calculation
|
64 |
+
of Free Cash Flow, provided, however, in the event that the Company has failed
|
65 |
+
to achieve the Minimum Free Cash Flow for the Performance Period, then all PSUs
|
66 |
+
shall be forfeited regardless of the Change of Control occurring after the end
|
67 |
+
of the Performance Period.
|
68 |
+
- between the parties as to enforceability of Section9 or the terms contained in
|
69 |
+
Section9(i), notwithstanding the outcome of any such dispute, shall be the sole
|
70 |
+
responsibility of the Company, and the Company shall not take any action to seek
|
71 |
+
reimbursement from you for such expenses. (i) The noncompetition periods described
|
72 |
+
in Section8 of this Agreement shall be suspended while you engage in any activities
|
73 |
+
in breach of this Agreement. In the event that a court grants injunctive relief
|
74 |
+
to the Company for your failure to comply with Section8, the noncompetition period
|
75 |
+
shall begin again on the date such injunctive relief is granted. (j) Nothing contained
|
76 |
+
in this Section9 shall be construed as limiting your obligations under Sections
|
77 |
+
6, 7, or 8 of this Agreement concerning Confidential Information, Inventions,
|
78 |
+
- source_sentence: 'query: What modifications are made to Section 12.1(d) of the Equity
|
79 |
+
Definitions in the context of a Share-for-Combined merger event?'
|
80 |
+
sentences:
|
81 |
+
- 'Section 14.07 of the Indenture. Tender Offers: Applicable; provided that notwithstanding
|
82 |
+
Section 12.1(d) of the Equity Definitions, a “Tender Offer” means the occurrence
|
83 |
+
of any event or condition set forth in Section 14.04(e) of the Indenture. Consequences
|
84 |
+
of Merger Events / Tender Offers: Notwithstanding Section 12.2 and Section 12.3
|
85 |
+
of the Equity Definitions, upon the occurrence of a Merger Event or a Tender Offer,
|
86 |
+
the Calculation Agent shall make, to the extent an analogous adjustment is required
|
87 |
+
to be made pursuant to the Indenture, a corresponding adjustment in respect of
|
88 |
+
any such adjustment under the Indenture to any one or more of the nature of the
|
89 |
+
Shares (in the case of a Merger Event), Strike Price, Number of Options and Option
|
90 |
+
Entitlement, subject to the second paragraph under'
|
91 |
+
- 'Group nor any of their respective directors, executive officers, brokers or other
|
92 |
+
agents acting or benefiting in any capacity in connection with the Facility: (a)
|
93 |
+
is currently subject to any sanctions administered by OFAC or any similar sanctions
|
94 |
+
imposed by the European Union, Singapore, the United Kingdom, the United Nations
|
95 |
+
Security Council, the United States or any other country (together, “Sanctions”);
|
96 |
+
(b) is a Designated Person; (c) conducts any business or engages in making or
|
97 |
+
receiving any contribution of funds, goods or services to or for the benefit of
|
98 |
+
any Designated Person; (d) deals in, or otherwise engages in any transaction relating
|
99 |
+
to, any property or interest in property blocked pursuant to any Anti-Terrorism
|
100 |
+
Law; or (e) engages in or conspires to engage in any transaction that evades'
|
101 |
+
- 'related Supplemental Confirmation. Extraordinary Events: ConsequencesofMergerEvents:
|
102 |
+
(a) Share-for-Share: Modified Calculation Agent Adjustment (b) Share-for-Other:
|
103 |
+
Cancellation and Payment (c) Share-for-Combined: Component Adjustment Tender Offer:
|
104 |
+
Applicable; provided that (i)Section12.1(d) of the Equity Definitions shall be
|
105 |
+
amended by replacing “10%” in the third line thereof with “20%,” (ii) Section12.1(1)
|
106 |
+
of the Equity Definitions shall be amended (x)by deleting the parenthetical in
|
107 |
+
the fifth line thereof, (y)by replacing “that” in the fifth line thereof with
|
108 |
+
“whether or not such announcement” and (z)by adding immediately after the words
|
109 |
+
“Tender Offer” in the fifth line thereof “, and any publicly announced change
|
110 |
+
or amendment to such an announcement (including the announcement of an abandonment
|
111 |
+
of such intention)” and (iii)Sections 12.3(a) and 12.3(d) of the Equity Definitions
|
112 |
+
shall each be amended by replacing each occurrence'
|
113 |
+
- source_sentence: 'query: When do participant''s rights to vested Restricted Share
|
114 |
+
Units become nonforfeitable?'
|
115 |
+
sentences:
|
116 |
+
- Participant’s rights to such vested number of Restricted Share Units shall become
|
117 |
+
nonforfeitable as of the last day of the Performance Period, subject to Section
|
118 |
+
3(d) below. Except as provided in Section 3(b) or (c) below, to the extent that
|
119 |
+
such Performance Criteria have not been satisfied as of the last day of the Performance
|
120 |
+
Period, any portion of the Restricted Share Units awarded under this Agreement
|
121 |
+
that does not vest, as calculated in accordance with Section 4, shall be canceled
|
122 |
+
immediately and shall not be payable to the Participant. Prior to the issuance
|
123 |
+
of any Shares in settlement of any Restricted Share Units, the Committee shall
|
124 |
+
certify in writing (which may be set forth in the minutes of a meeting of the
|
125 |
+
Committee) the extent to which
|
126 |
+
- practical after each Vesting Date. vi. In exchange for receipt of consideration
|
127 |
+
in the form of the Restricted Stock award pursuant to this Agreement, and other
|
128 |
+
good and valuable consideration, Grantee agrees that Grantee shall comply with
|
129 |
+
the confidentiality, inventions, non-solicitation and non-competition provisions
|
130 |
+
attached hereto as Exhibit B. vii. Notwithstanding the other provisions of this
|
131 |
+
Agreement, in the event of a Change in Control prior to the Vesting Date, all
|
132 |
+
Shares of Restricted Stock shall become fully vested and nonforfeitable as of
|
133 |
+
the date of the Change in Control. The Company shall transfer the Shares of Restricted
|
134 |
+
Stock that become vested pursuant to this provision to an unrestricted account
|
135 |
+
in the name of the Grantee as soon as practical after the date of the Change in
|
136 |
+
Control.
|
137 |
+
- 'less than a majority of the combined voting power of the resulting entity immediately
|
138 |
+
after the merger or consolidation is held by persons who were shareholders of
|
139 |
+
the Bank or the Company immediately before the merger or consolidation; ii. Change
|
140 |
+
in Board Composition: During any period of two consecutive years, individuals
|
141 |
+
who constitute the Boards of Directors of the Bank or the Company at the beginning
|
142 |
+
of the two-year period cease for any reason (other than as required by the Order
|
143 |
+
to Cease and Desist dated June6, 2005 entered into by the Bank with the Office
|
144 |
+
of Thrift Supervision) to constitute at least a majority of the Boards of Directors
|
145 |
+
of the Bank or the Company; provided, however, that for purposes of this clause
|
146 |
+
(iii), each director who'
|
147 |
+
- source_sentence: 'query: Under what conditions will the legend on Series G Units
|
148 |
+
cease to be required?'
|
149 |
+
sentences:
|
150 |
+
- requirement that the Series G Units contain the legend set forth in clause (j)above
|
151 |
+
shall cease and terminate upon the earlier of (i)when such shares are transferred
|
152 |
+
pursuant to Rule 144 under the 1933 Act or (ii)when such securities are transferred
|
153 |
+
in any other transaction if the transferor delivers to the Company a written opinion
|
154 |
+
of counsel (which opinion and counsel shall be reasonably satisfactory to the
|
155 |
+
Company) to the effect that such legend is no longer necessary in order to protect
|
156 |
+
the Company against a violation by it of the 1933 Act upon any sale or other disposition
|
157 |
+
of such securities without registration thereunder. Upon the consummation of an
|
158 |
+
event described in (i)or (ii)above, the Company, upon surrender of certificates
|
159 |
+
containing such legend, shall, at its own
|
160 |
+
- '(b)after-hours. c. There are no Required Removables (as defined in the Lease)
|
161 |
+
or Alterations to be removed from the Premises upon the expiration or sooner termination
|
162 |
+
of the Lease and neither Sublandlord nor Subtenant shall be required to remove
|
163 |
+
any improvements or Alterations existing in the Premises as of the date hereof.
|
164 |
+
d. The existing Security Devices have been removed from the Premises. 6. Additional
|
165 |
+
Rights of Subtenant. Landlord hereby agrees and consents to the following exercise
|
166 |
+
of rights by Subtenant under the Lease: a. Subtenant shall be permitted to exercise
|
167 |
+
all rights of Sublandlord, as tenant, under Section8.7 of the Lease with respect
|
168 |
+
to Roof Equipment, which rights shall be subject to the requirements of the Lease,
|
169 |
+
including but not limited to Section8.7. In no event shall'
|
170 |
+
- Legend on Certificate. Until the eligibility conditions of this Award have been
|
171 |
+
satisfied and shares of Stock have been issued in accordance with the terms of
|
172 |
+
this Agreement or by action of the Committee, the Units awarded hereunder are
|
173 |
+
not transferable and shall not be sold, transferred, assigned, pledged, gifted,
|
174 |
+
hypothecated or otherwise disposed of or encumbered by you. Transfers of shares
|
175 |
+
of Stock by you are subject to the Company’s Stock Trading Policy and applicable
|
176 |
+
securities laws. Shares of Stock issued to you in certificate form or to your
|
177 |
+
book entry account upon satisfaction of the vesting and other conditions of this
|
178 |
+
Award may be restricted from transfer or sale by the Company and evidenced by
|
179 |
+
stop-transfer instructions upon your book entry account or restricted legend(s)
|
180 |
+
affixed
|
181 |
+
pipeline_tag: sentence-similarity
|
182 |
+
library_name: sentence-transformers
|
183 |
+
---
|
184 |
+
|
185 |
+
# SentenceTransformer based on sentence-transformers/all-mpnet-base-v2
|
186 |
+
|
187 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the json dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
188 |
+
|
189 |
+
## Model Details
|
190 |
+
|
191 |
+
### Model Description
|
192 |
+
- **Model Type:** Sentence Transformer
|
193 |
+
- **Base model:** [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) <!-- at revision 9a3225965996d404b775526de6dbfe85d3368642 -->
|
194 |
+
- **Maximum Sequence Length:** 384 tokens
|
195 |
+
- **Output Dimensionality:** 768 dimensions
|
196 |
+
- **Similarity Function:** Cosine Similarity
|
197 |
+
- **Training Dataset:**
|
198 |
+
- json
|
199 |
+
<!-- - **Language:** Unknown -->
|
200 |
+
<!-- - **License:** Unknown -->
|
201 |
+
|
202 |
+
### Model Sources
|
203 |
+
|
204 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
205 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
206 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
207 |
+
|
208 |
+
### Full Model Architecture
|
209 |
+
|
210 |
+
```
|
211 |
+
SentenceTransformer(
|
212 |
+
(0): Transformer({'max_seq_length': 384, 'do_lower_case': False}) with Transformer model: PeftModelForFeatureExtraction
|
213 |
+
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
214 |
+
(2): Normalize()
|
215 |
+
)
|
216 |
+
```
|
217 |
+
|
218 |
+
## Usage
|
219 |
+
|
220 |
+
### Direct Usage (Sentence Transformers)
|
221 |
+
|
222 |
+
First install the Sentence Transformers library:
|
223 |
+
|
224 |
+
```bash
|
225 |
+
pip install -U sentence-transformers
|
226 |
+
```
|
227 |
+
|
228 |
+
Then you can load this model and run inference.
|
229 |
+
```python
|
230 |
+
from sentence_transformers import SentenceTransformer
|
231 |
+
|
232 |
+
# Download from the 🤗 Hub
|
233 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
234 |
+
# Run inference
|
235 |
+
sentences = [
|
236 |
+
'query: Under what conditions will the legend on Series G Units cease to be required?',
|
237 |
+
'requirement that the Series G Units contain the legend set forth in clause (j)above shall cease and terminate upon the earlier of (i)when such shares are transferred pursuant to Rule 144 under the 1933 Act or (ii)when such securities are transferred in any other transaction if the transferor delivers to the Company a written opinion of counsel (which opinion and counsel shall be reasonably satisfactory to the Company) to the effect that such legend is no longer necessary in order to protect the Company against a violation by it of the 1933 Act upon any sale or other disposition of such securities without registration thereunder. Upon the consummation of an event described in (i)or (ii)above, the Company, upon surrender of certificates containing such legend, shall, at its own',
|
238 |
+
'Legend on Certificate. Until the eligibility conditions of this Award have been satisfied and shares of Stock have been issued in accordance with the terms of this Agreement or by action of the Committee, the Units awarded hereunder are not transferable and shall not be sold, transferred, assigned, pledged, gifted, hypothecated or otherwise disposed of or encumbered by you. Transfers of shares of Stock by you are subject to the Company’s Stock Trading Policy and applicable securities laws. Shares of Stock issued to you in certificate form or to your book entry account upon satisfaction of the vesting and other conditions of this Award may be restricted from transfer or sale by the Company and evidenced by stop-transfer instructions upon your book entry account or restricted legend(s) affixed',
|
239 |
+
]
|
240 |
+
embeddings = model.encode(sentences)
|
241 |
+
print(embeddings.shape)
|
242 |
+
# [3, 768]
|
243 |
+
|
244 |
+
# Get the similarity scores for the embeddings
|
245 |
+
similarities = model.similarity(embeddings, embeddings)
|
246 |
+
print(similarities.shape)
|
247 |
+
# [3, 3]
|
248 |
+
```
|
249 |
+
|
250 |
+
<!--
|
251 |
+
### Direct Usage (Transformers)
|
252 |
+
|
253 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
254 |
+
|
255 |
+
</details>
|
256 |
+
-->
|
257 |
+
|
258 |
+
<!--
|
259 |
+
### Downstream Usage (Sentence Transformers)
|
260 |
+
|
261 |
+
You can finetune this model on your own dataset.
|
262 |
+
|
263 |
+
<details><summary>Click to expand</summary>
|
264 |
+
|
265 |
+
</details>
|
266 |
+
-->
|
267 |
+
|
268 |
+
<!--
|
269 |
+
### Out-of-Scope Use
|
270 |
+
|
271 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
272 |
+
-->
|
273 |
+
|
274 |
+
<!--
|
275 |
+
## Bias, Risks and Limitations
|
276 |
+
|
277 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
278 |
+
-->
|
279 |
+
|
280 |
+
<!--
|
281 |
+
### Recommendations
|
282 |
+
|
283 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
284 |
+
-->
|
285 |
+
|
286 |
+
## Training Details
|
287 |
+
|
288 |
+
### Training Dataset
|
289 |
+
|
290 |
+
#### json
|
291 |
+
|
292 |
+
* Dataset: json
|
293 |
+
* Size: 32,378 training samples
|
294 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
295 |
+
* Approximate statistics based on the first 1000 samples:
|
296 |
+
| | anchor | positive | negative |
|
297 |
+
|:--------|:-----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
|
298 |
+
| type | string | string | string |
|
299 |
+
| details | <ul><li>min: 11 tokens</li><li>mean: 22.14 tokens</li><li>max: 43 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 189.63 tokens</li><li>max: 384 tokens</li></ul> | <ul><li>min: 64 tokens</li><li>mean: 195.06 tokens</li><li>max: 384 tokens</li></ul> |
|
300 |
+
* Samples:
|
301 |
+
| anchor | positive | negative |
|
302 |
+
|:-----------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
303 |
+
| <code>query: What is the effective date of the Fifth Amendment to the Approach Resources Inc. 2007 Stock Incentive Plan?</code> | <code>Exhibit 10.1 FIFTH AMENDMENT TO THE APPROACH RESOURCES INC. 2007 STOCK INCENTIVE PLAN This Fifth Amendment (the “Fifth Amendment”) to the Approach Resources Inc. 2007 Stock Incentive Plan, as amended from time to time (the “Plan”), is made effective as of June 2, 2016 (the “Amendment Effective Date”), by Approach Resources Inc., a Delaware corporation (“Approach”), subject to approval by Approach’s stockholders. W I T N E S S E T H: WHEREAS, Approach established the Plan, originally effective as of June 28, 2007 and most recently amended effective March 2, 2016, under which Approach is authorized to grant equity-based incentive awards to certain employees and service providers of Approach and its subsidiaries; WHEREAS, Section 14.1 of the Plan provides that Approach’s board of directors (the “Board”) may</code> | <code>Exhibit 10.39 AMENDMENT TO THE BPZ RESOURCES, INC. 2007 LONG-TERM INCENTIVE COMPENSATION PLAN WHEREAS, BPZ Resources,Inc. (the “Company”) adopted and maintains the BPZ Energy,Inc. 2007 Long-Term Incentive Compensation Plan (the “Plan”), effective as of June4, 2007, to provide an opportunity for its eligible employees and certain independent contractors to earn long term incentive awards in consideration for their services; WHEREAS, the Company now desires to amend the Plan to reserve additional shares for issuance under the Plan. NOW THEREFORE, effective as of June 20, 2014, the Plan is hereby amended by replacing Section7(a)with the following new Section7(a)that shall read as follows: “(a) Maximum Shares. Subject to adjustment as provided in this Section 7, there is hereby reserved for issuance under the Plan up to 12,000,000 shares of Stock</code> |
|
304 |
+
| <code>query: What is the date on which the Company accepted the subscription?</code> | <code>to acceptance by the Company, the undersigned has completed this Subscription Agreement to evidence his/her/its subscription for participation in the securities of the Company, this ____th day of _________ 2013. Subscriber Printed name If an entity, on behalf of: Subscriber’s position with entity: The Company has accepted this subscription this ____ day of _________ 2012. OverNear, Inc. By Its: Printed Name: Page11 of 19 Subscription Agreement OverNear, Inc. -------------------------------------------------------------------------------- Subscription Documents - Continued OVERNEAR, INC. (THE “COMPANY”) INVESTOR APPLICATION (QUALIFICATION QUESTIONNAIRE) (CONFIDENTIAL) ALL INFORMATION CONTAINED IN THIS APPLICATIONWILL BE TREATEDCONFIDENTIALLY. The undersigned understands, however, that the Company may present this application to such parties as the Company, in his discretion, deems appropriate when called upon to establish that the proposed offer and sale of the Securities are exempt</code> | <code>and each Subscriber is executing and delivering this agreement in reliance upon the exemption from securities registration afforded by Section 4(2) of the Securities Act and Rule 506 of Regulation D as promulgated by the SEC under the Securities Act; and WHEREAS the subscription for the Securities will be made in accordance with and subject to the terms and conditions of this Subscription Agreement and the Company's Confidential Private Placement Memorandum dated January 28, 2014 together with all amendments thereof and supplements and exhibits thereto and as such may be amended from time to time (the "Memorandum"); and WHEREAS, the Subscriber desires to purchase such number of shares of Common Stock (together with the associated Warrants) as set forth on the signature page hereof on the terms and</code> |
|
305 |
+
| <code>query: What percentage of common shares must an entity own to be considered an Acquiring Person under the Rights Agreement?</code> | <code>the mutual agreements herein set forth, the parties agree as follows: Section1. Amendment to Section1.1. Section1.1 of the Rights Agreement is amended to read in its entirety as follows: “1.1 “Acquiring Person” shall mean any Person (as such term is hereinafter defined) who or which, together with all Affiliates and Associates (as such terms are hereinafter defined) of such Person, shall be the Beneficial Owner (as such term is hereinafter defined) of 15% or more of the Common Shares of the Company then outstanding, but shall not include: (i) the Company; (ii) any Subsidiary of the Company; (iii) any employee benefit plan of the Company or of any Subsidiary of the Company or any entity holding shares of capital stock of the Company for or pursuant to the</code> | <code>of more than 25% of the Common Shares outstanding immediately prior to the distribution, and in making this determination the Common Shares to be issued to such Person in the distribution shall be deemed to be held by such Person but shall not be included in the aggregate number of outstanding Common Shares immediately prior to the distribution ("Exempt Acquisitions"); the acquisition of Common Shares upon the exercise of Convertible Securities received by such Person pursuant to a Permitted Bid Acquisition, an Exempt Acquisition or a Pro Rata Acquisition (as defined below) ("Convertible Security Acquisitions"); or acquisitions as a result of a stock dividend, a stock split or other event pursuant to which such Person receives or acquires Common Shares or Convertible Securities on the same pro rata</code> |
|
306 |
+
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
307 |
+
```json
|
308 |
+
{
|
309 |
+
"scale": 20.0,
|
310 |
+
"similarity_fct": "cos_sim"
|
311 |
+
}
|
312 |
+
```
|
313 |
+
|
314 |
+
### Training Hyperparameters
|
315 |
+
#### Non-Default Hyperparameters
|
316 |
+
|
317 |
+
- `per_device_train_batch_size`: 16
|
318 |
+
- `gradient_accumulation_steps`: 8
|
319 |
+
- `learning_rate`: 0.0001
|
320 |
+
- `num_train_epochs`: 1
|
321 |
+
- `lr_scheduler_type`: cosine_with_restarts
|
322 |
+
- `warmup_ratio`: 0.1
|
323 |
+
- `bf16`: True
|
324 |
+
- `batch_sampler`: no_duplicates
|
325 |
+
|
326 |
+
#### All Hyperparameters
|
327 |
+
<details><summary>Click to expand</summary>
|
328 |
+
|
329 |
+
- `overwrite_output_dir`: False
|
330 |
+
- `do_predict`: False
|
331 |
+
- `eval_strategy`: no
|
332 |
+
- `prediction_loss_only`: True
|
333 |
+
- `per_device_train_batch_size`: 16
|
334 |
+
- `per_device_eval_batch_size`: 8
|
335 |
+
- `per_gpu_train_batch_size`: None
|
336 |
+
- `per_gpu_eval_batch_size`: None
|
337 |
+
- `gradient_accumulation_steps`: 8
|
338 |
+
- `eval_accumulation_steps`: None
|
339 |
+
- `torch_empty_cache_steps`: None
|
340 |
+
- `learning_rate`: 0.0001
|
341 |
+
- `weight_decay`: 0.0
|
342 |
+
- `adam_beta1`: 0.9
|
343 |
+
- `adam_beta2`: 0.999
|
344 |
+
- `adam_epsilon`: 1e-08
|
345 |
+
- `max_grad_norm`: 1.0
|
346 |
+
- `num_train_epochs`: 1
|
347 |
+
- `max_steps`: -1
|
348 |
+
- `lr_scheduler_type`: cosine_with_restarts
|
349 |
+
- `lr_scheduler_kwargs`: {}
|
350 |
+
- `warmup_ratio`: 0.1
|
351 |
+
- `warmup_steps`: 0
|
352 |
+
- `log_level`: passive
|
353 |
+
- `log_level_replica`: warning
|
354 |
+
- `log_on_each_node`: True
|
355 |
+
- `logging_nan_inf_filter`: True
|
356 |
+
- `save_safetensors`: True
|
357 |
+
- `save_on_each_node`: False
|
358 |
+
- `save_only_model`: False
|
359 |
+
- `restore_callback_states_from_checkpoint`: False
|
360 |
+
- `no_cuda`: False
|
361 |
+
- `use_cpu`: False
|
362 |
+
- `use_mps_device`: False
|
363 |
+
- `seed`: 42
|
364 |
+
- `data_seed`: None
|
365 |
+
- `jit_mode_eval`: False
|
366 |
+
- `use_ipex`: False
|
367 |
+
- `bf16`: True
|
368 |
+
- `fp16`: False
|
369 |
+
- `fp16_opt_level`: O1
|
370 |
+
- `half_precision_backend`: auto
|
371 |
+
- `bf16_full_eval`: False
|
372 |
+
- `fp16_full_eval`: False
|
373 |
+
- `tf32`: None
|
374 |
+
- `local_rank`: 0
|
375 |
+
- `ddp_backend`: None
|
376 |
+
- `tpu_num_cores`: None
|
377 |
+
- `tpu_metrics_debug`: False
|
378 |
+
- `debug`: []
|
379 |
+
- `dataloader_drop_last`: False
|
380 |
+
- `dataloader_num_workers`: 0
|
381 |
+
- `dataloader_prefetch_factor`: None
|
382 |
+
- `past_index`: -1
|
383 |
+
- `disable_tqdm`: False
|
384 |
+
- `remove_unused_columns`: True
|
385 |
+
- `label_names`: None
|
386 |
+
- `load_best_model_at_end`: False
|
387 |
+
- `ignore_data_skip`: False
|
388 |
+
- `fsdp`: []
|
389 |
+
- `fsdp_min_num_params`: 0
|
390 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
391 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
392 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
393 |
+
- `deepspeed`: None
|
394 |
+
- `label_smoothing_factor`: 0.0
|
395 |
+
- `optim`: adamw_torch
|
396 |
+
- `optim_args`: None
|
397 |
+
- `adafactor`: False
|
398 |
+
- `group_by_length`: False
|
399 |
+
- `length_column_name`: length
|
400 |
+
- `ddp_find_unused_parameters`: None
|
401 |
+
- `ddp_bucket_cap_mb`: None
|
402 |
+
- `ddp_broadcast_buffers`: False
|
403 |
+
- `dataloader_pin_memory`: True
|
404 |
+
- `dataloader_persistent_workers`: False
|
405 |
+
- `skip_memory_metrics`: True
|
406 |
+
- `use_legacy_prediction_loop`: False
|
407 |
+
- `push_to_hub`: False
|
408 |
+
- `resume_from_checkpoint`: None
|
409 |
+
- `hub_model_id`: None
|
410 |
+
- `hub_strategy`: every_save
|
411 |
+
- `hub_private_repo`: False
|
412 |
+
- `hub_always_push`: False
|
413 |
+
- `gradient_checkpointing`: False
|
414 |
+
- `gradient_checkpointing_kwargs`: None
|
415 |
+
- `include_inputs_for_metrics`: False
|
416 |
+
- `eval_do_concat_batches`: True
|
417 |
+
- `fp16_backend`: auto
|
418 |
+
- `push_to_hub_model_id`: None
|
419 |
+
- `push_to_hub_organization`: None
|
420 |
+
- `mp_parameters`:
|
421 |
+
- `auto_find_batch_size`: False
|
422 |
+
- `full_determinism`: False
|
423 |
+
- `torchdynamo`: None
|
424 |
+
- `ray_scope`: last
|
425 |
+
- `ddp_timeout`: 1800
|
426 |
+
- `torch_compile`: False
|
427 |
+
- `torch_compile_backend`: None
|
428 |
+
- `torch_compile_mode`: None
|
429 |
+
- `dispatch_batches`: None
|
430 |
+
- `split_batches`: None
|
431 |
+
- `include_tokens_per_second`: False
|
432 |
+
- `include_num_input_tokens_seen`: False
|
433 |
+
- `neftune_noise_alpha`: None
|
434 |
+
- `optim_target_modules`: None
|
435 |
+
- `batch_eval_metrics`: False
|
436 |
+
- `eval_on_start`: False
|
437 |
+
- `eval_use_gather_object`: False
|
438 |
+
- `prompts`: None
|
439 |
+
- `batch_sampler`: no_duplicates
|
440 |
+
- `multi_dataset_batch_sampler`: proportional
|
441 |
+
|
442 |
+
</details>
|
443 |
+
|
444 |
+
### Training Logs
|
445 |
+
| Epoch | Step | Training Loss |
|
446 |
+
|:------:|:----:|:-------------:|
|
447 |
+
| 0.0128 | 1 | 0.6274 |
|
448 |
+
| 0.0256 | 2 | 0.7466 |
|
449 |
+
| 0.0384 | 3 | 0.6275 |
|
450 |
+
| 0.0512 | 4 | 0.7828 |
|
451 |
+
| 0.064 | 5 | 0.8595 |
|
452 |
+
| 0.0768 | 6 | 0.7202 |
|
453 |
+
| 0.0896 | 7 | 0.8533 |
|
454 |
+
| 0.1024 | 8 | 0.8205 |
|
455 |
+
| 0.1152 | 9 | 0.5946 |
|
456 |
+
| 0.128 | 10 | 0.6259 |
|
457 |
+
| 0.1408 | 11 | 0.6942 |
|
458 |
+
| 0.1536 | 12 | 0.5639 |
|
459 |
+
| 0.1664 | 13 | 0.5801 |
|
460 |
+
| 0.1792 | 14 | 0.6961 |
|
461 |
+
| 0.192 | 15 | 0.5709 |
|
462 |
+
| 0.2048 | 16 | 0.5827 |
|
463 |
+
| 0.2176 | 17 | 0.5587 |
|
464 |
+
| 0.2304 | 18 | 0.6785 |
|
465 |
+
| 0.2432 | 19 | 0.5421 |
|
466 |
+
| 0.256 | 20 | 0.5633 |
|
467 |
+
| 0.2688 | 21 | 0.4312 |
|
468 |
+
| 0.2816 | 22 | 0.4915 |
|
469 |
+
| 0.2944 | 23 | 0.5614 |
|
470 |
+
| 0.3072 | 24 | 0.3686 |
|
471 |
+
| 0.32 | 25 | 0.4252 |
|
472 |
+
| 0.3328 | 26 | 0.4877 |
|
473 |
+
| 0.3456 | 27 | 0.4616 |
|
474 |
+
| 0.3584 | 28 | 0.3765 |
|
475 |
+
| 0.3712 | 29 | 0.4412 |
|
476 |
+
| 0.384 | 30 | 0.4257 |
|
477 |
+
| 0.3968 | 31 | 0.5719 |
|
478 |
+
| 0.4096 | 32 | 0.4199 |
|
479 |
+
| 0.4224 | 33 | 0.4739 |
|
480 |
+
| 0.4352 | 34 | 0.4306 |
|
481 |
+
| 0.448 | 35 | 0.4413 |
|
482 |
+
| 0.4608 | 36 | 0.4897 |
|
483 |
+
| 0.4736 | 37 | 0.4035 |
|
484 |
+
| 0.4864 | 38 | 0.4182 |
|
485 |
+
| 0.4992 | 39 | 0.4927 |
|
486 |
+
| 0.512 | 40 | 0.3966 |
|
487 |
+
| 0.5248 | 41 | 0.3429 |
|
488 |
+
| 0.5376 | 42 | 0.4481 |
|
489 |
+
| 0.5504 | 43 | 0.5065 |
|
490 |
+
| 0.5632 | 44 | 0.3777 |
|
491 |
+
| 0.576 | 45 | 0.3732 |
|
492 |
+
| 0.5888 | 46 | 0.3587 |
|
493 |
+
| 0.6016 | 47 | 0.3732 |
|
494 |
+
| 0.6144 | 48 | 0.3401 |
|
495 |
+
| 0.6272 | 49 | 0.3553 |
|
496 |
+
| 0.64 | 50 | 0.5326 |
|
497 |
+
| 0.6528 | 51 | 0.3874 |
|
498 |
+
| 0.6656 | 52 | 0.3768 |
|
499 |
+
| 0.6784 | 53 | 0.3759 |
|
500 |
+
| 0.6912 | 54 | 0.4088 |
|
501 |
+
| 0.704 | 55 | 0.3846 |
|
502 |
+
| 0.7168 | 56 | 0.4591 |
|
503 |
+
| 0.7296 | 57 | 0.4135 |
|
504 |
+
| 0.7424 | 58 | 0.3038 |
|
505 |
+
| 0.7552 | 59 | 0.4156 |
|
506 |
+
| 0.768 | 60 | 0.3611 |
|
507 |
+
| 0.7808 | 61 | 0.3517 |
|
508 |
+
| 0.7936 | 62 | 0.4054 |
|
509 |
+
| 0.8064 | 63 | 0.3859 |
|
510 |
+
| 0.8192 | 64 | 0.463 |
|
511 |
+
| 0.832 | 65 | 0.4033 |
|
512 |
+
| 0.8448 | 66 | 0.4706 |
|
513 |
+
| 0.8576 | 67 | 0.4508 |
|
514 |
+
| 0.8704 | 68 | 0.3988 |
|
515 |
+
| 0.8832 | 69 | 0.2877 |
|
516 |
+
| 0.896 | 70 | 0.4187 |
|
517 |
+
| 0.9088 | 71 | 0.4109 |
|
518 |
+
| 0.9216 | 72 | 0.317 |
|
519 |
+
| 0.9344 | 73 | 0.4432 |
|
520 |
+
| 0.9472 | 74 | 0.4396 |
|
521 |
+
| 0.96 | 75 | 0.4123 |
|
522 |
+
| 0.9728 | 76 | 0.3119 |
|
523 |
+
| 0.9856 | 77 | 0.3858 |
|
524 |
+
| 0.9984 | 78 | 0.4166 |
|
525 |
+
|
526 |
+
|
527 |
+
### Framework Versions
|
528 |
+
- Python: 3.12.3
|
529 |
+
- Sentence Transformers: 3.3.1
|
530 |
+
- Transformers: 4.44.2
|
531 |
+
- PyTorch: 2.5.1
|
532 |
+
- Accelerate: 1.2.1
|
533 |
+
- Datasets: 2.19.0
|
534 |
+
- Tokenizers: 0.19.1
|
535 |
+
|
536 |
+
## Citation
|
537 |
+
|
538 |
+
### BibTeX
|
539 |
+
|
540 |
+
#### Sentence Transformers
|
541 |
+
```bibtex
|
542 |
+
@inproceedings{reimers-2019-sentence-bert,
|
543 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
544 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
545 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
546 |
+
month = "11",
|
547 |
+
year = "2019",
|
548 |
+
publisher = "Association for Computational Linguistics",
|
549 |
+
url = "https://arxiv.org/abs/1908.10084",
|
550 |
+
}
|
551 |
+
```
|
552 |
+
|
553 |
+
#### MultipleNegativesRankingLoss
|
554 |
+
```bibtex
|
555 |
+
@misc{henderson2017efficient,
|
556 |
+
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
557 |
+
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},
|
558 |
+
year={2017},
|
559 |
+
eprint={1705.00652},
|
560 |
+
archivePrefix={arXiv},
|
561 |
+
primaryClass={cs.CL}
|
562 |
+
}
|
563 |
+
```
|
564 |
+
|
565 |
+
<!--
|
566 |
+
## Glossary
|
567 |
+
|
568 |
+
*Clearly define terms in order to be accessible across audiences.*
|
569 |
+
-->
|
570 |
+
|
571 |
+
<!--
|
572 |
+
## Model Card Authors
|
573 |
+
|
574 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
575 |
+
-->
|
576 |
+
|
577 |
+
<!--
|
578 |
+
## Model Card Contact
|
579 |
+
|
580 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
581 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/all-mpnet-base-v2",
|
3 |
+
"architectures": [
|
4 |
+
"MPNetModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"max_position_embeddings": 514,
|
16 |
+
"model_type": "mpnet",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"relative_attention_num_buckets": 32,
|
21 |
+
"torch_dtype": "bfloat16",
|
22 |
+
"transformers_version": "4.44.2",
|
23 |
+
"vocab_size": 30527
|
24 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.3.1",
|
4 |
+
"transformers": "4.44.2",
|
5 |
+
"pytorch": "2.5.1"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68292d571922fb035788497a6f32b663f5feb3db3cc4fe37b4eee3305bf45825
|
3 |
+
size 218994824
|
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": 384,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"104": {
|
36 |
+
"content": "[UNK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"30526": {
|
44 |
+
"content": "<mask>",
|
45 |
+
"lstrip": true,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"bos_token": "<s>",
|
53 |
+
"clean_up_tokenization_spaces": true,
|
54 |
+
"cls_token": "<s>",
|
55 |
+
"do_lower_case": true,
|
56 |
+
"eos_token": "</s>",
|
57 |
+
"mask_token": "<mask>",
|
58 |
+
"max_length": 128,
|
59 |
+
"model_max_length": 384,
|
60 |
+
"pad_to_multiple_of": null,
|
61 |
+
"pad_token": "<pad>",
|
62 |
+
"pad_token_type_id": 0,
|
63 |
+
"padding_side": "right",
|
64 |
+
"sep_token": "</s>",
|
65 |
+
"stride": 0,
|
66 |
+
"strip_accents": null,
|
67 |
+
"tokenize_chinese_chars": true,
|
68 |
+
"tokenizer_class": "MPNetTokenizer",
|
69 |
+
"truncation_side": "right",
|
70 |
+
"truncation_strategy": "longest_first",
|
71 |
+
"unk_token": "[UNK]"
|
72 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|