m7n commited on
Commit
6831167
1 Parent(s): 0c96297

Add new SentenceTransformer model.

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,806 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nomic-ai/nomic-embed-text-v1
3
+ datasets: []
4
+ language: []
5
+ library_name: sentence-transformers
6
+ metrics:
7
+ - cosine_accuracy
8
+ - dot_accuracy
9
+ - manhattan_accuracy
10
+ - euclidean_accuracy
11
+ - max_accuracy
12
+ pipeline_tag: sentence-similarity
13
+ tags:
14
+ - sentence-transformers
15
+ - sentence-similarity
16
+ - feature-extraction
17
+ - generated_from_trainer
18
+ - dataset_size:10000
19
+ - loss:TripletLoss
20
+ widget:
21
+ - source_sentence: value-neutral social science, this kind of negative depiction of
22
+ managers would be deserved if it were empirically valid and based on careful research.
23
+ However, it is not always either valid or carefully based. Some of the anti-manage
24
+ ment bias comes a priori from theories that take as axiomatic that managers are
25
+ prone to act in a bad way (e.g. agency theory). Some other part of the bias seems
26
+ to be simply faculty members accepting popular negative stories about managers,
27
+ which circulate in the community and are carried in the mass media. Again, a negative
28
+ view of managers might be scientifically valid if based on large, representative
29
+ samples. Yet, often the critical view propounded by management school academics
30
+ about managers is based on a handful of cases. These cases are then taken to prove
31
+ generalizations about managers being inherently bad or predisposed to unethical
32
+ conduct. TABLE I Elements of business ethics teaching and their unanticipated
33
+ negative consequences Teaching Business Ethics Causes Negative Consequences 1.
34
+ Misdiagnosis of Causes of Problems True Causes Neglected Problems Solution Failure
35
+ 2. Salience of Moral Authority of Academics Unethical Academics Lack Moral Authority
36
+ to Teach Ethics Effectively 3. Ethical Philosophy Inconclusiveness ("No right
37
+ answer") Ethics Scepticism Rationalizing Unethical Behaviour 4. Ethical Dilemmas
38
+ Indecision 5. Free Choice Freedom Delusion Social Science Incompatibility Ethics
39
+ Problems and Problems with Ethics 301 Extreme cases of misconduct that receive
40
+ publicity are treated as being 'the tip of the iceberg', or as being a way to
41
+ see into the true nature of managers. Again, at other
42
+ sentences:
43
+ - 'times, the results of larger scale social science inquiries are taken as proving
44
+ widespread managerial wrongdoing when that conclusion is reached only by a particular
45
+ interpretation of the data. Such interpretation uses one or other of the anti
46
+ management theories, in that way creating an illusion that the anti-management
47
+ theory is valid. In contrast, the empirical findings may better fit a theory that
48
+ has a more positive view of managers. However, the anti-management discourse in
49
+ modern management schools ignores such more pro-management theories. This violates
50
+ the scientific ideal that a range of the ories should be considered in interpreting
51
+ data. Again, it leads to the overlooking of pro-manage ment research, both theoretical
52
+ and empirical. Unanticipated negative consequences of teaching business ethics
53
+ Education in business ethics has five elements that can produce unanticipated
54
+ negative consequences thereby rendering ethics education ineffectual or counter-productive:
55
+ misdiagnosis of causes of prob lems, salience of moral authority of academics,
56
+ ethical philosophy, ethical dilemmas and free choice. Misdiagnosis of causes of
57
+ problems A contemporary way of reasoning is to go from a few cases, to over-generalizations
58
+ of a negative kind about management, and thence to recommendations such as more
59
+ ethics education in management schools. Each of these steps in the chain needs
60
+ to be queried. Many of the prominent cases of managerial wrongdoing are not primarily
61
+ failures of ethics but are poor managerial business judgements that led to corporate
62
+ financial collapse, prompting unethical acts or accompanied by unethical acts.
63
+ This can be seen in'
64
+ - ethics remains the extent to which it is central or peripheral to the curriculum.
65
+ An Analysis of CSR, CI and Ethics Teaching in Business Schools 119 Business values
66
+ driving the academic agenda? There are many views regarding the challenge of transferring
67
+ ethical learning from the classroom into the corporation. Cordiero (2003) asserts
68
+ the devel opment of ethical behaviour in managers ought to be grounded in their
69
+ development as leaders, "ethics is not something a manager 'does'; it is something
70
+ that a manager 'is'". Pfeffer and Fong (2004) argue that most effective and influential
71
+ ethics education is best located within a pedagogic framework more akin to traditional
72
+ professional education. This would incorporate clearly stated professional values
73
+ and responsibilities, consistent with other established professions, a code of
74
+ ethics and responsibilities should be defined with clear guidelines for those
75
+ that violate professional standards, and disciplinary pro cedures to encourage
76
+ non-tolerance of ethical malfeasance. The appropriateness of specific pedagogic
77
+ options is not the only source of difficulty with regards to the effectiveness
78
+ of ethics education in business schools. There is a strongly held view amongst
79
+ some academics that business schools are reluctant to incorporate moral and ethical
80
+ thinking into univer sity curricula (e.g., Scott, 1988; Sims and Sims, 1991).
81
+ Kelly (2005) has observed that a number of US business schools are reducing or
82
+ removing ethics teaching altogether from their curricula, which might be as a
83
+ result of a lack of availability of appropriately qualified staff, over-crowded
84
+ curricula and indiffer ence among staff not involved in ethics teaching. Pfeffer
85
+ - 'the interviews were conducted using ORC''s CATI system. ORC utilizes a random-digit-dial
86
+ sampling procedure that is fully replicated and stratified by region. According
87
+ to ORC: "completed interviews are weighted by four variables: age, sex, geographic
88
+ region, and race, to ensure reliable and accurate representation of the total
89
+ population, 18 years of age and older... The use of replicable sampling, standardized
90
+ inter viewing procedures and representative weighting provides that all CARAVAN
91
+ studies are parallel to one another. Thus, CARAVAN usage is appropriate both for
92
+ point-in-time analysis as well as tracking and trend comparisons" (ORC, CARAVAN
93
+ research report, 2006). For all the details of the sampling procedures and operation
94
+ of ORC, see Appendix A. For the purpose of computing the BEI, we employed the
95
+ weighted sample to minimize demographic fluctuations as a source of sampling error.
96
+ Results Respondent characteristics All five 2006 national probability samples
97
+ comprised 1045 adults (18 years of age or older) living in private households
98
+ in the continental United States. The respondents'' demographic characteristics
99
+ for all five waves are presented in Table 1. EXHIBIT 1A Questions comprising the
100
+ Business Ethics Index Personal/Past 1. Based on your own experiences as a consumer
101
+ in the past year, businesses you dealt with generally behaved: Very unethically
102
+ Somewhat unethically Neither nor Somewhat ethically Very ethically Vicarious/Past
103
+ 2. Based on what you heard from others or the media in the past year, businesses
104
+ behaved: Very unethically Somewhat unethically Neither nor Somewhat ethically
105
+ Very ethically Personal/Future 3. Based on your'
106
+ - source_sentence: 'solve the problem of how we can think of non-existents. The view
107
+ has real virtues: it endorses a non-relational (internalist) conception of intentionality
108
+ and is ontologically conservative. Alas, the view ultimately cannot replace the
109
+ act-object model of intentionality that it seeks to, because it depends on the
110
+ act-object model for its intelligibility'
111
+ sentences:
112
+ - satisfied at the same time, in view of notorious semantic paradoxes such as the
113
+ Liar paradox, we consider the maximal
114
+ - of intentionality according to which intentionality is a purely non-relational
115
+ notion. I argue that his account has counterintuitive consequences regarding our
116
+ thoughts about existing objects,
117
+ - at key points. It thus fails as a revisionistic theory. I argue that the virtues
118
+ of adverbialism can be had from within the act-object framework, provided we understand
119
+ intentional objects correctly. I use Crane as a guide here, and build on his work
120
+ on intentional objects. In the end, we can provide a suitable solution to the
121
+ problem of thinking
122
+ - source_sentence: 'might be discounted as intellectual laggards; they are also the
123
+ disciplined and reflective professionals in the field. And among these are not
124
+ only the artists and the poets, who might be suspected of carrying their creative
125
+ habits over into their ordinary speech, but also the non-artists, whose interests
126
+ in art are detached 378 MEANING RANGE IN WORK OF ART 379 and factual. These are
127
+ the critics, the museum professionals, some philosophers, and even cultural historians
128
+ and anthropologists. It is by no means characteristic of any of these latter groups
129
+ today that they eschew the notion of meaning from their discussions of art. Quite
130
+ the opposite. It is at least a nine to one probability that any considerable observation
131
+ or discourse that one comes upon anywhere about art today will make some direct
132
+ or implied reference to the meaning of art. A music critic speaks of the "intellectual
133
+ content" of Beethoven''s symphonies. A literary critic affirms that in poetry
134
+ "the .... aesthetic effect of intellectual cogency is not to be slighted."'' Another
135
+ "disagrees" with some of the political views expressed by a poet in his poetry.
136
+ An interpretation of the French impressionists in painting finds that a central
137
+ aim of this school was to attain "the greatest possible degree of truth" in the
138
+ presentation of its subjects.2 The writer of an introductory essay in a catalogue
139
+ of a recent and notable exhibition of contemporary American painting states it
140
+ directly: "Essentially, the artist is seeking to give visual'
141
+ sentences:
142
+ - the lower right‐hand corner of figure 1. You should answer no to each question,
143
+ which is the view advanced by Daniel Boisvert, who has emphasized, in favor of
144
+ his view, that pejorative terms seem to have precisely this kind of dual content—for
145
+ example, the offensive racial slur ‘n——r’ clearly has a descriptive content, but
146
+ it is also associated with a contemptuous attitude.12 In accordance with a no
147
+ answer to question Q1, the contemptuous attitude it is associated with is the
148
+ same, no matter what sentence it figures in and even when embedded under negations,
149
+ inside conditionals, or in questions. In accordance with a no answer to question
150
+ Q2, it is the same attitude for different speakers—always contempt for a certain
151
+ racial group. In accordance with a no answer to question Q3, the descriptive content
152
+ is the same for every speaker. And in accordance with a no answer to question
153
+ Q4, the contemptuous attitude associated with this word derives from the descriptive
154
+ content of the word, together with the attitudes prevalent in the social background
155
+ in which the word was originally used. So the descriptive content does not depend
156
+ on the associated attitude. So in Sections VIII and IX, I will look at precisely
157
+ which sorts of advantages may possibly accrue to hybrid views in the lower right‐hand
158
+ corner of the figure. I will argue that there are many sorts of advantages which
159
+ cannot accrue to this sort of view but also that this view does allow for certain
160
+ subtle
161
+ - 'form to conceptions of truth."3 These are fair samples of considered statements
162
+ about art which are characteristic of recent and present-day thinking by various
163
+ specialists who concern themselves with it. Any reader of the literature about
164
+ art will know that they can be multiplied practically without limit and from all
165
+ quarters. The fair reader will know also that, although many such statements are
166
+ semantically vague and ambiguous, their general intent is plain enough. There
167
+ is among them common agreement that art conveys ideas which can be meaningfully
168
+ stated. That is, in application to art they disagree with the positivistic thesis
169
+ of meaning. They hold that not only can one think about art (which is not the
170
+ issue), but also that you can think about thinking in art-which is the issue.
171
+ With the disagreement thus set, I want to ask as my main question: Does the positivistic
172
+ analysis of meaning invalidate the ascription of cognitive meaning to works of
173
+ art, or does it not? A simple affirmative answer implies (1) correctness of the
174
+ positivistic analysis of meaning on all points pertinent to its use in rejecting
175
+ meaning claims for art; (2) either logical ignorance or perversity on the part
176
+ of those who persist in speaking of the meaning of art. A simple negative answer
177
+ implies (1) a faulty or incomplete analysis of the concept of cognitive meaning,
178
+ or (2) a misunderstanding on the part of the logical or semantic critic of the
179
+ nature of art with a resulting misapplication of the concept of meaning to'
180
+ - Once this step is taken, it is not difficult to go on and say that any perception
181
+ of a painting is an 'interpretation'. When this is said, the sense of 'interpretation'
182
+ has been stretched, and we have what borders upon an octopus use of the term.
183
+ I wish to show that the acceptance of an octopus use of 'interpretation' does
184
+ not solve any of the standing problems in aesthetics and that it produces additional
185
+ problems. In order to do this, I must first describe the differential use of 'interpretation'
186
+ in the arts. *) 'Conversations with Marin', Corothy Norman, Art News, Dec., 1953,
187
+ p. 59. 2) 'Everyone wants to understand art. Why not try to understand the song
188
+ of a bird? Why does one love the night, flowers, everything around one, without
189
+ trying to under stand them? But in the case of a painting, people have to understand.'
190
+ Artists on Art, Robert Goldwater and Marco Tr?ves (ed.), Pantheon, 1945, p. 421.
191
+ 3) 'The vast majority of English folk can not, will not consider a picture as
192
+ a picture apart from any story which it may be supposed to tell.' Ibid, p. 346,7.
193
+ 199 CAMPBELL CROCKETT II. THE DIFFERENTIAL USE OF 'INTERPRETATION' IN THE ARTS.
194
+ Problems concerning 'interpretation' often arise in the arts, and we discuss and
195
+ frequently disagree about surrealistic paintings, the novels of Kafka and Camus,
196
+ and modern dance. When we raise questions con cerning the 'interpretation' of
197
+ these and other works of art, often we do not know how to take what we see, hear,
198
+ - source_sentence: of the open society, he condemned complacency towards social institutions
199
+ and so, if only tacitly, condemned complacency towards the institutions of science
200
+ ([1944-1945] 1957, [1945] 1962).6 Not only did he fail to criticize scientific
201
+ institutions explicitly, he too held up science-beautified as Socratic seminar-as
202
+ a model for rational conduct in general and in politics in particular. In not
203
+ working out the implications of his critical and democratic ideasfor institutional
204
+ science Popper faltered. His beautification of science as institution was inconsistent
205
+ with his critical philosophy of social institutions.7 What then are the scope
206
+ and limits of republicanism applied to science? Both philosophers provide insights
207
+ and ideas with which to criticize each other and, it is to be hoped, clarify the
208
+ issues. In the body of this paper I condense them into four questions. Two questions
209
+ focus on control. Should science be exempted from the democratic control of the
210
+ wider society as Polanyi maintains (?2)?; or, is critical and democratic reform
211
+ of institutionalized science possible along Popperian lines (?3). The two remaining
212
+ questions focus on the impact of scientific norms and results on the host society.
213
+ Is real existing science a suitable model for society in general along either
214
+ Polanyiite or Popperian lines (?4)?; and, is science just one among the social
215
+ institutions or, as both Polanyi and Popper claim, does its pursuit of truth make
216
+ it exceptional and if so, how (?5)? 5. For the argument that The Logic of Scientific
217
+ Discovery contains a social view of science see my The Republic
218
+ sentences:
219
+ - aggregation to the problem of judgment aggregation in science apply to the latter,
220
+ not the former question. The formal literature has introduced various desiderata
221
+ for an aggregation procedure. Proposition-wise majority voting emerges as a procedure
222
+ that satisfies all desiderata
223
+ - of Science (Jarvie 2001). 6. In citing page numbers for these works I shall be
224
+ using the more readily available 1957 book edition of 1944-1945 and the fourth
225
+ (1962) edition of 1945. 7. In some of his later essays and addresses Popper shows
226
+ considerable awareness of the deficiencies of institutionalized science, especially
227
+ its implication in war technology (Popper 1994, chs. 4 and 6). Yet he does not
228
+ look back to and revise his earlier presentation. 547 I. C. JARVIE 2. Democratic
229
+ and Authoritarian Republics. Should science be exempted from the democratic control
230
+ of the wider society? Polanyi's principal argument for exemption relies on his
231
+ special view of scientific authority. Popper, a critic of all authority, offers
232
+ a challenge to Polanyi's argument for exceptionalism. Polanyi wrote much on the
233
+ social relations of science, finding there lessons for democratic society itself
234
+ (1945, 1951, 1958, 1961, 1962). His work combines reliable ethnographic reports
235
+ with controversial social and political analysis. To understand why he tries to
236
+ fuse republicanism with authoritarianism we need to outline salient features of
237
+ his social analysis of science. Polanyi views the working of science as "coordination
238
+ by mutual adjustment of independent initiatives" much like teams working on a
239
+ large jigsaw puzzle. Every puzzler keeps in mind the pieces held and the elements
240
+ of the picture so far assembled, and remains watchfully aware of the progress
241
+ of others. Polanyi's jigsaw puzzle metaphor harbors a difficulty. Unlike the picture
242
+ cut up by the jigsaw, the world-picture is not a prior given.
243
+ - to be used as an instrument, science must keep an essential measure of self-identity
244
+ and autonomy. We could conclude this brief confrontation by saying that science
245
+ is and must be both "neutral" and "non-neutral", according to the aspect of it
246
+ we take into consideration. It can and must be neutral as far as it is a system
247
+ of reliable knowledge; it cannot and must not be neutral as far as it is a human
248
+ activity implicated with all the other aspects of the human praxis. All this may
249
+ be rather clear, and is certainly very important to recognize, but new problems
250
+ arise at this point. According to the two one-sided positions considered above,
251
+ a kind of struggle was envisaged between science on the one side and the whole
252
+ of its "external" environment on the other. For the ones the problem was that
253
+ of preserving at all price the integrity of science, its independence and freedom
254
+ towards the outside while for the others the problem was that of eliminating this
255
+ arrogant pretension by reducing science to the dismasked role of being just a
256
+ pawn in the complex game of the socio-political battle. What is common to both
257
+ positions is the antagonistic way they envisage the relationship between science
258
+ and the extra-scientific world. But we must note that this antagonistic way of
259
+ thinking is by no means automatically eliminated once we become aware that science
260
+ is somehow two different things at the same time, i.e. a system of knowledge and
261
+ a human activity. For the problem immediately
262
+ - source_sentence: reflective conceptual scheme of the the observer's world. So, even
263
+ though we can differentiate by analysis the conditions of our awareness, there
264
+ is no actual awareness short of conceptual incorporation into a functional and
265
+ rational world. Not only is there no thinking without signs; there is no experience
266
+ short of thirdness. This does not imply that such experiences are whole and complete
267
+ relative to consciousness. That for both Hegel and Peirce never happens short
268
+ of the Absolute ? however different their visions ofthat Absolute may have been.
269
+ What it does mean is that there is no direct access to any reality as it presents
270
+ itself either the Cartesian mental or the Cartesian physical, that can warrant
271
+ any claims for an epistemological direct realism. That thought is always mediated
272
+ by sym bols gives the basis for the "critical" in Peirce's own critical common-sen
273
+ sism, and puts him in line with Santayana and Sellars (perhaps Wilfred as well
274
+ as Roy Wood) for critical realism. While this is the case epistemologically, Peirce
275
+ wanted to maintain that such an account requires ontologically the reality of
276
+ all three pheno menological categories. He chided Hegel for dwelling on thirdness
277
+ to the exclusion of secondness and firstness, treating the triadic form as "a
278
+ mere RECONSTRUCTING DECONSTRUCTION 377 fashion of dress." "Had Hegel, instead
279
+ of regarding the first two stages with his smile of contempt, held on to them
280
+ as independent or distinct elements of the triune Reality, pragmaticists might
281
+ have looked up to him as the great vindicator of their
282
+ sentences:
283
+ - truth" (CP5.436). Peirce maintained that they are all three as ontologically required
284
+ as are firsts and seconds required for triadic relations in logic. Reaction and
285
+ feeling are implicit in the continuity of habit, actuality and quality in the
286
+ generality of law, and interpretation presupposes facts with which to come to
287
+ terms. Since Peirce, the neo-posi tivists have tried to reduce thirds to seconds,
288
+ clearly without success. Among the reactions to that pristine scientism have been
289
+ the current waves of neohegelian fervour that attempt to move the other way, by
290
+ absorbing feeling and action into interpretation. Peirce's ontological realism
291
+ is based on logical conditions for phenomenology , and thus resists the reductionis
292
+ ts urges in both directions. These epistemological and ontological realisms are
293
+ grounded in the dynamical object. Peirce understood dynamis much as Aristotle
294
+ understood the material condition of change, as serving a conditional limit and
295
+ as suggesting a teleological fulfillment. Peirce thought it conditional because
296
+ it was interactive with other circumstances of action and experience. The determination
297
+ of it as a limit to action and experience depended upon how it related to other
298
+ conditions in its circumstantial context, and that can be dealt with in thought
299
+ and action only in an actualized and conceptualized form. None the less, the dynamical
300
+ object stands over against thought and action, and it requires coming to terms
301
+ with it to make sense of the world and to act in it. Ultimately, were we to consider
302
+ it as some sort of surd
303
+ - logic of relations; although what the intimate connection is between these studies
304
+ and his metaphysics Peirce leaves the reader to guess at random. 4 This approach
305
+ has many obvious affiliations with the "presuppositionless ' studies of essences
306
+ by Descartes, Husserl, and Santayana, although in the light of Peirce 's devastating
307
+ critique of the Augustinian-Cartesian philosophy in his earliest papers, too much
308
+ can not be made of this similarity. And after the nature of Thirdness has been
309
+ discussed it will be seen how full of presuppositions Peirce 's analysis really
310
+ is. 368 JOURNAL OF PHILOSOPHY Let us turn to the categories themselves. The Category
311
+ of Firstness indicates the aspect of freshness, life, freedom, variety, and spontaneity
312
+ in the phaneron. Thus it would seem that Firstness presents the phase of atomicity,
313
+ specificity, or sheer quality in experience. A quality is just what it is, and
314
+ in its sheer immediacy is utterly disconnected with any other quality. On the
315
+ other hand Peirce regards Firstness as a "pure nature" or quality to which embodiment
316
+ and localization are essentially foreign (1.303). A quality is eternal, independent
317
+ of time or of any realization (1.420); it is simply a "may-be," whose nature is
318
+ that it might be a specific moment in a phaneron. Nevertheless Firstness is not
319
+ a general or universal, since to be a universal involves reference to embodiment
320
+ and localization (1.304). It is not easy to reconcile these various characterizations
321
+ of Firstness. Peirce seems to shuttle back and forth between regarding Firstness
322
+ - 'peculiar theory. Royce does not appear to distinguish the mystic''s motive from
323
+ the motive ot speculation in general, the motive which the mystic has in common
324
+ witb the realist, the motive drawn from the defects of that (wonderfully depicted)
325
+ "finite situation that ;sends us all alike looking for true Being ". In so far
326
+ as mystic and realist alike have the intention not alone to find true Being, but
327
+ to define it, both must be equally condemned by Royce''s proof that " Each in
328
+ the end defines Nothing whatever ".1 But what if the difference between mystic
329
+ and realist lay precisely in this point: that the purpose of the mystic is not
330
+ to define anything at all, but to do something which by every device he has tried
331
+ to differentiate from all processes of defirning or of speculating. I believe
332
+ this to be the case; and that, the logic of Royce thus passes over his head. The
333
+ purpose of the mystic lies in the region of the practice of religion; and his
334
+ essential theoretical message is, that there is a practical cognition of the Absolute
335
+ which philosophical knowledge necessarily fails to reach. The point of difference
336
+ between the mystic and all speculators (including the speculative mystics as speculators)
337
+ seems to me to be this:A philosophy does not supply the thinker ipso facto either
338
+ with the incentive to worship or with the power to worship. Thought may perhaps
339
+ persuade us of God''s immediate presence in experience, and yet it leaves us empty
340
+ of the idea of ''approach''; it'
341
+ model-index:
342
+ - name: SentenceTransformer based on nomic-ai/nomic-embed-text-v1
343
+ results:
344
+ - task:
345
+ type: triplet
346
+ name: Triplet
347
+ dataset:
348
+ name: nomic
349
+ type: nomic
350
+ metrics:
351
+ - type: cosine_accuracy
352
+ value: 0.972
353
+ name: Cosine Accuracy
354
+ - type: dot_accuracy
355
+ value: 0.028
356
+ name: Dot Accuracy
357
+ - type: manhattan_accuracy
358
+ value: 0.968
359
+ name: Manhattan Accuracy
360
+ - type: euclidean_accuracy
361
+ value: 0.972
362
+ name: Euclidean Accuracy
363
+ - type: max_accuracy
364
+ value: 0.972
365
+ name: Max Accuracy
366
+ - type: cosine_accuracy
367
+ value: 0.971
368
+ name: Cosine Accuracy
369
+ - type: dot_accuracy
370
+ value: 0.029
371
+ name: Dot Accuracy
372
+ - type: manhattan_accuracy
373
+ value: 0.9695
374
+ name: Manhattan Accuracy
375
+ - type: euclidean_accuracy
376
+ value: 0.971
377
+ name: Euclidean Accuracy
378
+ - type: max_accuracy
379
+ value: 0.971
380
+ name: Max Accuracy
381
+ ---
382
+
383
+ # SentenceTransformer based on nomic-ai/nomic-embed-text-v1
384
+
385
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [nomic-ai/nomic-embed-text-v1](https://huggingface.co/nomic-ai/nomic-embed-text-v1). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
386
+
387
+ ## Model Details
388
+
389
+ ### Model Description
390
+ - **Model Type:** Sentence Transformer
391
+ - **Base model:** [nomic-ai/nomic-embed-text-v1](https://huggingface.co/nomic-ai/nomic-embed-text-v1) <!-- at revision ec7a86b7066613e0a8acf87e1fcaaf23f8733dd6 -->
392
+ - **Maximum Sequence Length:** 8192 tokens
393
+ - **Output Dimensionality:** 768 tokens
394
+ - **Similarity Function:** Cosine Similarity
395
+ <!-- - **Training Dataset:** Unknown -->
396
+ <!-- - **Language:** Unknown -->
397
+ <!-- - **License:** Unknown -->
398
+
399
+ ### Model Sources
400
+
401
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
402
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
403
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
404
+
405
+ ### Full Model Architecture
406
+
407
+ ```
408
+ SentenceTransformer(
409
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: NomicBertModel
410
+ (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
411
+ (2): Normalize()
412
+ )
413
+ ```
414
+
415
+ ## Usage
416
+
417
+ ### Direct Usage (Sentence Transformers)
418
+
419
+ First install the Sentence Transformers library:
420
+
421
+ ```bash
422
+ pip install -U sentence-transformers
423
+ ```
424
+
425
+ Then you can load this model and run inference.
426
+ ```python
427
+ from sentence_transformers import SentenceTransformer
428
+
429
+ # Download from the 🤗 Hub
430
+ model = SentenceTransformer("m7n/nomic-embed-philosophy-triplets_v3")
431
+ # Run inference
432
+ sentences = [
433
+ 'reflective conceptual scheme of the the observer\'s world. So, even though we can differentiate by analysis the conditions of our awareness, there is no actual awareness short of conceptual incorporation into a functional and rational world. Not only is there no thinking without signs; there is no experience short of thirdness. This does not imply that such experiences are whole and complete relative to consciousness. That for both Hegel and Peirce never happens short of the Absolute ? however different their visions ofthat Absolute may have been. What it does mean is that there is no direct access to any reality as it presents itself either the Cartesian mental or the Cartesian physical, that can warrant any claims for an epistemological direct realism. That thought is always mediated by sym bols gives the basis for the "critical" in Peirce\'s own critical common-sen sism, and puts him in line with Santayana and Sellars (perhaps Wilfred as well as Roy Wood) for critical realism. While this is the case epistemologically, Peirce wanted to maintain that such an account requires ontologically the reality of all three pheno menological categories. He chided Hegel for dwelling on thirdness to the exclusion of secondness and firstness, treating the triadic form as "a mere RECONSTRUCTING DECONSTRUCTION 377 fashion of dress." "Had Hegel, instead of regarding the first two stages with his smile of contempt, held on to them as independent or distinct elements of the triune Reality, pragmaticists might have looked up to him as the great vindicator of their',
434
+ 'truth" (CP5.436). Peirce maintained that they are all three as ontologically required as are firsts and seconds required for triadic relations in logic. Reaction and feeling are implicit in the continuity of habit, actuality and quality in the generality of law, and interpretation presupposes facts with which to come to terms. Since Peirce, the neo-posi tivists have tried to reduce thirds to seconds, clearly without success. Among the reactions to that pristine scientism have been the current waves of neohegelian fervour that attempt to move the other way, by absorbing feeling and action into interpretation. Peirce\'s ontological realism is based on logical conditions for phenomenology , and thus resists the reductionis ts urges in both directions. These epistemological and ontological realisms are grounded in the dynamical object. Peirce understood dynamis much as Aristotle understood the material condition of change, as serving a conditional limit and as suggesting a teleological fulfillment. Peirce thought it conditional because it was interactive with other circumstances of action and experience. The determination of it as a limit to action and experience depended upon how it related to other conditions in its circumstantial context, and that can be dealt with in thought and action only in an actualized and conceptualized form. None the less, the dynamical object stands over against thought and action, and it requires coming to terms with it to make sense of the world and to act in it. Ultimately, were we to consider it as some sort of surd',
435
+ 'logic of relations; although what the intimate connection is between these studies and his metaphysics Peirce leaves the reader to guess at random. 4 This approach has many obvious affiliations with the "presuppositionless \' studies of essences by Descartes, Husserl, and Santayana, although in the light of Peirce \'s devastating critique of the Augustinian-Cartesian philosophy in his earliest papers, too much can not be made of this similarity. And after the nature of Thirdness has been discussed it will be seen how full of presuppositions Peirce \'s analysis really is. 368 JOURNAL OF PHILOSOPHY Let us turn to the categories themselves. The Category of Firstness indicates the aspect of freshness, life, freedom, variety, and spontaneity in the phaneron. Thus it would seem that Firstness presents the phase of atomicity, specificity, or sheer quality in experience. A quality is just what it is, and in its sheer immediacy is utterly disconnected with any other quality. On the other hand Peirce regards Firstness as a "pure nature" or quality to which embodiment and localization are essentially foreign (1.303). A quality is eternal, independent of time or of any realization (1.420); it is simply a "may-be," whose nature is that it might be a specific moment in a phaneron. Nevertheless Firstness is not a general or universal, since to be a universal involves reference to embodiment and localization (1.304). It is not easy to reconcile these various characterizations of Firstness. Peirce seems to shuttle back and forth between regarding Firstness',
436
+ ]
437
+ embeddings = model.encode(sentences)
438
+ print(embeddings.shape)
439
+ # [3, 768]
440
+
441
+ # Get the similarity scores for the embeddings
442
+ similarities = model.similarity(embeddings, embeddings)
443
+ print(similarities.shape)
444
+ # [3, 3]
445
+ ```
446
+
447
+ <!--
448
+ ### Direct Usage (Transformers)
449
+
450
+ <details><summary>Click to see the direct usage in Transformers</summary>
451
+
452
+ </details>
453
+ -->
454
+
455
+ <!--
456
+ ### Downstream Usage (Sentence Transformers)
457
+
458
+ You can finetune this model on your own dataset.
459
+
460
+ <details><summary>Click to expand</summary>
461
+
462
+ </details>
463
+ -->
464
+
465
+ <!--
466
+ ### Out-of-Scope Use
467
+
468
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
469
+ -->
470
+
471
+ ## Evaluation
472
+
473
+ ### Metrics
474
+
475
+ #### Triplet
476
+ * Dataset: `nomic`
477
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
478
+
479
+ | Metric | Value |
480
+ |:-------------------|:----------|
481
+ | cosine_accuracy | 0.972 |
482
+ | dot_accuracy | 0.028 |
483
+ | manhattan_accuracy | 0.968 |
484
+ | euclidean_accuracy | 0.972 |
485
+ | **max_accuracy** | **0.972** |
486
+
487
+ #### Triplet
488
+ * Dataset: `nomic`
489
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
490
+
491
+ | Metric | Value |
492
+ |:-------------------|:----------|
493
+ | cosine_accuracy | 0.971 |
494
+ | dot_accuracy | 0.029 |
495
+ | manhattan_accuracy | 0.9695 |
496
+ | euclidean_accuracy | 0.971 |
497
+ | **max_accuracy** | **0.971** |
498
+
499
+ <!--
500
+ ## Bias, Risks and Limitations
501
+
502
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
503
+ -->
504
+
505
+ <!--
506
+ ### Recommendations
507
+
508
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
509
+ -->
510
+
511
+ ## Training Details
512
+
513
+ ### Training Dataset
514
+
515
+ #### Unnamed Dataset
516
+
517
+
518
+ * Size: 10,000 training samples
519
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
520
+ * Approximate statistics based on the first 1000 samples:
521
+ | | anchor | positive | negative |
522
+ |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
523
+ | type | string | string | string |
524
+ | details | <ul><li>min: 10 tokens</li><li>mean: 255.88 tokens</li><li>max: 655 tokens</li></ul> | <ul><li>min: 14 tokens</li><li>mean: 255.08 tokens</li><li>max: 490 tokens</li></ul> | <ul><li>min: 15 tokens</li><li>mean: 270.3 tokens</li><li>max: 562 tokens</li></ul> |
525
+ * Samples:
526
+ | anchor | positive | negative |
527
+ |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
528
+ | <code>finite equational basis. The extension of this theorem to the quasivariety case by J. Czelakowski, W. Dziobiak [5] and the first author [16] followed. Finally, K. A. Baker and J. Wang proved [2] that a variety V with DPSC and Vsi (Vfsi) strictly elementary has finite equational basis. The new proof of Baker's theorem presented in [2] is based on the above mentioned result of K. A. Baker and J. Wang, and the fact that each finitely generated congruence-distributive variety hats DPSC [2, Theorem 2]. In order to obtain a proof of Pigozzi's theorem one can easily carry over the latter fact to the quasivariety case (Proposition 7) and use our Theorem 2. Pigozzi's theorem was already reproved by W. Dziobiak in [6] and by M. Maróti, R. McKenzie in [12]. But, according to our knowledge, the proof presented here is the shortest one, as is the proof of Baker's theorem given in [2]. However, both these proofs are non-constructive. The results more general than Pigozzi's theorem are known nowadays. The first author of this article proved in [17] that a locally finite relatively congruence-distributive quasivariety Q has a finite quasi-equational basis provided the class Qfsi is strictly elementary. W. Dziobiak, M. Maróti, R. McKenzie and the first author proved [7] that each finitely generated relatively congruence-meet-semidistributive quasivariety has a finite quasiequational basis. It is a quasivariety version of Willard's theorem [20]. Finally, K. Palasinska proved in [18] that a finitely generated</code> | <code>protoalgebraic filter-distributive strict universal Horn class is finitely axiomatizable. 2. Toolbox We briefly recall basic facts from quasivariety theory we will need. A standard book about quasivarieties is [8] and about universal algebra are [4, 14]. One may also consult the classical position [11]. Definable Relative Principal Subcongruences 111 We assume that all considered algebras are in the same finite language. A quasivariety Q is a class of algebras defined by a set S of quasi-identities (strict universal Horn sentences). The set E is called a quasiequational basis of Q. Recall that a class is strictly elementary, or finitely axiomatizable, if it may be defined by a single sentence. Notice that a quasivariety Q has a finite quasi-equational basis if and only if Q is strictly elementary. The smallest quasivariety Q containing a given class Ç is SPPu(ö), where P denotes the product class operator, Pu denotes the ultraproduct class operator, and S denotes the subalgebra class operator [8, Corollary 2.3.4]. If G is a finite family of finite algebras, then Q = SP(£), and every such Q is called finitely generated. Let Q be a quasivariety. A congruence a on an algebra A is called a Q-congruence provided A/ a G Q. Note that A G Q if and only if the equality relation 0^ on A is a Q-congruence. The set Cong (A) of all Q-congruences of A forms an algebraic lattice which is a meet-subsemilattice of Con(A) [8, Corollary 1.4.11]. We use the symbol V2 for the lattice join in Cong(A). A nontrivial algebra S</code> | <code>CEP. It follows from this result that V(Qmn), (, n) 0 {(0, 0), (1, 0)}, does not have AP. Using Priestley duality we show in Section 3 that the class of finite quasi-Stone algebras has AP. We do not know whether the whole class QSA has AP. This problem was posed by H. P. Sankappanavar in [8]. In Section 5 we explain briefly how to obtain the free quasi-Stone algebra over a set S from the free Q-lattice over S. Priestley Duality for Quasi-Stone Algebras 85 The concepts and results on distributive lattices and universal algebra that are used here are well known and can be found in the books [1] and [3]. We assume that the reader is familiar with Priestley duality for distributive lattice (see [6] and [7]), the theory of Q-distributive lattices ([4] and [5]) and the theory of quasi-Stone algebras ([8]). 2. Duality The results of this section rely on ?2 of [4]. For a distributive lattice L with 0 and 1 we will denote its Priestley space by X. X can be represented as the set of prime filters of L ordered by set inclusion, the topology on X having as a sub-base the sets of the form {P E X: a 0 P} and {P C X: a E P} for each a E L. The map a 9-+ {P C I: a E P} is a lattice isomorphism of L onto the lattice of clopen increasing subsets of X, where join is set union, meet is</code> |
529
+ | <code>London 2001 . 8 J. Milbank C. Pickstock G. Ward (eds.), Radical Orthodoxy. A New Theology, Routledge, London New York 1999; J. Milbank, Theology and Social Theory. Beyond Secular Reason, Blackwell Publishing, Maiden 20062, esp. chapt. 12, pp. 382-442; S. Zižek J. Milbank, The Monstrosity of Christ. Paradox or Dialectic?, MIT Press, Cambridge London 2009, pp. 110-233. The most notable figures in this context are: J. Derrida, The Gift of Death and Literature in Secret, trans, by D. Wills, University Of Chicago Press, Chicago 2007; Id., Violence and Metaphysics, in Writing and Difference, trans, by A. Bass, Routledge, London 1978, pp. 79-153; G. Deleuze, Difference and Repetition, trans, by P. Patton, Columbia University Press, New York 1994, pp. 5-11; G. Deleuze F. Guattari, A Thousand Plateaus: Capitalism and Schizophrenia, trans, by B. Massumi, University of Minnesota Press, Minneapolis 1987; M.C. Taylor, Altarity, University of Chicago Press, Chicago 1987; m! Dooley, The Politics of Exodus: S0ren Kierkegaard's Ethics of Responsibility, Fordham University Press, New York 2001. This list is provisional and highly selective. The historical-intellectual contours of poststructuralism are drawn by Johannes Willem Bertens in The Idea of the Postmodern. A History, Routledge, London New York 1995. 10 J. Caputo, The Prayers and Tears of Jacques Derrida: Religion without Religion, Indiana University Press, Bloomington 1997. 1 Id., On Religion, p. 119. 614 LEO STAN attack against established Christianity and its underlying critique of classical metaphysics12. Kierkegaard matters to Caputo because he discloses a universal horizon to religiosity, above and beyond the partial (and always contentious)</code> | <code>instantiations of particular religions. (2) Contrary to Caputo's efforts to universalize Kierkegaard's religious thought, a rather particularistic approach has been advanced by the Christian theologian John Milbank, one of the founders of Radical Orthodoxy. In a groundbreaking essay, titled The Sublime in Kierkegaard 13 , Milbank actually agrees with the poststructuralist reception and tries to describe to what extent Kierkegaard anticipates the postmodern image of the self. One of the reasons Milbank invokes in this direction is that the Kierkegaardian model of subjectivity remains somehow devoid of any universal significance14. For him, Kierkegaard's (religious) selfhood is «endlessly liable to fracture and postponement», «simultaneously preconstituted and deconstituted by a repetitious dynamic which permits only an illusory self-mastery»15. As 12 Moreover, Caputo relies on Kierkegaard's opposition to any rational grounding of religious experience with the subsequent privileging of the processual, finite, incommunicable, passionate, jocose, and thus always perspectivai side of the self's interaction with the divine. See Id., Instants, Secrets , and Singularities : Dealing Death in Kierkegaard and Derrida , in M. J. Matuštik M. Westphal (eds.), Kierkegaard in Posti Modernity, Indiana University Press, Bloomington Indianapolis 1995, pp. 216-238; Id., Radical Hermeneutics , Indiana University Press, Bloomington 1987, pp. 1 1-35, 92, 262, 292, 294; Id., How to Read Kierkegaard , W.W. Norton & Company, New York London 2008, pp. 3, 16, 55. Ironically enough, Caputo wishes to be part of the postmodernist reception of Kierkegaard, which, as already stated, prefers to insist on the nonand even</code> | <code>B ' 'provides the measure against the recurring idolatric tendencies across the spectrum of culture-spheres' (p. 12) a transcendence which is missed by theorists like Habermas. Kierkegaard is often held up in this collection as a corrective to some twentieth-century excesses or distortions. Thus, Patricia Huntington argues that Heidegger's ontologizing of Kierkegaard 'depletes the latter's thought of its ethical import' (p. 44). C. Stephen Evans contrasts Kierkegaard's Christian therapy with Freud's fatalism and pessimism. Matustik traces the way in which Kierkegaard evades modernity's political categories, whilst Westphal claims that Levinas's ethical philosophy lacks Kierkegaard's hope for an ultimate reconciliation of self and Other. This is no simple hagiography of the Danish master, however. True, the essayists are by and large keen to dispel some images of Kierkegaard, and to stress his relevance to social ethics (Perkins, McBride, Evans, Matustik) and REVIEWS 23I as a partner in dialogue for feminist thinking (Berry, Lorraine). But there are notes of criticism too. Huntington points to Kierkegaard's failure to develop a critique of our inherited symbolic order a failure in which he can be supplemented by a reading of Derrida. Alison Leigh Brown writes of Kierkegaard's evasion of feminine imagery for the divine and a need to resist his logic of sacrifice. Jurgen Habermas's contribution criticizes Michael Theunissen for his Kierkegaardian equation of transcendence with a God relationship. Thus, in various ways, a critique of Kierkegaard's conservatism and other-worldliness is upheld. The interest of the collection lies partly in its tensions tensions between those who</code> |
530
+ | <code>constructed opposition between Spinoza and Hegel. Where Zizek views Hegel's non-dualistic relational epistemology as a substantial improvement over Spinoza's purported dogmatic</code> | <code>account of a reality which is external to the perceiver, I argue that Hegel inherited such an epistemology from Spinoza. Ultimately, it is Spinoza who provides Hegel with</code> | <code>makes sense of things. In Section II, the discussion turns to Hegel's notion of a 'form of consciousness'. I argue that Hegel's notion of a 'form of consciousness' is best understood as comprising a worldview. The principal advantage of articulating stances in a Hegelian way is that such an interpretation explicitly details both the theoretical and affective attitudes</code> |
531
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
532
+ ```json
533
+ {
534
+ "distance_metric": "TripletDistanceMetric.COSINE",
535
+ "triplet_margin": 0.05
536
+ }
537
+ ```
538
+
539
+ ### Evaluation Dataset
540
+
541
+ #### Unnamed Dataset
542
+
543
+
544
+ * Size: 500 evaluation samples
545
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
546
+ * Approximate statistics based on the first 1000 samples:
547
+ | | anchor | positive | negative |
548
+ |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
549
+ | type | string | string | string |
550
+ | details | <ul><li>min: 23 tokens</li><li>mean: 257.39 tokens</li><li>max: 530 tokens</li></ul> | <ul><li>min: 23 tokens</li><li>mean: 256.21 tokens</li><li>max: 530 tokens</li></ul> | <ul><li>min: 19 tokens</li><li>mean: 265.53 tokens</li><li>max: 814 tokens</li></ul> |
551
+ * Samples:
552
+ | anchor | positive | negative |
553
+ |:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
554
+ | <code>cause harm.6 The authors identify the line between reckless and negligent conduct as the line between awareness and unawareness of the risk one is creating.7 In their view, there is no morally significant difference between punishing someone who himself lacked awareness of a risk even if a reasonable person would have been aware ofthat risk and strict liability. They argue that in either case the actor may be punished without proof that she herself consciously disregarded an unjustifiable risk,8 and that there is no principled way of identifying the universe of risks to which one ought to advert.9 And because they assume that negligent behavior lacks the element of choice and therefore falls below the threshold for culpability, they deem it improperly consequentialist to consider whether punishing negligence would promote the penal goal of communicating and enforcing norms for future conduct.10 II. THE NATURE OF THE ARGUMENT AGAINST NEGLIGENCE What sort of argument are the authors making against negligence liability? 'Negligence' might simply be the evaluative label the authors place on the category of conduct that they consider morally non-culpable. The argument might run that criminal culpability requires a guilty mind, a guilty mind requires con6 Id. at p. 79. 7 Id. at p. 69. 8 Id. atDD. 81-82. 9 Id. at η. 76. 10 Id. at p. 78. 436 SUSAN Α. BANDES scious choice, negligence is by definition a lack of conscious choice, and hence negligence is non-culpable. Negligence might simply connote a lack of mens rea in</code> | <code>its most general sense: an absence of blameworthiness.11 Alternatively, it might connote a lack of mens rea in its more specific, elemental, sense: the absence of a conscious or subjective state of mind. In either formulation, the term 'negligence' makes no real contribution. It is essentially a legal conclusion serving the same purpose as the term 'non-culpable,' rather than a term identifying a type of conduct. This is the sort of argument that merges the descriptive task of identifying the mental state with the normative task of determining whether the mental state should be punishable.12 This does not strike me as a fair or plausible reading of the authors' argument. Rather, there is ample support for the conclusion that the authors are making a descriptive argument about the negligent state of mind as a fact in the world.13 The argument is that negligent actors do not make a conscious choice to risk or cause harm. Their actions are beyond their control.14 Moreover, 'character traits are not under actors' direct control, nor can we change our characters at will, at least not at any given moment in time'.15 This argument about the nature of negligence rests on two basic descriptive assumptions. First, it assumes that the negligent actor is unaware of the risk she is taking. Second, it assumes that at the time she undertakes 11 See Joshua Dressier, Understanding Criminal Law (5th ed. 2009), pp. 118-119 (distinguishing broad 'culpability' meaning of mens rea from narrow 'elemental' meaning of the term). 12</code> | <code>intention, focusing instead on corpo rate irresponsibility and negligence. He argues that corporate intention to do harm will not gen erally be identifiable. What could be more easily identifiable is a lack of awareness of risk, a lack of concern, perhaps a degree of irresponsibility. These "dispositions" can be readily absorbed by the culture of an organisation or part of an organisation, and can be extremely difficult for individuals to resist. In such a context the organ isation might be seen as having a moral equiva lent of civil liability, where we would not be looking for intention in order to hold the mis creant liable, but rather a lack of care leading to harmful consequences. Gibson does not argue that the concept of intention is erroneous, simply that the concept of negligence is more produc tive. However, shifting focus to corporate negli gence does not in fact remove the problem of corporate intention. A negligent corporation is one that can be held responsible for its failure to act prudently and with thought to the conse quences of its actions. To be held responsible for its negligent actions or inaction it must be capable of acting otherwise in this context, of acting prudently and far-sightedly. And prudent, far-sighted action involves intention, even if it is only the negative intention of avoiding certain outcomes. So a culpably negligent corporation must be capable of such intentional action. The problem of intention simply returns by another route, despite Gibson's efforts. A more fundamental rethinking of the issues is undertaken by Ouyang and</code> |
555
+ | <code>clear the air and set the stage. Consider a green spot. Call F the fact of its being green. It is as "simple" a fact as I can think of. Yet, being a fact, F, like any other fact, has constituents which are things. In this sense no fact is "simple." (The familiar difference thus revealed between the uses of 'simple' as applied to facts and to things, respectively, will play a role in the last part.) Which thing or things are the constituents of F? Some answer that they are two, namely, an individual (the spot) and a character (the spot's color). The answer seems obvious; to me it is obvious. But, then, it has not been and still is not obvious to many. Up to a point, of course, everyone agrees that in being presented with F he is presented with the color. Beyond that point, though, some try to make distinctions. They might claim, for instance, that the individual and the character are not presented in quite the same way, only the former but not the latter being "wholly presented." Objections against calling the character a thing, as well as against calling an expression directly referring to it a name, as either unusual or confusing, may be a linguistic symptom of this attempt to distinguish. An extreme and explicit variant of it is to insist that F has only one constituent (which is a thing) and that this constituent is neither the spot nor its color but,</code> | <code>rather, the "colored spot." We have come upon the root of the realismnominalism controversy, a disagreement so fundamental that one might expect it to be relevant to almost any question a philosopher is likely to raise. I shall take it for granted that F has two constituents which are things and which are presented to us 20 INEFFABILITT AND ONTOLOGY whenever F is presented, namely, the individual and the character. But I shall also argue that F has three further constituents which in some sense are presented to us whenever F is. The accent in this paper is on these additional three-this excess, as it were, over either one or two constituents. This is the peculiar way in which, fundamental as it is, the difference between one and two, if I may so express myself, does not matter for my purpose. When I know that this is a green spot, I know also that (i) the spot is an individual, (2) the color is a character, and (3) the former exemplifies the latter (and not, perhaps, the latter the former). How could I know all this if it were not, in some sense, presented to me? To grasp the idea more firmly, consider for a moment a visual field containing two spots, one red, one green. When this field is presented to me, I also know which spot exemplifies which color and, for that matter, also that no spot or color exemplifies the other spot or color. How, to repeat,</code> | <code>cannot be opposed to, for they are part of Reality. Their true logical opposite is not Reality but the Absolute, and to it they are opposed as the finite to the Infinite, the relation being, if viewed from the side of appearances, on,e of total dependence; if viewed from the side of the Absolute, one of absoluteness, independence or irrelativity. (2) Whatever appears to be is.-By saying that a content is real, we mean in the first instance, that it is a logical function of the real system with which we come in contact in perceptive experience. Now this real system (the real world of common-sense) is itself an intellectual construction, and it owes its reality to its being a logical function of the absolute and all-inclusive system. If these positions are granted, it will follow that every appearance is real if every appearance in its integral and proper nature is a function of the absolute system. Since it is in the content of error and illusion, if anywhere, that we must look for unreal appearance, I propose to undertake an analysis which I hope will serve the double object of at once justifying this test of reality and of showing that every appearance satisfies it. Consider such cases as the following: the variations of colour which an object presents in different lights and at different distances; the blueness, for example, of the hills on the horizon, which we refuse to refer to them as their real colour, or the ghostlike appearance of a scarecrow at night to a belated wanderer,</code> |
556
+ | <code>their end and in their fate,... willingly or not, everything that might be considered the stuff of psychology, kit and caboodle, will follow the path of the signifier. (Lacan 1988, pp. 43-44) 2 For convenience, Lacan's works shall be cited henceforth in the text with date and page number, for example (1948, p. 17); other citations shall be by name, date, and page number (unless the author is indicated in the immediately preceding text, in which case only date and page number will be cited). 3 This is Lacan's word, from the opening quotation above. 4 Human infants are, obviously, gendered, and thus usually referred to with pronouns such as "he or she" and "him or herself." However, since I will constantly be making pronominal reference to infants in my discussion of Lacan's account of the mirror stage, gendered but gender-neutral pronouns would become extremely awkward, making an already-complicated exposition even more muddled. (For example, the next sentence would read as follows: "The infant anticipates a not-yet-experienced coherence and unity of self as he or she recognizes him or herself in the unified body seen in the mirror.") Hence, when making pronominal reference to infants in this paper, I shall use "it" and "itself." This is not meant to dehumanize infants in any way (on the contrary), but rather to facilitate communication of complex ideas. & Springer The Alienating Mirror 21 1 Lacan the event in which a consciousness becomes a self-consciousness. Recognizing an as-yet unrealized unity in the body-image in a mirror and</code> | <code>recognizing this image as its own, the infant becomes aware of itself as a unity, and thus gains selfconsciousness. But Lacan's account diverges markedly here from Hegel's classic account of the acquisition of self-consciousness in the Phenomenology of Spirit. For Hegel, the transition from consciousness to self-consciousness cannot occur, as it does in Lacan's account, without reference to another consciousness.5 If self-consciousness or ego formation is only possible on the presupposition of certain kinds of social interaction, then the mirror stage is not the initial moment of ego-formation, as Lacan suggests, but rather the culmination or conclusion of an extended social process. In order to substantiate this objection, I will first have to present Lacan's account of the mirror stage and ego-formation in some detail. I will then be able to show why the infant's self-recognition in the mirror seems to be prefaced upon some sort of prior mutual-recognition with another subject. In conclusion, I will be able to identify some potential implications of this critique for Lacan's account of the subject and point toward several other promising directions for research. Lacan's account of ego-formation in the infant can be presented very briefly. The two papers in which Lacan himself presents his view are each a mere seven pages in length.6 The key idea, as we have already sketched, is that at a certain stage in an infant's development, when the infant first recognizes its image in a mirror, reacting with jubilation to the recognized image,</code> | <code>wholeness, marks his dynamics with 3 Hypatia Otherness throughout his psychic development. It is this simultaneous desire and fear, simultaneous dependence and disavowal, that shapes him into a split, violent subject warring always against the Otherness of his own embodiment. THE STUFF OF NIGHTMARES . . I want to look more carefully at these boundaries-boundaries between self and Other; and the projection of this internal, psychic Otherness onto boundaries between physical selves and others. I want to look more carefully at these boundaries and projections, at our cultural obsession with them, and at the violences that these produce. It is perhaps too easy in the telling of this story to turn one more time to Rene Descartes (1986) and lay this all at his doorstep-Descartes, the dualistic madman who forever severed our bodies from our minds, and consequently our selves from other selves. That story is perhaps too easy and too worn to illuminate these dynamics. In a more contemporary telling of the Cartesian dualism, Lacan portrays for us in the mirror stage the formation of a subject as an effect of the idealization of a body-in-control. To become a body-incontrol-or at least to pursue this as an ideal, which is necessary to become a legible and meaningful subject in western symbolics-the subject must clearly identify the rigid boundaries between itself and others, including that Other reflected back to it in the image of the mirror. The warring against his Otherness that marks this subject as forever split demands that he separate</code> |
557
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
558
+ ```json
559
+ {
560
+ "distance_metric": "TripletDistanceMetric.COSINE",
561
+ "triplet_margin": 0.05
562
+ }
563
+ ```
564
+
565
+ ### Training Hyperparameters
566
+ #### Non-Default Hyperparameters
567
+
568
+ - `eval_strategy`: steps
569
+ - `per_device_train_batch_size`: 4
570
+ - `per_device_eval_batch_size`: 4
571
+ - `learning_rate`: 1e-05
572
+ - `weight_decay`: 0.01
573
+ - `warmup_ratio`: 0.1
574
+ - `batch_sampler`: no_duplicates
575
+
576
+ #### All Hyperparameters
577
+ <details><summary>Click to expand</summary>
578
+
579
+ - `overwrite_output_dir`: False
580
+ - `do_predict`: False
581
+ - `eval_strategy`: steps
582
+ - `prediction_loss_only`: True
583
+ - `per_device_train_batch_size`: 4
584
+ - `per_device_eval_batch_size`: 4
585
+ - `per_gpu_train_batch_size`: None
586
+ - `per_gpu_eval_batch_size`: None
587
+ - `gradient_accumulation_steps`: 1
588
+ - `eval_accumulation_steps`: None
589
+ - `learning_rate`: 1e-05
590
+ - `weight_decay`: 0.01
591
+ - `adam_beta1`: 0.9
592
+ - `adam_beta2`: 0.999
593
+ - `adam_epsilon`: 1e-08
594
+ - `max_grad_norm`: 1.0
595
+ - `num_train_epochs`: 3
596
+ - `max_steps`: -1
597
+ - `lr_scheduler_type`: linear
598
+ - `lr_scheduler_kwargs`: {}
599
+ - `warmup_ratio`: 0.1
600
+ - `warmup_steps`: 0
601
+ - `log_level`: passive
602
+ - `log_level_replica`: warning
603
+ - `log_on_each_node`: True
604
+ - `logging_nan_inf_filter`: True
605
+ - `save_safetensors`: True
606
+ - `save_on_each_node`: False
607
+ - `save_only_model`: False
608
+ - `restore_callback_states_from_checkpoint`: False
609
+ - `no_cuda`: False
610
+ - `use_cpu`: False
611
+ - `use_mps_device`: False
612
+ - `seed`: 42
613
+ - `data_seed`: None
614
+ - `jit_mode_eval`: False
615
+ - `use_ipex`: False
616
+ - `bf16`: False
617
+ - `fp16`: False
618
+ - `fp16_opt_level`: O1
619
+ - `half_precision_backend`: auto
620
+ - `bf16_full_eval`: False
621
+ - `fp16_full_eval`: False
622
+ - `tf32`: None
623
+ - `local_rank`: 0
624
+ - `ddp_backend`: None
625
+ - `tpu_num_cores`: None
626
+ - `tpu_metrics_debug`: False
627
+ - `debug`: []
628
+ - `dataloader_drop_last`: False
629
+ - `dataloader_num_workers`: 0
630
+ - `dataloader_prefetch_factor`: None
631
+ - `past_index`: -1
632
+ - `disable_tqdm`: False
633
+ - `remove_unused_columns`: True
634
+ - `label_names`: None
635
+ - `load_best_model_at_end`: False
636
+ - `ignore_data_skip`: False
637
+ - `fsdp`: []
638
+ - `fsdp_min_num_params`: 0
639
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
640
+ - `fsdp_transformer_layer_cls_to_wrap`: None
641
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
642
+ - `deepspeed`: None
643
+ - `label_smoothing_factor`: 0.0
644
+ - `optim`: adamw_torch
645
+ - `optim_args`: None
646
+ - `adafactor`: False
647
+ - `group_by_length`: False
648
+ - `length_column_name`: length
649
+ - `ddp_find_unused_parameters`: None
650
+ - `ddp_bucket_cap_mb`: None
651
+ - `ddp_broadcast_buffers`: False
652
+ - `dataloader_pin_memory`: True
653
+ - `dataloader_persistent_workers`: False
654
+ - `skip_memory_metrics`: True
655
+ - `use_legacy_prediction_loop`: False
656
+ - `push_to_hub`: False
657
+ - `resume_from_checkpoint`: None
658
+ - `hub_model_id`: None
659
+ - `hub_strategy`: every_save
660
+ - `hub_private_repo`: False
661
+ - `hub_always_push`: False
662
+ - `gradient_checkpointing`: False
663
+ - `gradient_checkpointing_kwargs`: None
664
+ - `include_inputs_for_metrics`: False
665
+ - `eval_do_concat_batches`: True
666
+ - `fp16_backend`: auto
667
+ - `push_to_hub_model_id`: None
668
+ - `push_to_hub_organization`: None
669
+ - `mp_parameters`:
670
+ - `auto_find_batch_size`: False
671
+ - `full_determinism`: False
672
+ - `torchdynamo`: None
673
+ - `ray_scope`: last
674
+ - `ddp_timeout`: 1800
675
+ - `torch_compile`: False
676
+ - `torch_compile_backend`: None
677
+ - `torch_compile_mode`: None
678
+ - `dispatch_batches`: None
679
+ - `split_batches`: None
680
+ - `include_tokens_per_second`: False
681
+ - `include_num_input_tokens_seen`: False
682
+ - `neftune_noise_alpha`: None
683
+ - `optim_target_modules`: None
684
+ - `batch_eval_metrics`: False
685
+ - `eval_on_start`: False
686
+ - `batch_sampler`: no_duplicates
687
+ - `multi_dataset_batch_sampler`: proportional
688
+
689
+ </details>
690
+
691
+ ### Training Logs
692
+ | Epoch | Step | Training Loss | loss | nomic_max_accuracy |
693
+ |:------:|:----:|:-------------:|:------:|:------------------:|
694
+ | 0 | 0 | - | - | 0.932 |
695
+ | 0.04 | 100 | 0.0092 | 0.0087 | 0.934 |
696
+ | 0.08 | 200 | 0.0073 | 0.0078 | 0.95 |
697
+ | 0.12 | 300 | 0.0063 | 0.0069 | 0.952 |
698
+ | 0.16 | 400 | 0.0073 | 0.0060 | 0.956 |
699
+ | 0.2 | 500 | 0.0066 | 0.0056 | 0.958 |
700
+ | 0.24 | 600 | 0.0056 | 0.0060 | 0.958 |
701
+ | 0.28 | 700 | 0.0056 | 0.0059 | 0.954 |
702
+ | 0.32 | 800 | 0.006 | 0.0050 | 0.968 |
703
+ | 0.36 | 900 | 0.003 | 0.0045 | 0.968 |
704
+ | 0.4 | 1000 | 0.0035 | 0.0045 | 0.964 |
705
+ | 0.44 | 1100 | 0.0047 | 0.0041 | 0.968 |
706
+ | 0.48 | 1200 | 0.0039 | 0.0051 | 0.956 |
707
+ | 0.52 | 1300 | 0.0036 | 0.0043 | 0.964 |
708
+ | 0.56 | 1400 | 0.0042 | 0.0051 | 0.956 |
709
+ | 0.6 | 1500 | 0.0045 | 0.0041 | 0.97 |
710
+ | 0.64 | 1600 | 0.0026 | 0.0038 | 0.97 |
711
+ | 0.68 | 1700 | 0.0044 | 0.0037 | 0.968 |
712
+ | 0.72 | 1800 | 0.004 | 0.0043 | 0.97 |
713
+ | 0.76 | 1900 | 0.0039 | 0.0038 | 0.97 |
714
+ | 0.8 | 2000 | 0.0046 | 0.0043 | 0.97 |
715
+ | 0.84 | 2100 | 0.0042 | 0.0040 | 0.968 |
716
+ | 0.88 | 2200 | 0.0032 | 0.0040 | 0.972 |
717
+ | 0.92 | 2300 | 0.0047 | 0.0040 | 0.97 |
718
+ | 0.96 | 2400 | 0.004 | 0.0036 | 0.974 |
719
+ | 1.0 | 2500 | 0.0026 | 0.0035 | 0.978 |
720
+ | 1.04 | 2600 | 0.0024 | 0.0040 | 0.968 |
721
+ | 1.08 | 2700 | 0.001 | 0.0040 | 0.97 |
722
+ | 1.12 | 2800 | 0.0016 | 0.0039 | 0.972 |
723
+ | 1.16 | 2900 | 0.0011 | 0.0030 | 0.976 |
724
+ | 1.2 | 3000 | 0.0012 | 0.0034 | 0.976 |
725
+ | 1.24 | 3100 | 0.0009 | 0.0035 | 0.972 |
726
+ | 1.28 | 3200 | 0.0009 | 0.0037 | 0.97 |
727
+ | 1.32 | 3300 | 0.0004 | 0.0035 | 0.972 |
728
+ | 1.3600 | 3400 | 0.0003 | 0.0037 | 0.97 |
729
+ | 1.4 | 3500 | 0.0006 | 0.0038 | 0.97 |
730
+ | 1.44 | 3600 | 0.0008 | 0.0036 | 0.968 |
731
+ | 1.48 | 3700 | 0.0002 | 0.0036 | 0.968 |
732
+ | 1.52 | 3800 | 0.0002 | 0.0037 | 0.968 |
733
+ | 1.56 | 3900 | 0.0002 | 0.0038 | 0.968 |
734
+ | 1.6 | 4000 | 0.0003 | 0.0038 | 0.968 |
735
+ | 1.6400 | 4100 | 0.0003 | 0.0038 | 0.968 |
736
+ | 1.6800 | 4200 | 0.0003 | 0.0038 | 0.97 |
737
+ | 1.72 | 4300 | 0.0002 | 0.0038 | 0.97 |
738
+ | 1.76 | 4400 | 0.0005 | 0.0035 | 0.97 |
739
+ | 1.8 | 4500 | 0.0005 | 0.0034 | 0.974 |
740
+ | 1.8400 | 4600 | 0.0005 | 0.0039 | 0.964 |
741
+ | 1.88 | 4700 | 0.0002 | 0.0040 | 0.964 |
742
+ | 1.92 | 4800 | 0.0003 | 0.0040 | 0.964 |
743
+ | 1.96 | 4900 | 0.0002 | 0.0039 | 0.968 |
744
+ | 2.0 | 5000 | 0.0003 | 0.0038 | 0.968 |
745
+ | 2.04 | 5100 | 0.0001 | 0.0038 | 0.97 |
746
+ | 2.08 | 5200 | 0.0001 | 0.0037 | 0.97 |
747
+ | 2.12 | 5300 | 0.0001 | 0.0037 | 0.968 |
748
+ | 2.16 | 5400 | 0.0001 | 0.0036 | 0.972 |
749
+ | 2.2 | 5500 | 0.0002 | - | 0.971 |
750
+
751
+
752
+ ### Framework Versions
753
+ - Python: 3.10.12
754
+ - Sentence Transformers: 3.0.1
755
+ - Transformers: 4.42.4
756
+ - PyTorch: 2.3.1+cu121
757
+ - Accelerate: 0.32.1
758
+ - Datasets: 2.21.0
759
+ - Tokenizers: 0.19.1
760
+
761
+ ## Citation
762
+
763
+ ### BibTeX
764
+
765
+ #### Sentence Transformers
766
+ ```bibtex
767
+ @inproceedings{reimers-2019-sentence-bert,
768
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
769
+ author = "Reimers, Nils and Gurevych, Iryna",
770
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
771
+ month = "11",
772
+ year = "2019",
773
+ publisher = "Association for Computational Linguistics",
774
+ url = "https://arxiv.org/abs/1908.10084",
775
+ }
776
+ ```
777
+
778
+ #### TripletLoss
779
+ ```bibtex
780
+ @misc{hermans2017defense,
781
+ title={In Defense of the Triplet Loss for Person Re-Identification},
782
+ author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
783
+ year={2017},
784
+ eprint={1703.07737},
785
+ archivePrefix={arXiv},
786
+ primaryClass={cs.CV}
787
+ }
788
+ ```
789
+
790
+ <!--
791
+ ## Glossary
792
+
793
+ *Clearly define terms in order to be accessible across audiences.*
794
+ -->
795
+
796
+ <!--
797
+ ## Model Card Authors
798
+
799
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
800
+ -->
801
+
802
+ <!--
803
+ ## Model Card Contact
804
+
805
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
806
+ -->
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nomic-ai/nomic-embed-text-v1",
3
+ "activation_function": "swiglu",
4
+ "architectures": [
5
+ "NomicBertModel"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "nomic-ai/nomic-bert-2048--configuration_hf_nomic_bert.NomicBertConfig",
10
+ "AutoModel": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertModel",
11
+ "AutoModelForMaskedLM": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForPreTraining"
12
+ },
13
+ "bos_token_id": null,
14
+ "causal": false,
15
+ "dense_seq_output": true,
16
+ "embd_pdrop": 0.0,
17
+ "eos_token_id": null,
18
+ "fused_bias_fc": true,
19
+ "fused_dropout_add_ln": true,
20
+ "initializer_range": 0.02,
21
+ "layer_norm_epsilon": 1e-12,
22
+ "max_trained_positions": 2048,
23
+ "mlp_fc1_bias": false,
24
+ "mlp_fc2_bias": false,
25
+ "model_type": "nomic_bert",
26
+ "n_embd": 768,
27
+ "n_head": 12,
28
+ "n_inner": 3072,
29
+ "n_layer": 12,
30
+ "n_positions": 8192,
31
+ "pad_vocab_size_multiple": 64,
32
+ "parallel_block": false,
33
+ "parallel_block_tied_norm": false,
34
+ "prenorm": false,
35
+ "qkv_proj_bias": false,
36
+ "reorder_and_upcast_attn": false,
37
+ "resid_pdrop": 0.0,
38
+ "rotary_emb_base": 1000,
39
+ "rotary_emb_fraction": 1.0,
40
+ "rotary_emb_interleaved": false,
41
+ "rotary_emb_scale_base": null,
42
+ "rotary_scaling_factor": 2,
43
+ "scale_attn_by_inverse_layer_idx": false,
44
+ "scale_attn_weights": true,
45
+ "summary_activation": null,
46
+ "summary_first_dropout": 0.1,
47
+ "summary_proj_to_labels": true,
48
+ "summary_type": "cls_index",
49
+ "summary_use_proj": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.42.4",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "use_flash_attn": true,
55
+ "use_rms_norm": false,
56
+ "use_xentropy": true,
57
+ "vocab_size": 30528
58
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.0.1",
4
+ "transformers": "4.42.4",
5
+ "pytorch": "2.3.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:c18bd1767cfa663440e04e47a9975dca1e332f66fb206b17b2d6f72af936ec43
3
+ size 546938168
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_max_length": 8192,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff