lw2134 commited on
Commit
9006307
·
verified ·
1 Parent(s): a45468a

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,1053 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Alibaba-NLP/gte-large-en-v1.5
3
+ library_name: sentence-transformers
4
+ metrics:
5
+ - cosine_accuracy@1
6
+ - cosine_accuracy@3
7
+ - cosine_accuracy@5
8
+ - cosine_accuracy@10
9
+ - cosine_precision@1
10
+ - cosine_precision@3
11
+ - cosine_precision@5
12
+ - cosine_precision@10
13
+ - cosine_recall@1
14
+ - cosine_recall@3
15
+ - cosine_recall@5
16
+ - cosine_recall@10
17
+ - cosine_ndcg@10
18
+ - cosine_mrr@10
19
+ - cosine_map@100
20
+ - dot_accuracy@1
21
+ - dot_accuracy@3
22
+ - dot_accuracy@5
23
+ - dot_accuracy@10
24
+ - dot_precision@1
25
+ - dot_precision@3
26
+ - dot_precision@5
27
+ - dot_precision@10
28
+ - dot_recall@1
29
+ - dot_recall@3
30
+ - dot_recall@5
31
+ - dot_recall@10
32
+ - dot_ndcg@10
33
+ - dot_mrr@10
34
+ - dot_map@100
35
+ pipeline_tag: sentence-similarity
36
+ tags:
37
+ - sentence-transformers
38
+ - sentence-similarity
39
+ - feature-extraction
40
+ - generated_from_trainer
41
+ - dataset_size:224
42
+ - loss:MultipleNegativesRankingLoss
43
+ widget:
44
+ - source_sentence: What are some of the mental health impacts associated with the
45
+ increased use of surveillance technologies in schools and workplaces, as mentioned
46
+ in the context information?
47
+ sentences:
48
+ - "15 GV-1.3-004 Obtain input from stakeholder communities to identify unacceptable\
49
+ \ use , in \naccordance with activities in the AI RMF Map function . CBRN Information\
50
+ \ or Capabilities ; \nObscene, Degrading, and/or \nAbusive Content ; Harmful Bias\
51
+ \ \nand Homogenization ; Dangerous, \nViolent, or Hateful Content \nGV-1.3-005\
52
+ \ Maintain an updated hierarch y of identified and expected GAI risks connected\
53
+ \ to \ncontexts of GAI model advancement and use, potentially including specialized\
54
+ \ risk \nlevels for GAI systems that address issues such as model collapse and\
55
+ \ algorithmic \nmonoculture. Harmful Bias and Homogenization \nGV-1.3-006 Reevaluate\
56
+ \ organizational risk tolerances to account for unacceptable negative risk \n\
57
+ (such as where significant negative impacts are imminent, severe harms are actually\
58
+ \ occurring, or large -scale risks could occur); and broad GAI negative risks,\
59
+ \ \nincluding: Immature safety or risk cultures related to AI and GAI design,\
60
+ \ development and deployment, public information integrity risks, including impacts\
61
+ \ on democratic processes, unknown long -term performance characteristics of GAI.\
62
+ \ Information Integrity ; Dangerous , \nViolent, or Hateful Content ; CBRN \n\
63
+ Information or Capabilities \nGV-1.3-007 Devise a plan to halt development or\
64
+ \ deployment of a GAI system that poses unacceptable negative risk. CBRN Information\
65
+ \ and Capability ; \nInformation Security ; Information \nIntegrity \nAI Actor\
66
+ \ Tasks: Governance and Oversight \n \nGOVERN 1.4: The risk management process\
67
+ \ and its outcomes are established through transparent policies, procedures, and\
68
+ \ other \ncontrols based on organizational risk priorities. \nAction ID Suggested\
69
+ \ Action GAI Risks \nGV-1.4-001 Establish policies and mechanisms to prevent\
70
+ \ GAI systems from generating \nCSAM, NCII or content that violates the law. \
71
+ \ Obscene, Degrading, and/or \nAbusive Content ; Harmful Bias \nand Homogenization\
72
+ \ ; \nDangerous, Violent, or Hateful Content\n \nGV-1.4-002 Establish transparent\
73
+ \ acceptable use policies for GAI that address illegal use or \napplications of\
74
+ \ GAI. CBRN Information or \nCapabilities ; Obscene, \nDegrading, and/or Abusive\
75
+ \ Content ; Data Privacy ; Civil \nRights violations\n \nAI Actor Tasks: AI Development,\
76
+ \ AI Deployment, Governance and Oversight"
77
+ - "DATA PRIVACY \nWHY THIS PRINCIPLE IS IMPORTANT\nThis section provides a brief\
78
+ \ summary of the problems which the principle seeks to address and protect \n\
79
+ against, including illustrative examples. \nData privacy is a foundational and\
80
+ \ cross-cutting principle required for achieving all others in this framework.\
81
+ \ Surveil -\nlance and data collection, sharing, use, and reuse now sit at the\
82
+ \ foundation of business models across many industries, \nwith more and more companies\
83
+ \ tracking the behavior of the American public, building individual profiles based\
84
+ \ on this data, and using this granular-level information as input into automated\
85
+ \ systems that further track, profile, and impact the American public. Government\
86
+ \ agencies, particularly law enforcement agencies, also use and help develop a\
87
+ \ variety of technologies that enhance and expand surveillance capabilities, which\
88
+ \ similarly collect data used as input into other automated systems that directly\
89
+ \ impact people’s lives. Federal law has not grown to address the expanding scale\
90
+ \ of private data collection, or of the ability of governments at all levels to\
91
+ \ access that data and leverage the means of private collection. \nMeanwhile,\
92
+ \ members of the American public are often unable to access their personal data\
93
+ \ or make critical decisions about its collection and use. Data brokers frequently\
94
+ \ collect consumer data from numerous sources without consumers’ permission or\
95
+ \ \nknowledge.60 Moreover, there is a risk that inaccurate and faulty data can\
96
+ \ be used to \nmake decisions about their lives, such as whether they will qualify\
97
+ \ for a loan or get a job. Use of surveillance \ntechnologies has increased in\
98
+ \ schools and workplaces, and, when coupled with consequential management and\
99
+ \ \nevaluation decisions, it is leading to mental health harms such as lowered\
100
+ \ self-confidence, anxiet y, depression, and \na reduced ability to use analytical\
101
+ \ reasoning.61 Documented patterns show that personal data is being aggregated\
102
+ \ by \ndata brokers to profile communities in harmful ways.62 The impact of all\
103
+ \ this data harvesting is corrosive, \nbreeding distrust, anxiety, and other mental\
104
+ \ health problems; chilling speech, protest, and worker organizing; and \nthreatening\
105
+ \ our democratic process.63 The American public should be protected from these\
106
+ \ growing risks. \nIncreasingl y, some companies are taking these concerns seriously\
107
+ \ and integrating mechanisms to protect consumer \nprivacy into their products\
108
+ \ by design and by default, including by minimizing the data they collect, communicating\
109
+ \ collection and use clearl y, and improving security practices. Federal government\
110
+ \ surveillance and other collection and \nuse of data is governed by legal protections\
111
+ \ that help to protect civil liberties and provide for limits on data retention\
112
+ \ in some cases. Many states have also enacted consumer data privacy protection\
113
+ \ regimes to address some of these harms. \nHoweve r, these are not yet standard\
114
+ \ practices, and the United States lacks a comprehensive statutory or regulatory\
115
+ \ \nframework governing the rights of the public when it comes to personal data.\
116
+ \ While a patchwork of laws exists to guide the collection and use of personal\
117
+ \ data in specific contexts, including health, employment, education, and credit,\
118
+ \ it can be unclear how these laws apply in other contexts and in an increasingly\
119
+ \ automated societ y. Additional protec\n-\ntions would assure the American public\
120
+ \ that the automated systems they use are not monitoring their activities, collecting\
121
+ \ information on their lives, or otherwise surveilling them without context-specific\
122
+ \ consent or legal authori\n-\nty. \n31"
123
+ - "Applying The Blueprint for an AI Bill of Rights \nSENSITIVE DATA: Data and metadata\
124
+ \ are sensitive if they pertain to an individual in a sensitive domain \n(defined\
125
+ \ below); are generated by technologies used in a sensitive domain; can be used\
126
+ \ to infer data from a \nsensitive domain or sensitive data about an individual\
127
+ \ (such as disability-related data, genomic data, biometric data, behavioral data,\
128
+ \ geolocation data, data related to interaction with the criminal justice system,\
129
+ \ relationship history and legal status such as custody and divorce information,\
130
+ \ and home, work, or school environmental data); or have the reasonable potential\
131
+ \ to be used in ways that are likely to expose individuals to meaningful harm,\
132
+ \ such as a loss of privacy or financial harm due to identity theft. Data and\
133
+ \ metadata generated by or about those who are not yet legal adults is also sensitive,\
134
+ \ even if not related to a sensitive domain. Such data includes, but is not limited\
135
+ \ to, numerical, text, image, audio, or video data. \nSENSITIVE DOMAINS: “Sensitive\
136
+ \ domains” are those in which activities being conducted can cause material \n\
137
+ harms, including significant adverse effects on human rights such as autonomy\
138
+ \ and dignit y, as well as civil liber-\nties and civil rights. Domains that have\
139
+ \ historically been singled out as deserving of enhanced data protections \nor\
140
+ \ where such enhanced protections are reasonably expected by the public include,\
141
+ \ but are not limited to, health, family planning and care, employment, education,\
142
+ \ criminal justice, and personal finance. In the context of this framework, such\
143
+ \ domains are considered sensitive whether or not the specifics of a system context\
144
+ \ would necessitate coverage under existing la w, and domains and data that are\
145
+ \ considered sensitive are under-\nstood to change over time based on societal\
146
+ \ norms and context. \nSURVEILLANCE TECHNOLOGY : “Surveillance technology” refers\
147
+ \ to products or services marketed for \nor that can be lawfully used to detect,\
148
+ \ monitor, intercept, collect, exploit, preserve, protect, transmit, and/or \n\
149
+ retain data, identifying information, or communications concerning individuals\
150
+ \ or groups. This framework \nlimits its focus to both government and commercial\
151
+ \ use of surveillance technologies when juxtaposed with \nreal-time or subsequent\
152
+ \ automated analysis and when such systems have a potential for meaningful impact\
153
+ \ \non individuals’ or communities’ rights, opportunities, or access. UNDERSERVED\
154
+ \ COMMUNITIES: The term “underserved communities” refers to communities that have\
155
+ \ \nbeen systematically denied a full opportunity to participate in aspects of\
156
+ \ economic, social, and civic life, as \nexemplified by the list in the preceding\
157
+ \ definition of “equit y.” \n11"
158
+ - source_sentence: Discuss the implications of automatic signature verification software
159
+ on voter disenfranchisement in the United States, as highlighted in the article
160
+ by Kyle Wiggers. What are the potential risks associated with this technology?
161
+ sentences:
162
+ - 'ENDNOTES
163
+
164
+ 96. National Science Foundation. NSF Program on Fairness in Artificial Intelligence
165
+ in Collaboration
166
+
167
+ with Amazon (FAI). Accessed July 20, 2022.
168
+
169
+ https://www.nsf.gov/pubs/2021/nsf21585/nsf21585.htm
170
+
171
+ 97. Kyle Wiggers. Automatic signature verification software threatens to disenfranchise
172
+ U.S. voters.
173
+
174
+ VentureBeat. Oct. 25, 2020.
175
+
176
+ https://venturebeat.com/2020/10/25/automatic-signature-verification-software-threatens-to-disenfranchise-u-s-voters/
177
+
178
+ 98. Ballotpedia. Cure period for absentee and mail-in ballots. Article retrieved
179
+ Apr 18, 2022.
180
+
181
+ https://ballotpedia.org/Cure_period_for_absentee_and_mail-in_ballots
182
+
183
+ 99. Larry Buchanan and Alicia Parlapiano. Two of these Mail Ballot Signatures
184
+ are by the Same Person.
185
+
186
+ Which Ones? New York Times. Oct. 7, 2020.
187
+
188
+ https://www.nytimes.com/interactive/2020/10/07/upshot/mail-voting-ballots-signature-
189
+
190
+ matching.html
191
+
192
+ 100. Rachel Orey and Owen Bacskai. The Low Down on Ballot Curing. Nov. 04, 2020.
193
+
194
+ https://bipartisanpolicy.org/blog/the-low-down-on-ballot-curing/101. Andrew Kenney.
195
+ ''I''m shocked that they need to have a smartphone'': System for unemployment
196
+
197
+ benefits exposes digital divide. USA Today. May 2, 2021.
198
+
199
+ https://www.usatoday.com/story/tech/news/2021/05/02/unemployment-benefits-system-leaving-
200
+
201
+ people-behind/4915248001/
202
+
203
+ 102. Allie Gross. UIA lawsuit shows how the state criminalizes the unemployed
204
+ . Detroit Metro-Times.
205
+
206
+ Sep. 18, 2015.
207
+
208
+ https://www.metrotimes.com/news/uia-lawsuit-shows-how-the-state-criminalizes-the-unemployed-2369412
209
+
210
+ 103. Maia Szalavitz. The Pain Was Unbearable. So Why Did Doctors Turn Her Away?
211
+ Wired. Aug. 11,
212
+
213
+ 2021. https://www.wired.com/story/opioid-drug-addiction-algorithm-chronic-pain/
214
+
215
+ 104. Spencer Soper. Fired by Bot at Amazon: "It''s You Against the Machine" .
216
+ Bloomberg, Jun. 28, 2021.
217
+
218
+ https://www.bloomberg.com/news/features/2021-06-28/fired-by-bot-amazon-turns-to-machine-
219
+
220
+ managers-and-workers-are-losing-out
221
+
222
+ 105. Definitions of ‘equity’ and ‘underserved communities’ can be found in the
223
+ Definitions section of
224
+
225
+ this document as well as in Executive Order on Advancing Racial Equity and Support
226
+ for Underserved
227
+
228
+ Communities Through the Federal Government:https://www.whitehouse.gov/briefing-room/presidential-actions/2021/01/20/executive-order-advancing-racial-equity-and-support-for-underserved-communities-through-the-federal-government/
229
+
230
+ 106. HealthCare.gov. Navigator - HealthCare.gov Glossary. Accessed May 2, 2022.
231
+
232
+ https://www.healthcare.gov/glossary/navigator/
233
+
234
+ 72'
235
+ - "SAFE AND EFFECTIVE \nSYSTEMS \nWHY THIS PRINCIPLE IS IMPORTANT\nThis section\
236
+ \ provides a brief summary of the problems which the principle seeks to address\
237
+ \ and protect \nagainst, including illustrative examples. \n• AI-enabled “nudification”\
238
+ \ technology that creates images where people appear to be nude—including apps\
239
+ \ that\nenable non-technical users to create or alter images of individuals without\
240
+ \ their consent—has proliferated at an\nalarming rate. Such technology is becoming\
241
+ \ a common form of image-based abuse that disproportionately\nimpacts women. As\
242
+ \ these tools become more sophisticated, they are producing altered images that\
243
+ \ are increasing -\nly realistic and are difficult for both humans and AI to detect\
244
+ \ as inauthentic. Regardless of authenticit y, the expe -\nrience of harm to victims\
245
+ \ of non-consensual intimate images can be devastatingly real—affecting their\
246
+ \ personal\nand professional lives, and impacting their mental and physical health.10\n\
247
+ • A company installed AI-powered cameras in its delivery vans in order to evaluate\
248
+ \ the road safety habits of its driv -\ners, but the system incorrectly penalized\
249
+ \ drivers when other cars cut them off or when other events beyond\ntheir control\
250
+ \ took place on the road. As a result, drivers were incorrectly ineligible to\
251
+ \ receive a bonus.11\n17"
252
+ - "NOTICE & \nEXPLANATION \nWHAT SHOULD BE EXPECTED OF AUTOMATED SYSTEMS\nThe expectations\
253
+ \ for automated systems are meant to serve as a blueprint for the development\
254
+ \ of additional \ntechnical standards and practices that are tailored for particular\
255
+ \ sectors and contexts. \nTailored to the level of risk. An assessment should\
256
+ \ be done to determine the level of risk of the auto -\nmated system. In settings\
257
+ \ where the consequences are high as determined by a risk assessment, or extensive\
258
+ \ \noversight is expected (e.g., in criminal justice or some public sector settings),\
259
+ \ explanatory mechanisms should be built into the system design so that the system’s\
260
+ \ full behavior can be explained in advance (i.e., only fully transparent models\
261
+ \ should be used), rather than as an after-the-decision interpretation. In other\
262
+ \ settings, the extent of explanation provided should be tailored to the risk\
263
+ \ level. \nValid. The explanation provided by a system should accurately reflect\
264
+ \ the factors and the influences that led \nto a particular decision, and should\
265
+ \ be meaningful for the particular customization based on purpose, target, and\
266
+ \ level of risk. While approximation and simplification may be necessary for the\
267
+ \ system to succeed based on the explanatory purpose and target of the explanation,\
268
+ \ or to account for the risk of fraud or other concerns related to revealing decision-making\
269
+ \ information, such simplifications should be done in a scientifically supportable\
270
+ \ way. Where appropriate based on the explanatory system, error ranges for the\
271
+ \ explanation should be calculated and included in the explanation, with the choice\
272
+ \ of presentation of such information balanced with usability and overall interface\
273
+ \ complexity concerns. \nDemonstrate protections for notice and explanation \n\
274
+ Reporting. Summary reporting should document the determinations made based on\
275
+ \ the above consider -\nations, including: the responsible entities for accountability\
276
+ \ purposes; the goal and use cases for the system, identified users, and impacted\
277
+ \ populations; the assessment of notice clarity and timeliness; the assessment\
278
+ \ of the explanation's validity and accessibility; the assessment of the level\
279
+ \ of risk; and the account and assessment of how explanations are tailored, including\
280
+ \ to the purpose, the recipient of the explanation, and the level of risk. Individualized\
281
+ \ profile information should be made readily available to the greatest extent\
282
+ \ possible that includes explanations for any system impacts or inferences. Reporting\
283
+ \ should be provided in a clear plain language and machine-readable manner. \n\
284
+ 44"
285
+ - source_sentence: How does the document aim to bridge the gap between theoretical
286
+ principles and practical applications in the context of AI rights?
287
+ sentences:
288
+ - "FROM \nPRINCIPLES \nTO PRACTICE \nA T ECHINCAL COMPANION TO\nTHE Blueprint for\
289
+ \ an \nAI B ILL OF RIGHTS\n12"
290
+ - "3 the abuse, misuse, and unsafe repurposing by humans (adversarial or not ),\
291
+ \ and others result \nfrom interactions between a human and an AI system. \n\
292
+ • Time scale: GAI risks may materialize abruptly or across extended periods\
293
+ \ . Example s include \nimmediate (and/or prolonged) emotional harm and potential\
294
+ \ risks to physical safety due to the \ndistribution of harmful deepfake images\
295
+ \ , or the lo ng-term effect of disinformation on soci etal \ntrust in public \
296
+ \ institutions . \nThe presence of risks and where they fall along the dimensions\
297
+ \ above will vary depending on the \ncharacteristics of the GAI model , system,\
298
+ \ or use case at hand. These characteristics include but are not \nlimited to\
299
+ \ GAI model or system architecture, training mechanisms and libraries , data\
300
+ \ types used for \ntraining or fine -tuning , levels of model access or availability\
301
+ \ of model weights, and application or use \ncase context. \nOrganizations may\
302
+ \ choose to tailor how they measure GAI risks based on these characteristics\
303
+ \ . They may \nadditionally wish to allocate risk management resources relative\
304
+ \ to the severity and likelihood of \nnegative impact s, including where and how\
305
+ \ these risks manifest , and their direct and material impacts \nharms in the\
306
+ \ context of GAI use. Mitigations for model or system level risks may differ from\
307
+ \ mitigations \nfor use-case or ecosystem level risks. \nImportantly, some GAI\
308
+ \ risks are un known , and are therefore difficult to properly scope or evaluate\
309
+ \ given \nthe uncertaint y about potential GAI scale, complexity, and capabilities.\
310
+ \ Other risks may be known but \ndifficult to estimate given the wide range of\
311
+ \ GAI stakeholders, uses, inputs, and outputs . Challenges with \nrisk estimation\
312
+ \ are aggravated by a lack of visibility into GAI training data, and the generally\
313
+ \ immature \nstate of the science of AI measurement and safety today . This document\
314
+ \ focuses on risks for which there \nis an existing empirical evidence base at\
315
+ \ the time this profile was written ; for example, speculative risks \nthat may\
316
+ \ potentially arise in more advanced, future GAI systems are not considered .\
317
+ \ Future updates may \nincorporate additional risks or provide further details\
318
+ \ on the risks identified below. \nTo guide organizations in identifying and managing\
319
+ \ GAI risks, a set of risks unique to or exacerbated by \nthe development and\
320
+ \ use of GAI are defined below.5 Each risk is labeled according to the outcome\
321
+ \ , \nobject, or source of the risk (i.e., some are risks “to ” a subject or\
322
+ \ domain and others are risks “of” or \n“from” an issue or theme ). These\
323
+ \ risks provide a lens through which organizations can frame and execute \nrisk\
324
+ \ management efforts. To help streamline risk management efforts, each risk is\
325
+ \ mapped in Section 3 \n(as well as in tables in Appendix B) to relevant Trustworthy\
326
+ \ AI Characteristics identified in the AI RMF . \n \n \n5 These risks can be\
327
+ \ further categorized by organizations depending on their unique approaches to\
328
+ \ risk definition \nand management. One possible way to further categorize these\
329
+ \ risks, derived in part from the UK’s International \nScientific Report on the\
330
+ \ Safety of Advanced AI , could be: 1 ) Technical / Model risks (or risk from\
331
+ \ malfunction): \nConfabulation; Dangerous or Violent Recommendations; Data Privacy;\
332
+ \ Value Chain and Component Integration; \nHarmful Bias, and Homogenization ;\
333
+ \ 2) Misuse by humans (or malicious use): CBRN Information or Capabilities ;\
334
+ \ \nData Privacy; Human -AI Configuration; Obscene, Degrading, and/or Abusive Content;\
335
+ \ Information Integrity; \nInformation Security; 3) Ecosystem / societal risks\
336
+ \ (or systemic risks) : Data Privacy; Environmental; Intellectual \nProperty .\
337
+ \ We also note that some risks are cross -cutting between these categories."
338
+ - "5 operations , or other cyberattacks ; increas ed attack surface for targeted\
339
+ \ cyberattacks , which may \ncompromise a system’s availability or the confidentiality\
340
+ \ or integrity of training data, code, or \nmodel weights. \n10. Intellectual\
341
+ \ Property: Eased production or replication of alleged copyrighted, trademarked,\
342
+ \ or \nlicensed content without authorization (possibly in situations which do\
343
+ \ not fall under fair use ); \neased exposure of trade secrets; or plagiari sm\
344
+ \ or illegal replication . \n11. Obscen e, Degrading, and/or A busive Content\
345
+ \ : Eased production of and access to obscene , \ndegrading, and/or abusive imagery\
346
+ \ which can cause harm , including synthetic child sexual abuse \nmaterial (CSAM)\
347
+ \ , and nonconsensual intimate images (NCII) of adults . \n12. Value Chain and\
348
+ \ Component Integration : Non-transparent or untraceable integration of \nupstream\
349
+ \ third- party components, including data that has been improperly obtained or\
350
+ \ not \nprocessed and cleaned due to increased automation from GAI; improper supplier\
351
+ \ vetting across \nthe AI lifecycle ; or other issues that diminish transparency\
352
+ \ or accountability for downstream \nusers. \n2.1. CBRN Information or Capabilities\
353
+ \ \nIn the future, GAI may enable malicious actors to more easily access CBRN\
354
+ \ weapons and/or relevant \nknowledge, information , materials, tools, or technologies\
355
+ \ that could be misused to assist in the design, \ndevelopment, production, or\
356
+ \ use of CBRN weapons or other dangerous materials or agents . While \nrelevant\
357
+ \ biological and chemical threat knowledge and information is often publicly\
358
+ \ accessible , LLMs \ncould facilitate its analysis or synthesis , particularly\
359
+ \ by individuals without formal scientific training or \nexpertise. \nRecent\
360
+ \ research on this topic found that LLM outputs regarding biological threat creation\
361
+ \ and attack \nplanning pr ovided minima l assistance beyond traditional search\
362
+ \ engine queries, suggesting that state -of-\nthe-art LLMs at the time these studies\
363
+ \ were conducted do not substantially increase the operational \nlikelihood of\
364
+ \ such an attack. The physical synthesis development, production, and use of\
365
+ \ chemical or \nbiological agents will continue to require both applicable expertise\
366
+ \ and supporting materials and \ninfrastructure . The impact of GAI on chemical\
367
+ \ or biological agent misuse will depend on what the key \nbarriers for malicious\
368
+ \ actors are (e.g., whether information access is one such barrier ), and how\
369
+ \ well GAI \ncan help actors address those barriers . \nFurthermore , chemical\
370
+ \ and biological design tools (BDTs) – highly specialized AI systems trained\
371
+ \ on \nscientific data that aid in chemical and biological design – may augment\
372
+ \ design capabilities in chemistry \nand biology beyond what text -based LLMs\
373
+ \ are able to provide . As these models become more \nefficacious , including for\
374
+ \ beneficial uses, it will be important to assess their potential to be used for\
375
+ \ \nharm, such as the ideation and design of novel harmful chemical or biological\
376
+ \ agents . \nWhile some of these described capabilities lie beyond the reach\
377
+ \ of existing GAI tools, ongoing \nassessments of this risk would be enhanced\
378
+ \ by monitoring both the ability of AI tools to facilitate CBRN \nweapons planning\
379
+ \ and GAI systems’ connection or access to relevant data and tools . \nTrustworthy\
380
+ \ AI Characteristic : Safe , Explainable and Interpretable"
381
+ - source_sentence: What are the key components that should be included in the ongoing
382
+ monitoring procedures for automated systems to ensure their performance remains
383
+ acceptable over time?
384
+ sentences:
385
+ - "AI B ILL OF RIGHTS\nFFECTIVE SYSTEMS\nineffective systems. Automated systems\
386
+ \ should be \ncommunities, stakeholders, and domain experts to identify \nSystems\
387
+ \ should undergo pre-deployment testing, risk \nthat demonstrate they are safe\
388
+ \ and effective based on \nincluding those beyond the intended use, and adherence\
389
+ \ to \nprotective measures should include the possibility of not \nAutomated systems\
390
+ \ should not be designed with an intent \nreasonably foreseeable possibility of\
391
+ \ endangering your safety or the safety of your communit y. They should \nstemming\
392
+ \ from unintended, yet foreseeable, uses or \n \n \n \n \n SECTION TITLE\n\
393
+ BLUEPRINT FOR AN\nSAFE AND E \nYou should be protected from unsafe or \ndeveloped\
394
+ \ with consultation from diverse \nconcerns, risks, and potential impacts of the\
395
+ \ system. \nidentification and mitigation, and ongoing monitoring \ntheir intended\
396
+ \ use, mitigation of unsafe outcomes \ndomain-specific standards. Outcomes of\
397
+ \ these \ndeploying the system or removing a system from use. \nor \nbe designed\
398
+ \ to proactively protect you from harms \nimpacts of automated systems. You should\
399
+ \ be protected from inappropriate or irrelevant data use in the \ndesign, development,\
400
+ \ and deployment of automated systems, and from the compounded harm of its reuse.\
401
+ \ \nIndependent evaluation and reporting that confirms that the system is safe\
402
+ \ and effective, including reporting of \nsteps taken to mitigate potential harms,\
403
+ \ should be performed and the results made public whenever possible. \nALGORITHMIC\
404
+ \ DISCRIMINATION P ROTECTIONS\nYou should not face discrimination by algorithms\
405
+ \ and systems should be used and designed in \nan equitable way. Algorithmic\
406
+ \ discrimination occurs when automated systems contribute to unjustified \ndifferent\
407
+ \ treatment or impacts disfavoring people based on their race, color, ethnicity,\
408
+ \ sex (including \npregnancy, childbirth, and related medical conditions, gender\
409
+ \ identity, intersex status, and sexual \norientation), religion, age, national\
410
+ \ origin, disability, veteran status, genetic information, or any other \nclassification\
411
+ \ protected by law. Depending on the specific circumstances, such algorithmic\
412
+ \ discrimination \nmay violate legal protections. Designers, developers, and\
413
+ \ deployers of automated systems should take \nproactive and continuous measures\
414
+ \ to protect individuals and communities from algorithmic \ndiscrimination and\
415
+ \ to use and design systems in an equitable way. This protection should include\
416
+ \ proactive \nequity assessments as part of the system design, use of representative\
417
+ \ data and protection against proxies \nfor demographic features, ensuring accessibility\
418
+ \ for people with disabilities in design and development, \npre-deployment and\
419
+ \ ongoing disparity testing and mitigation, and clear organizational oversight.\
420
+ \ Independent \nevaluation and plain language reporting in the form of an algorithmic\
421
+ \ impact assessment, including \ndisparity testing results and mitigation information,\
422
+ \ should be performed and made public whenever \npossible to confirm these protections.\
423
+ \ \n5"
424
+ - "DATA PRIVACY \nWHAT SHOULD BE EXPECTED OF AUTOMATED SYSTEMS\nThe expectations\
425
+ \ for automated systems are meant to serve as a blueprint for the development\
426
+ \ of additional \ntechnical standards and practices that are tailored for particular\
427
+ \ sectors and contexts. \nIn addition to the privacy expectations above for general\
428
+ \ non-sensitive data, any system collecting, using, shar-\ning, or storing sensitive\
429
+ \ data should meet the expectations belo w. Depending on the technological use\
430
+ \ case and \nbased on an ethical assessment, consent for sensitive data may need\
431
+ \ to be acquired from a guardian and/or child. \nProvide enhanced protections\
432
+ \ for data related to sensitive domains \nNecessar y function s only . Sensitive\
433
+ \ data should only be used for functions strictly necessary for that \ndomain\
434
+ \ or for functions that are required for administrative reasons (e.g., school\
435
+ \ attendance records), unless \nconsent is acquired, if appropriate, and the additional\
436
+ \ expectations in this section are met. Consent for non-\nnecessary functions\
437
+ \ should be optional, i.e., should not be required, incentivized, or coerced in\
438
+ \ order to \nreceive opportunities or access to services. In cases where data\
439
+ \ is provided to an entity (e.g., health insurance \ncompany) in order to facilitate\
440
+ \ payment for such a need, that data should only be used for that purpose. \n\
441
+ Ethical review and use prohibitions. Any use of sensitive data or decision process\
442
+ \ based in part on sensi-\ntive data that might limit rights, opportunities, or\
443
+ \ access, whether the decision is automated or not, should go \nthrough a thorough\
444
+ \ ethical review and monitoring, both in advance and by periodic review (e.g.,\
445
+ \ via an indepen-\ndent ethics committee or similarly robust process). In some\
446
+ \ cases, this ethical review may determine that data \nshould not be used or shared\
447
+ \ for specific uses even with consent. Some novel uses of automated systems in\
448
+ \ this \ncontext, where the algorithm is dynamically developing and where the\
449
+ \ science behind the use case is not well \nestablished, may also count as human\
450
+ \ subject experimentation, and require special review under organizational \n\
451
+ compliance bodies applying medical, scientific, and academic human subject experimentation\
452
+ \ ethics rules and \ngovernance procedures. \nData quality. In sensitive domains,\
453
+ \ entities should be especially careful to maintain the quality of data to \n\
454
+ avoid adverse consequences arising from decision-making based on flawed or inaccurate\
455
+ \ data. Such care is \nnecessary in a fragmented, complex data ecosystem and for\
456
+ \ datasets that have limited access such as for fraud \nprevention and law enforcement.\
457
+ \ It should be not left solely to individuals to carry the burden of reviewing\
458
+ \ and \ncorrecting data. Entities should conduct regula r, independent audits\
459
+ \ and take prompt corrective measures to \nmaintain accurate, timel y, and complete\
460
+ \ data. \nLimit access to sensitive data and derived data. Sensitive data and\
461
+ \ derived data should not be sold, \nshared, or made public as part of data brokerage\
462
+ \ or other agreements. Sensitive data includes data that can be \nused to infer\
463
+ \ sensitive information; even systems that are not directly marketed as sensitive\
464
+ \ domain technologies \nare expected to keep sensitive data private. Access to\
465
+ \ such data should be limited based on necessity and based \non a principle of\
466
+ \ local control, such that those individuals closest to the data subject have\
467
+ \ more access while \nthose who are less proximate do not (e.g., a teacher has\
468
+ \ access to their students’ daily progress data while a \nsuperintendent does\
469
+ \ not). \nReporting. In addition to the reporting on data privacy (as listed\
470
+ \ above for non-sensitive data), entities devel-\noping technologies related to\
471
+ \ a sensitive domain and those collecting, using, storing, or sharing sensitive\
472
+ \ data \nshould, whenever appropriate, regularly provide public reports describing:\
473
+ \ any data security lapses or breaches \nthat resulted in sensitive data leaks;\
474
+ \ the numbe r, type, and outcomes of ethical pre-reviews undertaken; a \ndescription\
475
+ \ of any data sold, shared, or made public, and how that data was assessed to\
476
+ \ determine it did not pres-\nent a sensitive data risk; and ongoing risk identification\
477
+ \ and management procedures, and any mitigation added \nbased on these procedures.\
478
+ \ Reporting should be provided in a clear and machine-readable manne r. \n38"
479
+ - "SAFE AND EFFECTIVE \nSYSTEMS \nWHAT SHOULD BE EXPECTED OF AUTOMATED SYSTEMS\n\
480
+ The expectations for automated systems are meant to serve as a blueprint for the\
481
+ \ development of additional \ntechnical standards and practices that are tailored\
482
+ \ for particular sectors and contexts. \nOngoing monitoring. Automated systems\
483
+ \ should have ongoing monitoring procedures, including recalibra -\ntion procedures,\
484
+ \ in place to ensure that their performance does not fall below an acceptable\
485
+ \ level over time, \nbased on changing real-world conditions or deployment contexts,\
486
+ \ post-deployment modification, or unexpect -\ned conditions. This ongoing monitoring\
487
+ \ should include continuous evaluation of performance metrics and harm assessments,\
488
+ \ updates of any systems, and retraining of any machine learning models as necessary,\
489
+ \ as well as ensuring that fallback mechanisms are in place to allow reversion\
490
+ \ to a previously working system. Monitor\n-\ning should take into account the\
491
+ \ performance of both technical system components (the algorithm as well as any\
492
+ \ hardware components, data inputs, etc.) and human operators. It should include\
493
+ \ mechanisms for testing the actual accuracy of any predictions or recommendations\
494
+ \ generated by a system, not just a human operator’s determination of their accuracy.\
495
+ \ Ongoing monitoring procedures should include manual, human-led monitor\n-\n\
496
+ ing as a check in the event there are shortcomings in automated monitoring systems.\
497
+ \ These monitoring proce -\ndures should be in place for the lifespan of the deployed\
498
+ \ automated system. \nClear organizational oversight. Entities responsible for\
499
+ \ the development or use of automated systems should lay out clear governance\
500
+ \ structures and procedures. This includes clearly-stated governance proce\n\
501
+ -\ndures before deploying the system, as well as responsibility of specific individuals\
502
+ \ or entities to oversee ongoing assessment and mitigation. Organizational stakeholders\
503
+ \ including those with oversight of the business process or operation being automated,\
504
+ \ as well as other organizational divisions that may be affected due to the use\
505
+ \ of the system, should be involved in establishing governance procedures. Responsibility\
506
+ \ should rest high enough in the organization that decisions about resources,\
507
+ \ mitigation, incident response, and potential rollback can be made promptly,\
508
+ \ with sufficient weight given to risk mitigation objectives against competing\
509
+ \ concerns. Those holding this responsibility should be made aware of any use\
510
+ \ cases with the potential for meaningful impact on people’s rights, opportunities,\
511
+ \ or access as determined based on risk identification procedures. In some cases,\
512
+ \ it may be appropriate for an independent ethics review to be conducted before\
513
+ \ deployment. \nAvoid inappropriate, low-quality, or irrelevant data use and the\
514
+ \ compounded harm of its reuse \nRelevant and high-quality data. Data used as\
515
+ \ part of any automated system’s creation, evaluation, or \ndeployment should\
516
+ \ be relevant, of high quality, and tailored to the task at hand. Relevancy should\
517
+ \ be \nestablished based on research-backed demonstration of the causal influence\
518
+ \ of the data to the specific use case \nor justified more generally based on\
519
+ \ a reasonable expectation of usefulness in the domain and/or for the \nsystem\
520
+ \ design or ongoing development. Relevance of data should not be established solely\
521
+ \ by appealing to \nits historical connection to the outcome. High quality and\
522
+ \ tailored data should be representative of the task at \nhand and errors from\
523
+ \ data entry or other sources should be measured and limited. Any data used as\
524
+ \ the target \nof a prediction process should receive particular attention to\
525
+ \ the quality and validity of the predicted outcome \nor label to ensure the goal\
526
+ \ of the automated system is appropriately identified and measured. Additionally\
527
+ \ , \njustification should be documented for each data attribute and source to\
528
+ \ explain why it is appropriate to use \nthat data to inform the results of the\
529
+ \ automated system and why such use will not violate any applicable laws. \nIn\
530
+ \ cases of high-dimensional and/or derived attributes, such justifications can\
531
+ \ be provided as overall \ndescriptions of the attribute generation process and\
532
+ \ appropriateness. \n19"
533
+ - source_sentence: What are the key principles and frameworks mentioned in the white
534
+ paper that govern the implementation of AI in national security and defense activities?
535
+ sentences:
536
+ - "APPENDIX\n• OSTP conducted meetings with a variety of stakeholders in the private\
537
+ \ sector and civil society. Some of these\nmeetings were specifically focused\
538
+ \ on providing ideas related to the development of the Blueprint for an AI\nBill\
539
+ \ of Rights while others provided useful general context on the positive use cases,\
540
+ \ potential harms, and/or\noversight possibilities for these technologies. Participants\
541
+ \ in these conversations from the private sector and\ncivil society included:\n\
542
+ Adobe \nAmerican Civil Liberties Union (ACLU) The Aspen Commission on Information\
543
+ \ Disorder The Awood Center The Australian Human Rights Commission Biometrics\
544
+ \ Institute The Brookings Institute BSA | The Software Alliance Cantellus Group\
545
+ \ Center for American Progress Center for Democracy and Technology Center on Privacy\
546
+ \ and Technology at Georgetown Law Christiana Care Color of Change Coworker Data\
547
+ \ Robot Data Trust Alliance Data and Society Research Institute Deepmind EdSAFE\
548
+ \ AI Alliance Electronic Privacy Information Center (EPIC) Encode Justice Equal\
549
+ \ AI Google Hitachi's AI Policy Committee The Innocence Project Institute of Electrical\
550
+ \ and Electronics Engineers (IEEE) Intuit Lawyers Committee for Civil Rights Under\
551
+ \ Law Legal Aid Society The Leadership Conference on Civil and Human Rights Meta\
552
+ \ Microsoft The MIT AI Policy Forum Movement Alliance Project The National Association\
553
+ \ of Criminal Defense Lawyers O’Neil Risk Consulting & Algorithmic Auditing The\
554
+ \ Partnership on AI Pinterest The Plaintext Group pymetrics SAP The Security Industry\
555
+ \ Association Software and Information Industry Association (SIIA) Special Competitive\
556
+ \ Studies Project Thorn United for Respect University of California at Berkeley\
557
+ \ Citris Policy Lab University of California at Berkeley Labor Center Unfinished/Project\
558
+ \ Liberty Upturn US Chamber of Commerce US Chamber of Commerce Technology Engagement\
559
+ \ Center \nA.I. Working Group\nVibrent HealthWarehouse Worker ResourceCenterWaymap\n\
560
+ 62"
561
+ - "This white paper recognizes that national security (which includes certain law\
562
+ \ enforcement and \nhomeland security activities) and defense activities are of\
563
+ \ increased sensitivity and interest to our nation’s \nadversaries and are often\
564
+ \ subject to special requirements, such as those governing classified information\
565
+ \ and \nother protected data. Such activities require alternative, compatible\
566
+ \ safeguards through existing policies that \ngovern automated systems and AI,\
567
+ \ such as the Department of Defense (DOD) AI Ethical Principles and \nResponsible\
568
+ \ AI Implementation Pathway and the Intelligence Community (IC) AI Ethics Principles\
569
+ \ and \nFramework. The implementation of these policies to national security and\
570
+ \ defense activities can be informed by \nthe Blueprint for an AI Bill of Rights\
571
+ \ where feasible. \nThe Blueprint for an AI Bill of Rights is not intended to,\
572
+ \ and does not, create any legal right, benefit, or \ndefense, substantive or\
573
+ \ procedural, enforceable at law or in equity by any party against the United\
574
+ \ States, its \ndepartments, agencies, or entities, its officers, employees, or\
575
+ \ agents, or any other person, nor does it constitute a \nwaiver of sovereign\
576
+ \ immunity. \nCopyright Information \nThis document is a work of the United States\
577
+ \ Government and is in the public domain (see 17 U.S.C. §105). \n2"
578
+ - "This white paper recognizes that national security (which includes certain law\
579
+ \ enforcement and \nhomeland security activities) and defense activities are of\
580
+ \ increased sensitivity and interest to our nation’s \nadversaries and are often\
581
+ \ subject to special requirements, such as those governing classified information\
582
+ \ and \nother protected data. Such activities require alternative, compatible\
583
+ \ safeguards through existing policies that \ngovern automated systems and AI,\
584
+ \ such as the Department of Defense (DOD) AI Ethical Principles and \nResponsible\
585
+ \ AI Implementation Pathway and the Intelligence Community (IC) AI Ethics Principles\
586
+ \ and \nFramework. The implementation of these policies to national security and\
587
+ \ defense activities can be informed by \nthe Blueprint for an AI Bill of Rights\
588
+ \ where feasible. \nThe Blueprint for an AI Bill of Rights is not intended to,\
589
+ \ and does not, create any legal right, benefit, or \ndefense, substantive or\
590
+ \ procedural, enforceable at law or in equity by any party against the United\
591
+ \ States, its \ndepartments, agencies, or entities, its officers, employees, or\
592
+ \ agents, or any other person, nor does it constitute a \nwaiver of sovereign\
593
+ \ immunity. \nCopyright Information \nThis document is a work of the United States\
594
+ \ Government and is in the public domain (see 17 U.S.C. §105). \n2"
595
+ model-index:
596
+ - name: SentenceTransformer based on Alibaba-NLP/gte-large-en-v1.5
597
+ results:
598
+ - task:
599
+ type: information-retrieval
600
+ name: Information Retrieval
601
+ dataset:
602
+ name: Unknown
603
+ type: unknown
604
+ metrics:
605
+ - type: cosine_accuracy@1
606
+ value: 0.7222222222222222
607
+ name: Cosine Accuracy@1
608
+ - type: cosine_accuracy@3
609
+ value: 0.9444444444444444
610
+ name: Cosine Accuracy@3
611
+ - type: cosine_accuracy@5
612
+ value: 1.0
613
+ name: Cosine Accuracy@5
614
+ - type: cosine_accuracy@10
615
+ value: 1.0
616
+ name: Cosine Accuracy@10
617
+ - type: cosine_precision@1
618
+ value: 0.7222222222222222
619
+ name: Cosine Precision@1
620
+ - type: cosine_precision@3
621
+ value: 0.31481481481481477
622
+ name: Cosine Precision@3
623
+ - type: cosine_precision@5
624
+ value: 0.19999999999999993
625
+ name: Cosine Precision@5
626
+ - type: cosine_precision@10
627
+ value: 0.09999999999999996
628
+ name: Cosine Precision@10
629
+ - type: cosine_recall@1
630
+ value: 0.7222222222222222
631
+ name: Cosine Recall@1
632
+ - type: cosine_recall@3
633
+ value: 0.9444444444444444
634
+ name: Cosine Recall@3
635
+ - type: cosine_recall@5
636
+ value: 1.0
637
+ name: Cosine Recall@5
638
+ - type: cosine_recall@10
639
+ value: 1.0
640
+ name: Cosine Recall@10
641
+ - type: cosine_ndcg@10
642
+ value: 0.87665680931096
643
+ name: Cosine Ndcg@10
644
+ - type: cosine_mrr@10
645
+ value: 0.8348765432098766
646
+ name: Cosine Mrr@10
647
+ - type: cosine_map@100
648
+ value: 0.8348765432098766
649
+ name: Cosine Map@100
650
+ - type: dot_accuracy@1
651
+ value: 0.7222222222222222
652
+ name: Dot Accuracy@1
653
+ - type: dot_accuracy@3
654
+ value: 0.9444444444444444
655
+ name: Dot Accuracy@3
656
+ - type: dot_accuracy@5
657
+ value: 0.9814814814814815
658
+ name: Dot Accuracy@5
659
+ - type: dot_accuracy@10
660
+ value: 1.0
661
+ name: Dot Accuracy@10
662
+ - type: dot_precision@1
663
+ value: 0.7222222222222222
664
+ name: Dot Precision@1
665
+ - type: dot_precision@3
666
+ value: 0.31481481481481477
667
+ name: Dot Precision@3
668
+ - type: dot_precision@5
669
+ value: 0.1962962962962962
670
+ name: Dot Precision@5
671
+ - type: dot_precision@10
672
+ value: 0.09999999999999996
673
+ name: Dot Precision@10
674
+ - type: dot_recall@1
675
+ value: 0.7222222222222222
676
+ name: Dot Recall@1
677
+ - type: dot_recall@3
678
+ value: 0.9444444444444444
679
+ name: Dot Recall@3
680
+ - type: dot_recall@5
681
+ value: 0.9814814814814815
682
+ name: Dot Recall@5
683
+ - type: dot_recall@10
684
+ value: 1.0
685
+ name: Dot Recall@10
686
+ - type: dot_ndcg@10
687
+ value: 0.8752777468856755
688
+ name: Dot Ndcg@10
689
+ - type: dot_mrr@10
690
+ value: 0.8333333333333334
691
+ name: Dot Mrr@10
692
+ - type: dot_map@100
693
+ value: 0.8333333333333334
694
+ name: Dot Map@100
695
+ ---
696
+
697
+ # SentenceTransformer based on Alibaba-NLP/gte-large-en-v1.5
698
+
699
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
700
+
701
+ ## Model Details
702
+
703
+ ### Model Description
704
+ - **Model Type:** Sentence Transformer
705
+ - **Base model:** [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5) <!-- at revision 104333d6af6f97649377c2afbde10a7704870c7b -->
706
+ - **Maximum Sequence Length:** 8192 tokens
707
+ - **Output Dimensionality:** 1024 tokens
708
+ - **Similarity Function:** Cosine Similarity
709
+ <!-- - **Training Dataset:** Unknown -->
710
+ <!-- - **Language:** Unknown -->
711
+ <!-- - **License:** Unknown -->
712
+
713
+ ### Model Sources
714
+
715
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
716
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
717
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
718
+
719
+ ### Full Model Architecture
720
+
721
+ ```
722
+ SentenceTransformer(
723
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: NewModel
724
+ (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
725
+ )
726
+ ```
727
+
728
+ ## Usage
729
+
730
+ ### Direct Usage (Sentence Transformers)
731
+
732
+ First install the Sentence Transformers library:
733
+
734
+ ```bash
735
+ pip install -U sentence-transformers
736
+ ```
737
+
738
+ Then you can load this model and run inference.
739
+ ```python
740
+ from sentence_transformers import SentenceTransformer
741
+
742
+ # Download from the 🤗 Hub
743
+ model = SentenceTransformer("sentence_transformers_model_id")
744
+ # Run inference
745
+ sentences = [
746
+ 'What are the key principles and frameworks mentioned in the white paper that govern the implementation of AI in national security and defense activities?',
747
+ 'This white paper recognizes that national security (which includes certain law enforcement and \nhomeland security activities) and defense activities are of increased sensitivity and interest to our nation’s \nadversaries and are often subject to special requirements, such as those governing classified information and \nother protected data. Such activities require alternative, compatible safeguards through existing policies that \ngovern automated systems and AI, such as the Department of Defense (DOD) AI Ethical Principles and \nResponsible AI Implementation Pathway and the Intelligence Community (IC) AI Ethics Principles and \nFramework. The implementation of these policies to national security and defense activities can be informed by \nthe Blueprint for an AI Bill of Rights where feasible. \nThe Blueprint for an AI Bill of Rights is not intended to, and does not, create any legal right, benefit, or \ndefense, substantive or procedural, enforceable at law or in equity by any party against the United States, its \ndepartments, agencies, or entities, its officers, employees, or agents, or any other person, nor does it constitute a \nwaiver of sovereign immunity. \nCopyright Information \nThis document is a work of the United States Government and is in the public domain (see 17 U.S.C. §105). \n2',
748
+ "APPENDIX\n• OSTP conducted meetings with a variety of stakeholders in the private sector and civil society. Some of these\nmeetings were specifically focused on providing ideas related to the development of the Blueprint for an AI\nBill of Rights while others provided useful general context on the positive use cases, potential harms, and/or\noversight possibilities for these technologies. Participants in these conversations from the private sector and\ncivil society included:\nAdobe \nAmerican Civil Liberties Union (ACLU) The Aspen Commission on Information Disorder The Awood Center The Australian Human Rights Commission Biometrics Institute The Brookings Institute BSA | The Software Alliance Cantellus Group Center for American Progress Center for Democracy and Technology Center on Privacy and Technology at Georgetown Law Christiana Care Color of Change Coworker Data Robot Data Trust Alliance Data and Society Research Institute Deepmind EdSAFE AI Alliance Electronic Privacy Information Center (EPIC) Encode Justice Equal AI Google Hitachi's AI Policy Committee The Innocence Project Institute of Electrical and Electronics Engineers (IEEE) Intuit Lawyers Committee for Civil Rights Under Law Legal Aid Society The Leadership Conference on Civil and Human Rights Meta Microsoft The MIT AI Policy Forum Movement Alliance Project The National Association of Criminal Defense Lawyers O’Neil Risk Consulting & Algorithmic Auditing The Partnership on AI Pinterest The Plaintext Group pymetrics SAP The Security Industry Association Software and Information Industry Association (SIIA) Special Competitive Studies Project Thorn United for Respect University of California at Berkeley Citris Policy Lab University of California at Berkeley Labor Center Unfinished/Project Liberty Upturn US Chamber of Commerce US Chamber of Commerce Technology Engagement Center \nA.I. Working Group\nVibrent HealthWarehouse Worker ResourceCenterWaymap\n62",
749
+ ]
750
+ embeddings = model.encode(sentences)
751
+ print(embeddings.shape)
752
+ # [3, 1024]
753
+
754
+ # Get the similarity scores for the embeddings
755
+ similarities = model.similarity(embeddings, embeddings)
756
+ print(similarities.shape)
757
+ # [3, 3]
758
+ ```
759
+
760
+ <!--
761
+ ### Direct Usage (Transformers)
762
+
763
+ <details><summary>Click to see the direct usage in Transformers</summary>
764
+
765
+ </details>
766
+ -->
767
+
768
+ <!--
769
+ ### Downstream Usage (Sentence Transformers)
770
+
771
+ You can finetune this model on your own dataset.
772
+
773
+ <details><summary>Click to expand</summary>
774
+
775
+ </details>
776
+ -->
777
+
778
+ <!--
779
+ ### Out-of-Scope Use
780
+
781
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
782
+ -->
783
+
784
+ ## Evaluation
785
+
786
+ ### Metrics
787
+
788
+ #### Information Retrieval
789
+
790
+ * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
791
+
792
+ | Metric | Value |
793
+ |:--------------------|:-----------|
794
+ | cosine_accuracy@1 | 0.7222 |
795
+ | cosine_accuracy@3 | 0.9444 |
796
+ | cosine_accuracy@5 | 1.0 |
797
+ | cosine_accuracy@10 | 1.0 |
798
+ | cosine_precision@1 | 0.7222 |
799
+ | cosine_precision@3 | 0.3148 |
800
+ | cosine_precision@5 | 0.2 |
801
+ | cosine_precision@10 | 0.1 |
802
+ | cosine_recall@1 | 0.7222 |
803
+ | cosine_recall@3 | 0.9444 |
804
+ | cosine_recall@5 | 1.0 |
805
+ | cosine_recall@10 | 1.0 |
806
+ | cosine_ndcg@10 | 0.8767 |
807
+ | cosine_mrr@10 | 0.8349 |
808
+ | **cosine_map@100** | **0.8349** |
809
+ | dot_accuracy@1 | 0.7222 |
810
+ | dot_accuracy@3 | 0.9444 |
811
+ | dot_accuracy@5 | 0.9815 |
812
+ | dot_accuracy@10 | 1.0 |
813
+ | dot_precision@1 | 0.7222 |
814
+ | dot_precision@3 | 0.3148 |
815
+ | dot_precision@5 | 0.1963 |
816
+ | dot_precision@10 | 0.1 |
817
+ | dot_recall@1 | 0.7222 |
818
+ | dot_recall@3 | 0.9444 |
819
+ | dot_recall@5 | 0.9815 |
820
+ | dot_recall@10 | 1.0 |
821
+ | dot_ndcg@10 | 0.8753 |
822
+ | dot_mrr@10 | 0.8333 |
823
+ | dot_map@100 | 0.8333 |
824
+
825
+ <!--
826
+ ## Bias, Risks and Limitations
827
+
828
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
829
+ -->
830
+
831
+ <!--
832
+ ### Recommendations
833
+
834
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
835
+ -->
836
+
837
+ ## Training Details
838
+
839
+ ### Training Dataset
840
+
841
+ #### Unnamed Dataset
842
+
843
+
844
+ * Size: 224 training samples
845
+ * Columns: <code>sentence_0</code> and <code>sentence_1</code>
846
+ * Approximate statistics based on the first 224 samples:
847
+ | | sentence_0 | sentence_1 |
848
+ |:--------|:-----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|
849
+ | type | string | string |
850
+ | details | <ul><li>min: 23 tokens</li><li>mean: 36.01 tokens</li><li>max: 55 tokens</li></ul> | <ul><li>min: 22 tokens</li><li>mean: 569.67 tokens</li><li>max: 1018 tokens</li></ul> |
851
+ * Samples:
852
+ | sentence_0 | sentence_1 |
853
+ |:-----------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
854
+ | <code>What are the primary objectives outlined in the "Blueprint for an AI Bill of Rights" as it pertains to the American people?</code> | <code>BLUEPRINT FOR AN <br>AI B ILL OF <br>RIGHTS <br>MAKING AUTOMATED <br>SYSTEMS WORK FOR <br>THE AMERICAN PEOPLE <br>OCTOBER 2022</code> |
855
+ | <code>In what ways does the document propose to ensure that automated systems are designed to work effectively for the benefit of society?</code> | <code>BLUEPRINT FOR AN <br>AI B ILL OF <br>RIGHTS <br>MAKING AUTOMATED <br>SYSTEMS WORK FOR <br>THE AMERICAN PEOPLE <br>OCTOBER 2022</code> |
856
+ | <code>What is the primary purpose of the Blueprint for an AI Bill of Rights as outlined by the White House Office of Science and Technology Policy?</code> | <code>About this Document <br>The Blueprint for an AI Bill of Rights: Making Automated Systems Work for the American People was <br>published by the White House Office of Science and Technology Policy in October 2022. This framework was <br>released one year after OSTP announced the launch of a process to develop “a bill of rights for an AI-powered <br>world.” Its release follows a year of public engagement to inform this initiative. The framework is available <br>online at: https://www.whitehouse.gov/ostp/ai-bill-of-rights <br>About the Office of Science and Technology Policy <br>The Office of Science and Technology Policy (OSTP) was established by the National Science and Technology <br>Policy, Organization, and Priorities Act of 1976 to provide the President and others within the Executive Office <br>of the President with advice on the scientific, engineering, and technological aspects of the economy, national <br>security, health, foreign relations, the environment, and the technological recovery and use of resources, among <br>other topics. OSTP leads interagency science and technology policy coordination efforts, assists the Office of <br>Management and Budget (OMB) with an annual review and analysis of Federal research and development in <br>budgets, and serves as a source of scientific and technological analysis and judgment for the President with <br>respect to major policies, plans, and programs of the Federal Government. <br>Legal Disclaimer <br>The Blueprint for an AI Bill of Rights: Making Automated Systems Work for the American People is a white paper <br>published by the White House Office of Science and Technology Policy. It is intended to support the <br>development of policies and practices that protect civil rights and promote democratic values in the building, <br>deployment, and governance of automated systems. <br>The Blueprint for an AI Bill of Rights is non-binding and does not constitute U.S. government policy. It <br>does not supersede, modify, or direct an interpretation of any existing statute, regulation, policy, or <br>international instrument. It does not constitute binding guidance for the public or Federal agencies and <br>therefore does not require compliance with the principles described herein. It also is not determinative of what <br>the U.S. government’s position will be in any international negotiation. Adoption of these principles may not <br>meet the requirements of existing statutes, regulations, policies, or international instruments, or the <br>requirements of the Federal agencies that enforce them. These principles are not intended to, and do not, <br>prohibit or limit any lawful activity of a government agency, including law enforcement, national security, or <br>intelligence activities. <br>The appropriate application of the principles set forth in this white paper depends significantly on the <br>context in which automated systems are being utilized. In some circumstances, application of these principles <br>in whole or in part may not be appropriate given the intended use of automated systems to achieve government <br>agency missions. Future sector-specific guidance will likely be necessary and important for guiding the use of <br>automated systems in certain settings such as AI systems used as part of school building security or automated <br>health diagnostic systems. <br>The Blueprint for an AI Bill of Rights recognizes that law enforcement activities require a balancing of <br>equities, for example, between the protection of sensitive law enforcement information and the principle of <br>notice; as such, notice may not be appropriate, or may need to be adjusted to protect sources, methods, and <br>other law enforcement equities. Even in contexts where these principles may not apply in whole or in part, <br>federal departments and agencies remain subject to judicial, privacy, and civil liberties oversight as well as <br>existing policies and safeguards that govern automated systems, including, for example, Executive Order 13960, <br>Promoting the Use of Trustworthy Artificial Intelligence in the Federal Government (December 2020). <br>This white paper recognizes that national security (which includes certain law enforcement and <br>homeland security activities) and defense activities are of increased sensitivity and interest to our nation’s <br>adversaries and are often subject to special requirements, such as those governing classified information and <br>other protected data. Such activities require alternative, compatible safeguards through existing policies that <br>govern automated systems and AI, such as the Department of Defense (DOD) AI Ethical Principles and <br>Responsible AI Implementation Pathway and the Intelligence Community (IC) AI Ethics Principles and <br>Framework. The implementation of these policies to national security and defense activities can be informed by <br>the Blueprint for an AI Bill of Rights where feasible.</code> |
857
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
858
+ ```json
859
+ {
860
+ "scale": 20.0,
861
+ "similarity_fct": "cos_sim"
862
+ }
863
+ ```
864
+
865
+ ### Training Hyperparameters
866
+ #### Non-Default Hyperparameters
867
+
868
+ - `eval_strategy`: steps
869
+ - `per_device_train_batch_size`: 5
870
+ - `per_device_eval_batch_size`: 5
871
+ - `num_train_epochs`: 2
872
+ - `multi_dataset_batch_sampler`: round_robin
873
+
874
+ #### All Hyperparameters
875
+ <details><summary>Click to expand</summary>
876
+
877
+ - `overwrite_output_dir`: False
878
+ - `do_predict`: False
879
+ - `eval_strategy`: steps
880
+ - `prediction_loss_only`: True
881
+ - `per_device_train_batch_size`: 5
882
+ - `per_device_eval_batch_size`: 5
883
+ - `per_gpu_train_batch_size`: None
884
+ - `per_gpu_eval_batch_size`: None
885
+ - `gradient_accumulation_steps`: 1
886
+ - `eval_accumulation_steps`: None
887
+ - `torch_empty_cache_steps`: None
888
+ - `learning_rate`: 5e-05
889
+ - `weight_decay`: 0.0
890
+ - `adam_beta1`: 0.9
891
+ - `adam_beta2`: 0.999
892
+ - `adam_epsilon`: 1e-08
893
+ - `max_grad_norm`: 1
894
+ - `num_train_epochs`: 2
895
+ - `max_steps`: -1
896
+ - `lr_scheduler_type`: linear
897
+ - `lr_scheduler_kwargs`: {}
898
+ - `warmup_ratio`: 0.0
899
+ - `warmup_steps`: 0
900
+ - `log_level`: passive
901
+ - `log_level_replica`: warning
902
+ - `log_on_each_node`: True
903
+ - `logging_nan_inf_filter`: True
904
+ - `save_safetensors`: True
905
+ - `save_on_each_node`: False
906
+ - `save_only_model`: False
907
+ - `restore_callback_states_from_checkpoint`: False
908
+ - `no_cuda`: False
909
+ - `use_cpu`: False
910
+ - `use_mps_device`: False
911
+ - `seed`: 42
912
+ - `data_seed`: None
913
+ - `jit_mode_eval`: False
914
+ - `use_ipex`: False
915
+ - `bf16`: False
916
+ - `fp16`: False
917
+ - `fp16_opt_level`: O1
918
+ - `half_precision_backend`: auto
919
+ - `bf16_full_eval`: False
920
+ - `fp16_full_eval`: False
921
+ - `tf32`: None
922
+ - `local_rank`: 0
923
+ - `ddp_backend`: None
924
+ - `tpu_num_cores`: None
925
+ - `tpu_metrics_debug`: False
926
+ - `debug`: []
927
+ - `dataloader_drop_last`: False
928
+ - `dataloader_num_workers`: 0
929
+ - `dataloader_prefetch_factor`: None
930
+ - `past_index`: -1
931
+ - `disable_tqdm`: False
932
+ - `remove_unused_columns`: True
933
+ - `label_names`: None
934
+ - `load_best_model_at_end`: False
935
+ - `ignore_data_skip`: False
936
+ - `fsdp`: []
937
+ - `fsdp_min_num_params`: 0
938
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
939
+ - `fsdp_transformer_layer_cls_to_wrap`: None
940
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
941
+ - `deepspeed`: None
942
+ - `label_smoothing_factor`: 0.0
943
+ - `optim`: adamw_torch
944
+ - `optim_args`: None
945
+ - `adafactor`: False
946
+ - `group_by_length`: False
947
+ - `length_column_name`: length
948
+ - `ddp_find_unused_parameters`: None
949
+ - `ddp_bucket_cap_mb`: None
950
+ - `ddp_broadcast_buffers`: False
951
+ - `dataloader_pin_memory`: True
952
+ - `dataloader_persistent_workers`: False
953
+ - `skip_memory_metrics`: True
954
+ - `use_legacy_prediction_loop`: False
955
+ - `push_to_hub`: False
956
+ - `resume_from_checkpoint`: None
957
+ - `hub_model_id`: None
958
+ - `hub_strategy`: every_save
959
+ - `hub_private_repo`: False
960
+ - `hub_always_push`: False
961
+ - `gradient_checkpointing`: False
962
+ - `gradient_checkpointing_kwargs`: None
963
+ - `include_inputs_for_metrics`: False
964
+ - `eval_do_concat_batches`: True
965
+ - `fp16_backend`: auto
966
+ - `push_to_hub_model_id`: None
967
+ - `push_to_hub_organization`: None
968
+ - `mp_parameters`:
969
+ - `auto_find_batch_size`: False
970
+ - `full_determinism`: False
971
+ - `torchdynamo`: None
972
+ - `ray_scope`: last
973
+ - `ddp_timeout`: 1800
974
+ - `torch_compile`: False
975
+ - `torch_compile_backend`: None
976
+ - `torch_compile_mode`: None
977
+ - `dispatch_batches`: None
978
+ - `split_batches`: None
979
+ - `include_tokens_per_second`: False
980
+ - `include_num_input_tokens_seen`: False
981
+ - `neftune_noise_alpha`: None
982
+ - `optim_target_modules`: None
983
+ - `batch_eval_metrics`: False
984
+ - `eval_on_start`: False
985
+ - `eval_use_gather_object`: False
986
+ - `batch_sampler`: batch_sampler
987
+ - `multi_dataset_batch_sampler`: round_robin
988
+
989
+ </details>
990
+
991
+ ### Training Logs
992
+ | Epoch | Step | cosine_map@100 |
993
+ |:------:|:----:|:--------------:|
994
+ | 1.0 | 45 | 0.8179 |
995
+ | 1.1111 | 50 | 0.8318 |
996
+ | 2.0 | 90 | 0.8349 |
997
+
998
+
999
+ ### Framework Versions
1000
+ - Python: 3.10.12
1001
+ - Sentence Transformers: 3.1.1
1002
+ - Transformers: 4.44.2
1003
+ - PyTorch: 2.4.1+cu121
1004
+ - Accelerate: 0.34.2
1005
+ - Datasets: 3.0.1
1006
+ - Tokenizers: 0.19.1
1007
+
1008
+ ## Citation
1009
+
1010
+ ### BibTeX
1011
+
1012
+ #### Sentence Transformers
1013
+ ```bibtex
1014
+ @inproceedings{reimers-2019-sentence-bert,
1015
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
1016
+ author = "Reimers, Nils and Gurevych, Iryna",
1017
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
1018
+ month = "11",
1019
+ year = "2019",
1020
+ publisher = "Association for Computational Linguistics",
1021
+ url = "https://arxiv.org/abs/1908.10084",
1022
+ }
1023
+ ```
1024
+
1025
+ #### MultipleNegativesRankingLoss
1026
+ ```bibtex
1027
+ @misc{henderson2017efficient,
1028
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
1029
+ 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},
1030
+ year={2017},
1031
+ eprint={1705.00652},
1032
+ archivePrefix={arXiv},
1033
+ primaryClass={cs.CL}
1034
+ }
1035
+ ```
1036
+
1037
+ <!--
1038
+ ## Glossary
1039
+
1040
+ *Clearly define terms in order to be accessible across audiences.*
1041
+ -->
1042
+
1043
+ <!--
1044
+ ## Model Card Authors
1045
+
1046
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
1047
+ -->
1048
+
1049
+ <!--
1050
+ ## Model Card Contact
1051
+
1052
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
1053
+ -->
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Alibaba-NLP/gte-large-en-v1.5",
3
+ "architectures": [
4
+ "NewModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "Alibaba-NLP/new-impl--configuration.NewConfig",
9
+ "AutoModel": "Alibaba-NLP/new-impl--modeling.NewModel",
10
+ "AutoModelForMaskedLM": "Alibaba-NLP/new-impl--modeling.NewForMaskedLM",
11
+ "AutoModelForMultipleChoice": "Alibaba-NLP/new-impl--modeling.NewForMultipleChoice",
12
+ "AutoModelForQuestionAnswering": "Alibaba-NLP/new-impl--modeling.NewForQuestionAnswering",
13
+ "AutoModelForSequenceClassification": "Alibaba-NLP/new-impl--modeling.NewForSequenceClassification",
14
+ "AutoModelForTokenClassification": "Alibaba-NLP/new-impl--modeling.NewForTokenClassification"
15
+ },
16
+ "classifier_dropout": null,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_size": 1024,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "layer_norm_eps": 1e-12,
23
+ "layer_norm_type": "layer_norm",
24
+ "logn_attention_clip1": false,
25
+ "logn_attention_scale": false,
26
+ "max_position_embeddings": 8192,
27
+ "model_type": "new",
28
+ "num_attention_heads": 16,
29
+ "num_hidden_layers": 24,
30
+ "pack_qkv": true,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "rope",
33
+ "rope_scaling": {
34
+ "factor": 2.0,
35
+ "type": "ntk"
36
+ },
37
+ "rope_theta": 160000,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.44.2",
40
+ "type_vocab_size": 2,
41
+ "unpad_inputs": false,
42
+ "use_memory_efficient_attention": false,
43
+ "vocab_size": 30528
44
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.1.1",
4
+ "transformers": "4.44.2",
5
+ "pytorch": "2.4.1+cu121"
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:8047fa7e1de6830d723bc1c4cd392d39d17574a20e58654b46597212de6f4486
3
+ size 1736585680
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
onnx/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "policy_gte_large_2/",
3
+ "architectures": [
4
+ "NewModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration.NewConfig",
9
+ "AutoModel": "Alibaba-NLP/new-impl--modeling.NewModel",
10
+ "AutoModelForMaskedLM": "Alibaba-NLP/new-impl--modeling.NewForMaskedLM",
11
+ "AutoModelForMultipleChoice": "Alibaba-NLP/new-impl--modeling.NewForMultipleChoice",
12
+ "AutoModelForQuestionAnswering": "Alibaba-NLP/new-impl--modeling.NewForQuestionAnswering",
13
+ "AutoModelForSequenceClassification": "Alibaba-NLP/new-impl--modeling.NewForSequenceClassification",
14
+ "AutoModelForTokenClassification": "Alibaba-NLP/new-impl--modeling.NewForTokenClassification"
15
+ },
16
+ "classifier_dropout": null,
17
+ "export_model_type": "transformer",
18
+ "hidden_act": "gelu",
19
+ "hidden_dropout_prob": 0.1,
20
+ "hidden_size": 1024,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "layer_norm_eps": 1e-12,
24
+ "layer_norm_type": "layer_norm",
25
+ "logn_attention_clip1": false,
26
+ "logn_attention_scale": false,
27
+ "max_position_embeddings": 8192,
28
+ "model_type": "new",
29
+ "num_attention_heads": 16,
30
+ "num_hidden_layers": 24,
31
+ "pack_qkv": true,
32
+ "pad_token_id": 0,
33
+ "position_embedding_type": "rope",
34
+ "rope_scaling": {
35
+ "factor": 2.0,
36
+ "type": "ntk"
37
+ },
38
+ "rope_theta": 160000,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.44.2",
41
+ "type_vocab_size": 2,
42
+ "unpad_inputs": false,
43
+ "use_memory_efficient_attention": false,
44
+ "vocab_size": 30528
45
+ }
onnx/configuration.py ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # coding=utf-8
2
+ # Copyright 2024 The GTE Team Authors and Alibaba Group.
3
+ # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ """ NEW model configuration"""
17
+ from transformers.configuration_utils import PretrainedConfig
18
+ from transformers.utils import logging
19
+
20
+ logger = logging.get_logger(__name__)
21
+
22
+
23
+ class NewConfig(PretrainedConfig):
24
+ r"""
25
+ This is the configuration class to store the configuration of a [`NewModel`] or a [`TFNewModel`]. It is used to
26
+ instantiate a NEW model according to the specified arguments, defining the model architecture. Instantiating a
27
+ configuration with the defaults will yield a similar configuration to that of the NEW
28
+ [izhx/new-base-en](https://huggingface.co/izhx/new-base-en) architecture.
29
+
30
+ Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
31
+ documentation from [`PretrainedConfig`] for more information.
32
+
33
+
34
+ Args:
35
+ vocab_size (`int`, *optional*, defaults to 30522):
36
+ Vocabulary size of the NEW model. Defines the number of different tokens that can be represented by the
37
+ `inputs_ids` passed when calling [`NewModel`] or [`TFNewModel`].
38
+ hidden_size (`int`, *optional*, defaults to 768):
39
+ Dimensionality of the encoder layers and the pooler layer.
40
+ num_hidden_layers (`int`, *optional*, defaults to 12):
41
+ Number of hidden layers in the Transformer encoder.
42
+ num_attention_heads (`int`, *optional*, defaults to 12):
43
+ Number of attention heads for each attention layer in the Transformer encoder.
44
+ intermediate_size (`int`, *optional*, defaults to 3072):
45
+ Dimensionality of the "intermediate" (often named feed-forward) layer in the Transformer encoder.
46
+ hidden_act (`str` or `Callable`, *optional*, defaults to `"gelu"`):
47
+ The non-linear activation function (function or string) in the encoder and pooler. If string, `"gelu"`,
48
+ `"relu"`, `"silu"` and `"gelu_new"` are supported.
49
+ hidden_dropout_prob (`float`, *optional*, defaults to 0.1):
50
+ The dropout probability for all fully connected layers in the embeddings, encoder, and pooler.
51
+ attention_probs_dropout_prob (`float`, *optional*, defaults to 0.1):
52
+ The dropout ratio for the attention probabilities.
53
+ max_position_embeddings (`int`, *optional*, defaults to 512):
54
+ The maximum sequence length that this model might ever be used with. Typically set this to something large
55
+ just in case (e.g., 512 or 1024 or 2048).
56
+ type_vocab_size (`int`, *optional*, defaults to 2):
57
+ The vocabulary size of the `token_type_ids` passed when calling [`NewModel`] or [`TFNewModel`].
58
+ initializer_range (`float`, *optional*, defaults to 0.02):
59
+ The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
60
+ layer_norm_eps (`float`, *optional*, defaults to 1e-12):
61
+ The epsilon used by the layer normalization layers.
62
+ position_embedding_type (`str`, *optional*, defaults to `"rope"`):
63
+ Type of position embedding. Choose one of `"absolute"`, `"rope"`.
64
+ rope_theta (`float`, *optional*, defaults to 10000.0):
65
+ The base period of the RoPE embeddings.
66
+ rope_scaling (`Dict`, *optional*):
67
+ Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
68
+ strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
69
+ `{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
70
+ `max_position_embeddings` to the expected new maximum. See the following thread for more information on how
71
+ these scaling strategies behave:
72
+ https://www.reddit.com/r/LocalLLaMA/comments/14mrgpr/dynamically_scaled_rope_further_increases/. This is an
73
+ experimental feature, subject to breaking API changes in future versions.
74
+ classifier_dropout (`float`, *optional*):
75
+ The dropout ratio for the classification head.
76
+
77
+ Examples:
78
+
79
+ ```python
80
+ >>> from transformers import NewConfig, NewModel
81
+
82
+ >>> # Initializing a NEW izhx/new-base-en style configuration
83
+ >>> configuration = NewConfig()
84
+
85
+ >>> # Initializing a model (with random weights) from the izhx/new-base-en style configuration
86
+ >>> model = NewModel(configuration)
87
+
88
+ >>> # Accessing the model configuration
89
+ >>> configuration = model.config
90
+ ```"""
91
+
92
+ model_type = "new"
93
+
94
+ def __init__(
95
+ self,
96
+ vocab_size=30528,
97
+ hidden_size=768,
98
+ num_hidden_layers=12,
99
+ num_attention_heads=12,
100
+ intermediate_size=3072,
101
+ hidden_act="gelu",
102
+ hidden_dropout_prob=0.1,
103
+ attention_probs_dropout_prob=0.0,
104
+ max_position_embeddings=2048,
105
+ type_vocab_size=1,
106
+ initializer_range=0.02,
107
+ layer_norm_type='layer_norm',
108
+ layer_norm_eps=1e-12,
109
+ # pad_token_id=0,
110
+ position_embedding_type="rope",
111
+ rope_theta=10000.0,
112
+ rope_scaling=None,
113
+ classifier_dropout=None,
114
+ pack_qkv=True,
115
+ unpad_inputs=False,
116
+ use_memory_efficient_attention=False,
117
+ logn_attention_scale=False,
118
+ logn_attention_clip1=False,
119
+ **kwargs,
120
+ ):
121
+ super().__init__(**kwargs)
122
+
123
+ self.vocab_size = vocab_size
124
+ self.hidden_size = hidden_size
125
+ self.num_hidden_layers = num_hidden_layers
126
+ self.num_attention_heads = num_attention_heads
127
+ self.hidden_act = hidden_act
128
+ self.intermediate_size = intermediate_size
129
+ self.hidden_dropout_prob = hidden_dropout_prob
130
+ self.attention_probs_dropout_prob = attention_probs_dropout_prob
131
+ self.max_position_embeddings = max_position_embeddings
132
+ self.type_vocab_size = type_vocab_size
133
+ self.initializer_range = initializer_range
134
+ self.layer_norm_type = layer_norm_type
135
+ self.layer_norm_eps = layer_norm_eps
136
+ self.position_embedding_type = position_embedding_type
137
+ self.rope_theta = rope_theta
138
+ self.rope_scaling = rope_scaling
139
+ self.classifier_dropout = classifier_dropout
140
+
141
+ self.pack_qkv = pack_qkv
142
+ self.unpad_inputs = unpad_inputs
143
+ self.use_memory_efficient_attention = use_memory_efficient_attention
144
+ self.logn_attention_scale = logn_attention_scale
145
+ self.logn_attention_clip1 = logn_attention_clip1
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26df21a88640c8d525780874c1876a0a7a00a2d6532f41c59cda9a4a7488221
3
+ size 1745854634
onnx/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
+ }
onnx/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
onnx/tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 8000,
49
+ "model_max_length": 8192,
50
+ "pad_to_multiple_of": null,
51
+ "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "BertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
onnx/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,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,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "max_length": 8000,
49
+ "model_max_length": 8192,
50
+ "pad_to_multiple_of": null,
51
+ "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
+ "sep_token": "[SEP]",
55
+ "stride": 0,
56
+ "strip_accents": null,
57
+ "tokenize_chinese_chars": true,
58
+ "tokenizer_class": "BertTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "[UNK]"
62
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff