m7n commited on
Commit
4a0178a
1 Parent(s): 548038c

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,810 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: met, Peter van Inwagen, a libertarian, concludes that free will
22
+ is a mystery. Recently, the Mind Argument has drawn a number of criticisms. Here
23
+ I seek to add to its woes. Quite apart from its other problems, I argue, the Mind
24
+ Argument does a poor job of isolating the important concern for libertarians that
25
+ it raises. Once this concern has been clarified,
26
+ sentences:
27
+ - however, another argument serves to renew the challenge. The Assimilation Argument
28
+ challenges libertarians to explain how ostensible exercises of free will are relevantly
29
+ different from other causally undetermined outcomes, outcomes that nobody would
30
+ count as exercises of free will. In particular, libertarians must explain how
31
+ agents can have the power
32
+ - contended that the Assimilation Argument is unsound. Here I defend the Assimilation
33
+ Argument and the Rollback Argument, a second challenge to libertarianism that
34
+ Franklin rejects. My aim in doing so is to underscore the force of these challenges,
35
+ and thereby to resist what appears to be an emerging trend in
36
+ - 'is meant to bring out a number of crucial points about the process itself: (a)
37
+ Scientific theories are formed at many levels of generality, ranging from simple''
38
+ generalizations covering a small portion of the data to complex theories covering
39
+ the whole area of inquiry. There are, of course, no rules dic tating which level
40
+ is most appropriate at a given stage of inquiry; the history of science suggests,
41
+ however (i) that it rarely works if one jumps from the data to an all-encompassing
42
+ theory but that (ii) one need not progress 448 BARUCH A. BRODY through all the
43
+ intermediary levels of generalization before one formulates a broad theory. I
44
+ want to claim that the history of morals suggests the same conclusions, and that
45
+ (i) in particular, suggests that moral theory and moral philosophy have been operating
46
+ in a fundamentally incorrect fashion. Full scale systematizations (such as utilitarianism)
47
+ have emerged long before we have had any even half-successful lower-level moral
48
+ generalizations of any sophistication. John Stuart Mill was, at least, sensitive
49
+ about this issue, and he3 put forward the following distinction between the methods
50
+ of science and of moral reasoning: The truths which are ultimately accepted as
51
+ the first principles of a science, are really the last result of metaphysical
52
+ analysis, practised on the elementary no tions with which the science is conversant;
53
+ and their relation to this science is not that of foundations to an edifice, but
54
+ of roots to a tree, which may'
55
+ - source_sentence: when he comes to deal with the general theory of relativity and
56
+ with quantum theory, the reader has to have an elementary knowledge of tensor
57
+ analysis and of matrix mechanics. That Lenzen makes this demand upon his reader
58
+ is not his fault. We have reached a stage where the student of the philosophy
59
+ of science must equip himself with knowledge of at least the elements of a number
60
+ of mathematical disciplines. I shall touch only those parts of his book that any
61
+ intelligent reader can understand. First, what is " a physical thing"? "A fundamental
62
+ property of a thing is that it has aspects. If I look at a book upon the table
63
+ I experience in sensation a partial aspect of the book. A thing presents different
64
+ aspects from different points of view. We can describe an aspect by saying that
65
+ it is colored, that it has a certain shape, that it is smooth, etc. Knowledge
66
+ of a thing is ultimately based upon acquaintance with aspects of the thing. However,
67
+ the concept of thina implies more than the concept of given aspects; there are
68
+ also possible aspects. Thus while I am merely seeing the book some visible aspect
69
+ is given, whereas the tangible aspects are merely possible. Hence a thing may
70
+ be characterized as an entity which has given and possible aspects. . . . An aspect
71
+ is a union of particular qualities, complexities and relationships" (pp. 15-16).
72
+ "A physical body is a class of aspects which are or can be given to some mind."
73
+ "The problem of physics is the
74
+ sentences:
75
+ - 'But functions are cheap and determination is not there is probably a function
76
+ from the GDP of each country to the number of its bald citizens but the former
77
+ surely does not determine the latter. Obviously, (C) says more than that a certain
78
+ function exists. However, since it is a matter of controversy how much more it
79
+ says, for the purposes of this paper I won''t assume any strong construal of compositional
80
+ determination.8 There is a key ambiguity in (C) that has long been neglected in
81
+ the literature: the plural definite description in it can be construed either
82
+ distributively or collectively. The collective reading is compatible with the
83
+ possibility that the meanings of certain complex expressions depend not only on
84
+ the meanings their constituents have in themselves, but also on relations that
85
+ hold among these meanings. I will follow the usual practice in reading ''the meanings
86
+ of its constituents'' in (C) distributively.9 Thus construed (C) (together with
87
+ certain straightforward assumptions about the syntax of the language under consideration10)
88
+ entails that ambiguity in a complex expression is either syntactic (derives from
89
+ the fact that the expression has more than one structure) or lexical (derives
90
+ from the fact that some lexical constituent of the expression has more than one
91
+ meaning). (C) is not a principle anyone is interested in for its own sake. Philosophers,
92
+ linguists, and psychologists are all concerned with substantially stronger theses.
93
+ The philosopher''s compositionality is a claim about explanatory priority. It
94
+ says that'
95
+ - 'and their possible solution'' the book is divided into six parts, these into
96
+ sections and chapters. There are also two appendixes, one offering a scheme for
97
+ the history of philosophy, the other a bibliography. Under the ''Metaphysics of
98
+ Nature'' ''substance and quality,'' the PSYCHOLOGY AND SCIENTIFIC METHODS 133
99
+ mechanical and atomic theories, time and space, are ably discussed, and much that
100
+ is said represents very modern tendencies in physical science. It being the work
101
+ of science to discover universal characteristics, and the sciences being classifiable
102
+ on the basis of the degrees of the universality of their concepts, mechanics presents
103
+ itself as the most universal because it deals with extension, impenetrability,
104
+ location and motion. But the mere ubiquitousness of these does not disprove the
105
+ objectivity also of the ''secondary qualities.'' "Exceptional existence is not
106
+ necessarily subjective existence." Both classes of qualities are revealed upon
107
+ the same sense basis. In any case, we in treating of them make use only of abstractions,
108
+ and science is justified in using the more universally occurring qualities, for
109
+ they make all things comparable and systematizable. Therewith, because of this
110
+ genesis, this isolation of the primary from the secondary qualities in the process
111
+ of abstraction, the two coexisting in the concrete object, it is impossible to
112
+ reduce the secondary to the primary, although the latter may serve as an index,
113
+ or means of comparison, for the former. The question, fundamental for the understanding
114
+ of the meaning of mechanics, which the reviewer would ask here, is:'
115
+ - description of the characters and relations of aspects which may be represented
116
+ by numbers." "The objectivity of the physical order in grounded in correlations
117
+ between aspects given to different minds" (p. 6). From this it appears that "an
118
+ important relation to which aspects may be terms is the relation of objects to
119
+ subject. The discussion of this specific very pervasive relationship raises the
120
+ problem of the status of aspects with respect to their dependence on, or independence
121
+ of, being given to some mind. . . . I do not wish, however, to discuss this question
122
+ in the present book; it appears to me that it is possible 608 JOURNAL OF PHILOSOPHY
123
+ to construct science without answering, or even raising, the metaphysical problem.
124
+ I have endeavored to use the term aspect without giving it a subjectivistic or
125
+ realistic interpretation. . . . We can describe given and possible aspects, or
126
+ elements, without considering the problem of their subjectivity or independent
127
+ reality. The systematic description and correlation of aspects of reality is the
128
+ problem of science. "Now the reference to the metaphysical problem has provided
129
+ us with additional concepts for the expression of the criterion of physical reality.
130
+ The fundamental principle is that in the construction of a physical theory one
131
+ employs a subjectivistic criterion of reality and assumes a realistic attitude.
132
+ A thing is real because it is an object of possible experience; yet one describes
133
+ it as if it
134
+ - source_sentence: 'of touch which one has learned to expect, does not in fact occur
135
+ in these cases. It may be, on the other hand, that the matter of correlation is
136
+ merely unusual, as for example if one dreamt night after night of a certain object
137
+ being at a certain place: i. e., if one''s sense-data were correlated in a certain
138
+ way. Then if one went to the place at which the sense-data ordinarily would have
139
+ led one to expect to see certain sense-data correlated with the others in a particular
140
+ way, one might not experience such a sense datum. Again, if in what is called
141
+ "waking life" one saw sense data at different times which one could correlate
142
+ by saying that they all belong to the sun, one would probably see certain sense-data
143
+ as expected at other times ; but if the sense-data had only been given in dreams,
144
+ any reference of that kind would very probably be fallacious. Thus sense-data
145
+ are said to be unreal when inferences usually true turn out to be false. Thus
146
+ while it appears essential to predicate primary existence of all sense-data with
147
+ which we are 142 THE MONIST. acquainted, sense-data can be said to be real or
148
+ unreal in a definite sense. The things which make up the outside world appear
149
+ to be par ticulars and facts. Facts therefore have a kind of existence, which
150
+ we will call "primary existence of facts," but which is not of the same kind as
151
+ that for particulars : for the intrinsic nature of facts'
152
+ sentences:
153
+ - 'situations. Propositions (unlocated ones-there are also located propositions)
154
+ are sets P of situation types satisfying a monotonicity principle: If s e P and
155
+ s c s'' then s'' E P. These propositions are the objects of propositional attitudes
156
+ in general and so will serve to interpret the complements of indirect discourse
157
+ predicates such as ''believe'' and ''say,'' as well as NI complements. Intensionality
158
+ comes into propositions from two sources: through relations, which are not characterized
159
+ extensionally in this theory, and through the multiplicity of situation types.
160
+ The use of partial functions means that the logic of propositions will be non-Boolean
161
+ in some way. Semantic innocence and uncompromising situations (SIUS) sketches
162
+ the same theoretical apparatus, adding to it an extended discussion of innocence,
163
+ and of an argument (called "the slingshot" by the authors) that is felt to threaten
164
+ innocence. The authors devote much of these three articles to locating their approach
165
+ historically and to motivating it; relatively little space is spent on formulating
166
+ the theory. Mathematically-minded logicians interested in situation semantics
167
+ will probably be most concerned with technical matters. But the 1984, Association
168
+ for Symbolic Logic 0022-4812/84/4901-0032/$03.30 1403 1404 REVIEWS motivation
169
+ of theories is an indispensable part both of philosophical logic and of natural
170
+ language semantics, and in this review I will try to give equal attention to motivation
171
+ and to the theory itself. I will begin with semantic innocence, a recurrent theme
172
+ in the three articles. The term is meant to suggest a natural, direct'
173
+ - is different from the nature of particulars, and in view of their intrinsically
174
+ different natures, the same property cannot signifi cantly be predicated of both.
175
+ As far as one can see, this apparatus of particulars and facts is adequate for
176
+ the building up of empirical knowledge. Thus, we do not postulate existence of
177
+ the primary kind to any other objects of our thought. We do not assume primary
178
+ existence for physical objects and points and other non experienced things. Having
179
+ considered briefly the crude data given empirically, we have to build up the other
180
+ objects of thought by means of logical construction. It would perhaps be advisable
181
+ to state shortly what appears to be the essence of this method. The problem for
182
+ the solution of which this method is to be used is as follows. Cer tain things
183
+ are given in experience?sense-particulars of various kinds and facts. We then
184
+ wish to find other terms, such that in analyzing any proposition in which they
185
+ occur, they themselves do not occur, but only the things which are given in experience.
186
+ At the same time, these terms, are to have certain definite properties. Then although
187
+ a term a (say) appears in a proposition a yet it will be possible to analyze a
188
+ into a proposition not containing a if a stand for a logical construction. In
189
+ this way we shall be able to use propositions apparently containing a without
190
+ in any way pre judging whether a is
191
+ - particular (Socrates), so that it can't be predicated of Socrates without redundancy.
192
+ According to Preston, this suggests that a concrete particular and its property
193
+ instances aren't genuinely related. We argue that Preston's proffered solution
194
+ here-to treat property instances as "mental constructs"-is fraught with difficulty.
195
+ We then go on to
196
+ - source_sentence: just seeing and feeling the total push and pressure of the cosmos
197
+ .... " 6 THE EXPLORATION OF THE LIFE-WORLD In France, this primordial mode of
198
+ reflection by which each person in a free society to some degree works out his
199
+ own style of life and his own way of understanding the world is now distinguished
200
+ as primary thinking from what is called secondary reflection, that critical reflection
201
+ on the former to which we may devote a calm moment in life, and which has been
202
+ judged important enough to be handed over to a special group, known as philosophers,
203
+ for disciplined attention throughout a large part of our history. Primary thought
204
+ is spontaneous, always concerned and interested, often creative, but uncritical.
205
+ It is to this type of thought that we owe the first original answers that have
206
+ been given to the ambiguities and agonies of life. But when left to itself, without
207
+ criticism, this style of reflection becomes provincial, fanatical, and closed
208
+ to what is universally human. Secondary reflection, on the other hand, is reflective
209
+ and disinterested, self-conscious, critical, and open to the universal. It is
210
+ through this type of secondary reflection, when it is in touch with the former,
211
+ that fanaticism is avoided, and our existence in the life-world is kept open and
212
+ free. When left to itself, however, it becomes abstract, sterile, and uncreative.
213
+ The original aim of academic philosophy was not to replace primary thought by
214
+ developing special techniques of its own. As expressed in the ancient ideal of
215
+ sentences:
216
+ - 'assertions of modernity. Only observed "constant conjunctions" of variables and
217
+ entities (e.g., heat and fire) allow us to state real (and even here he is skeptical)
218
+ and law-like relationships.2 This, of course, immediately entails problems for
219
+ forms of natural rights, which are then compounded by Hume''s second assertion,
220
+ his guillotine: that facts and values are separate things: In every system of
221
+ morality which I have hitherto met with, I have always remarked, that the author
222
+ proceeds for some time in the ordinary way of reasoning, and establishes the 576
223
+ Philosophy East & West being of God or makes observations concerning human affairs;
224
+ when of a sudden I am surprised to find, that instead of the usual copulations
225
+ of propositions, is, and is not, I meet with no proposition that is not connected
226
+ with an ought, or an ought not. This change is imperceptible; but is, however,
227
+ of the last consequence. For as this ought or ought not, expresses some new relation
228
+ or affirmation, it is necessary that it should be observed and explained; and
229
+ at the same time that a reason should be given, for what seems altogether inconceivable,
230
+ how this new relation can be a deduction from others, which are entirely different
231
+ from it.3 Modern analogues are provided by Alfred Jules Ayer''s Logical Positivist
232
+ statement that "exhortations of moral virtue ... do not belong to any branch of
233
+ philosophy or science" or Richard Lipsey''s influential positive-normative distinction
234
+ in economics.4 The point, however, is that Empiricist philosophy splits apart
235
+ the possibility that being contributes something to a connection between the rights'
236
+ - wisdom, it was rather to exercise a kind of therapy over the acts of primary reflection
237
+ that constitute an essential phase of human existence, warning it against serious
238
+ errors, clarifying the basic meanings and issues, and thus helping it, so far
239
+ as possible, to face those decisions between different global interpretations
240
+ of the world which every free man must make. In so far as it has actually exercised
241
+ this therapeutic function, philosophy is properly regarded as the discipline of
242
+ freedom, and I believe that by its pressing of basic questions in the face of
243
+ political and theological tyranny, and by its maintenance of communication between
244
+ radically divergent worlds it has made an essential contribution to what we may
245
+ call the discipline of freedom, and the life of free societies in the West. But
246
+ it is easy for special groups, set aside to perform a basic therapeutic function,
247
+ to develop special aims and techniques of their own in its place. James had a
248
+ keen sense for the needlessly abstract and academic, and hated it with all his
249
+ heart and soul. He realized that the traditional philosophy of his time had become
250
+ separated from the primary thinking of our lived existence. Instead of trying
251
+ to clarify and criticize this vital process of the Lebenswelt, it was concerned
252
+ with formulating special techniques and artificial constructions in a very different
253
+ world of its own. There are many passages where James con7 AMERICAN PHILOSOPHICAL
254
+ ASSOCIATION trasts the pattern, the meaning, the very feeling
255
+ - both the benign and the morbid in James's spiritual state. Moreover, the book
256
+ is philosophical in the further sense that it is by far the best account of James's
257
+ philosophical and psychological views, their development, their aims, and their
258
+ potencies that has yet appeared or (I should say) is ever likely to appear. Nothing
259
+ is lost by the biographical form of presentation or by the choice (wherever possible)
260
+ of a literary rather than of a technical vocabulary. Furthermore, James's many
261
+ contacts with the Europe of his day as well as with the American continent, his
262
+ polyglot 104 NEW BOOKS acquaintance with the antecedents of the contemporary ideas
263
+ that confronted him and that he did so much to improve; in a word, his intense
264
+ professional sociality, make an account of his thoughts very largely an account
265
+ of the thought of his times. Mr. Perry, half incidentally, has become the historian
266
+ of all philosophy at the turn of the present century with rather extensive retrospects
267
+ and prospects. There are very few living writers who could have done the job half
268
+ so well. Indeed, Mr. Perry's altogether peculiar opportunities for performing
269
+ this immense task are only equalled by his competence to perform it. He enjoyed
270
+ James's professional esteem as well as his friendship. Thus we read in the Letters
271
+ (II, I2I) that James, in I900, regarded Perry as "certainly the soundest, most
272
+ normal all-round man of our recent production" (i.e. in Harvard), and again, in
273
+ I907, that in James's opinion (II, 295) Perry "had
274
+ - source_sentence: 'of aU governments, including democracy, as follows: If moraUty
275
+ presupposes individual autonomy, and every government denies that auto nomy, then
276
+ no government can be moraUy justified, (p. 1) An autonomous person, Cohen points
277
+ out, foUowing Kant, is one who is self-legislating, "Acting out of respect for
278
+ a rule which he imposes upon Studies in Soviet Thought 25 (1983) 219. 220 REVIEWS
279
+ himself, not out of fear or habit" (pp. 1?2). How, then, can an individual be
280
+ self-legislating on the one hand, but obligated to obey the commands of the state
281
+ on the other? Cohen finds the answer to this apparent d?emma in the notion of
282
+ partici pation : In a democracy but only in a democracy each citizen has a right
283
+ to a voice in the lawmaking process. Enjoyment of this right commits the citizen
284
+ to respect the laws ''resulting from that process. The agreement to participate
285
+ is not contingent upon getting one''s own way. Each citizen knows, even before
286
+ learning what issues w?l arise, that no one w?l always get his way. But be?eving
287
+ the legislative process fair, each person is com mitted in advance to observe
288
+ the rules that are its outcome. To that system, full consent is given. Governments
289
+ derive their just powers from the consent of the governed, (pp. 3-4) Cohen explains
290
+ that the obligation to obey the law, wh?e a "prima facie and very powerful" one,
291
+ is not absolute, (p. 5) A citizen is not required to do the bidding of the state
292
+ as though he were its slave. The ''promise'' which a citizen makes to obey the
293
+ law, as'
294
+ sentences:
295
+ - 'any other promise, may be broken moraUy in "truly exceptional circumstances"
296
+ where a duty stronger than the duty to obey the law arises.3 Having argued that
297
+ democracy is the only moraUy viable poUtical system, Professor Cohen moves next
298
+ to explore whether democracy thrives better in a sociaUst or capitaUst economic
299
+ setting. Cohen asserts that sociaUst democracy is bu?t on two main principles:
300
+ (1) pubUc ownership of the means of production and distribution; and (2) planning
301
+ production and distribution for the common good. (p. 58) SociaUsm is a logical
302
+ extension of democracy, he notes, bringing the popular w?l to matters of production
303
+ and wealth. SociaUsm involves "the democratic control of aU resources in the community
304
+ by society as a whole", (p. 41) Socialism meshes weU with human nature, Cohen
305
+ arugues, for human beings have "a deep and natural inclination to help (one another)
306
+ ..." (p. 64) He Usts a number of practical advantages of socialism over capitaUsm.
307
+ SociaUsm, he claims, is less subject to, if not immune from, inherent flaws in
308
+ capitaUsm, including extremes in wealth, cycles of boom and bust, unemploy ment,
309
+ wastes of competition associated with costly advertisement and packag ing, and
310
+ the subordination of workers. Further, socialism has an impressive track record:
311
+ "Many socialist countries, mamtaining five and seven year economic plans under
312
+ continual adjustment, have met with phenomenal success", (p. 59) Even capitaUst
313
+ countries impUcitly affirm the viab?ity of REVIEWS 221 sociaUsm'
314
+ - 'efficiency, the design of the market can reflect other social values, as we shall
315
+ see. A version of the market which is likely to appeal to socialists is the following:
316
+ the means of production are owned by the state but leased to groups of workers
317
+ in such a way that each worker gets productive resources of roughly equal value.
318
+ Each cooperative decides on the nature and volume of its production, and sells
319
+ its goods on the market. The profits are distributed among the members of each
320
+ cooperative according to mutually agreed rules, though we may suppose that profits
321
+ above a certain point are heavily taxed by the state, partly to accumulate resources
322
+ for future generations, partly to finance an extensive welfare state which provides
323
+ for essential needs without charge. For cooperatives which are unable to make
324
+ a profit, there is a social security system which supplements their members''
325
+ incomes until they find a more profitable line of production or move elsewhere.
326
+ The private hiring of labour is, however, made illegal in the same way as slavery
327
+ is today. This brief sketch of a socialist market system needs to be filled out
328
+ in various ways. There are difficulties in setting down the terms on [476] POLITICAL
329
+ THEORY / NOVEMBER 1977 which capital would be leased by the state to the workers''
330
+ cooperatives; for instance, in establishing how far cooperatives should be allowed
331
+ to accumulate capital for their own expansion. The rules of association for each
332
+ cooperative need to be specified, particularly those governing the entry and exit'
333
+ - the kinetropic and lexigraphemic to inaugurate the kinetic cogito. Maurice Merleau-Ponty's
334
+ phenomenological exposition of corporeality further amplified the reflexive potential
335
+ of movement and the philosophical understanding of kinesthesia, and King cites
336
+ as well
337
+ model-index:
338
+ - name: SentenceTransformer based on nomic-ai/nomic-embed-text-v1
339
+ results:
340
+ - task:
341
+ type: triplet
342
+ name: Triplet
343
+ dataset:
344
+ name: nomic
345
+ type: nomic
346
+ metrics:
347
+ - type: cosine_accuracy
348
+ value: 0.958
349
+ name: Cosine Accuracy
350
+ - type: dot_accuracy
351
+ value: 0.042
352
+ name: Dot Accuracy
353
+ - type: manhattan_accuracy
354
+ value: 0.956
355
+ name: Manhattan Accuracy
356
+ - type: euclidean_accuracy
357
+ value: 0.958
358
+ name: Euclidean Accuracy
359
+ - type: max_accuracy
360
+ value: 0.958
361
+ name: Max Accuracy
362
+ - task:
363
+ type: triplet
364
+ name: Triplet
365
+ dataset:
366
+ name: all nli test
367
+ type: all-nli-test
368
+ metrics:
369
+ - type: cosine_accuracy
370
+ value: 0.975
371
+ name: Cosine Accuracy
372
+ - type: dot_accuracy
373
+ value: 0.025
374
+ name: Dot Accuracy
375
+ - type: manhattan_accuracy
376
+ value: 0.9725
377
+ name: Manhattan Accuracy
378
+ - type: euclidean_accuracy
379
+ value: 0.975
380
+ name: Euclidean Accuracy
381
+ - type: max_accuracy
382
+ value: 0.975
383
+ name: Max Accuracy
384
+ ---
385
+
386
+ # SentenceTransformer based on nomic-ai/nomic-embed-text-v1
387
+
388
+ 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.
389
+
390
+ ## Model Details
391
+
392
+ ### Model Description
393
+ - **Model Type:** Sentence Transformer
394
+ - **Base model:** [nomic-ai/nomic-embed-text-v1](https://huggingface.co/nomic-ai/nomic-embed-text-v1) <!-- at revision ec7a86b7066613e0a8acf87e1fcaaf23f8733dd6 -->
395
+ - **Maximum Sequence Length:** 8192 tokens
396
+ - **Output Dimensionality:** 768 tokens
397
+ - **Similarity Function:** Cosine Similarity
398
+ <!-- - **Training Dataset:** Unknown -->
399
+ <!-- - **Language:** Unknown -->
400
+ <!-- - **License:** Unknown -->
401
+
402
+ ### Model Sources
403
+
404
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
405
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
406
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
407
+
408
+ ### Full Model Architecture
409
+
410
+ ```
411
+ SentenceTransformer(
412
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: NomicBertModel
413
+ (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})
414
+ (2): Normalize()
415
+ )
416
+ ```
417
+
418
+ ## Usage
419
+
420
+ ### Direct Usage (Sentence Transformers)
421
+
422
+ First install the Sentence Transformers library:
423
+
424
+ ```bash
425
+ pip install -U sentence-transformers
426
+ ```
427
+
428
+ Then you can load this model and run inference.
429
+ ```python
430
+ from sentence_transformers import SentenceTransformer
431
+
432
+ # Download from the 🤗 Hub
433
+ model = SentenceTransformer("m7n/nomic-embed-philosophy-triplets_v1")
434
+ # Run inference
435
+ sentences = [
436
+ 'of aU governments, including democracy, as follows: If moraUty presupposes individual autonomy, and every government denies that auto nomy, then no government can be moraUy justified, (p. 1) An autonomous person, Cohen points out, foUowing Kant, is one who is self-legislating, "Acting out of respect for a rule which he imposes upon Studies in Soviet Thought 25 (1983) 219. 220 REVIEWS himself, not out of fear or habit" (pp. 1?2). How, then, can an individual be self-legislating on the one hand, but obligated to obey the commands of the state on the other? Cohen finds the answer to this apparent d?emma in the notion of partici pation : In a democracy but only in a democracy each citizen has a right to a voice in the lawmaking process. Enjoyment of this right commits the citizen to respect the laws \'resulting from that process. The agreement to participate is not contingent upon getting one\'s own way. Each citizen knows, even before learning what issues w?l arise, that no one w?l always get his way. But be?eving the legislative process fair, each person is com mitted in advance to observe the rules that are its outcome. To that system, full consent is given. Governments derive their just powers from the consent of the governed, (pp. 3-4) Cohen explains that the obligation to obey the law, wh?e a "prima facie and very powerful" one, is not absolute, (p. 5) A citizen is not required to do the bidding of the state as though he were its slave. The \'promise\' which a citizen makes to obey the law, as',
437
+ 'any other promise, may be broken moraUy in "truly exceptional circumstances" where a duty stronger than the duty to obey the law arises.3 Having argued that democracy is the only moraUy viable poUtical system, Professor Cohen moves next to explore whether democracy thrives better in a sociaUst or capitaUst economic setting. Cohen asserts that sociaUst democracy is bu?t on two main principles: (1) pubUc ownership of the means of production and distribution; and (2) planning production and distribution for the common good. (p. 58) SociaUsm is a logical extension of democracy, he notes, bringing the popular w?l to matters of production and wealth. SociaUsm involves "the democratic control of aU resources in the community by society as a whole", (p. 41) Socialism meshes weU with human nature, Cohen arugues, for human beings have "a deep and natural inclination to help (one another) ..." (p. 64) He Usts a number of practical advantages of socialism over capitaUsm. SociaUsm, he claims, is less subject to, if not immune from, inherent flaws in capitaUsm, including extremes in wealth, cycles of boom and bust, unemploy ment, wastes of competition associated with costly advertisement and packag ing, and the subordination of workers. Further, socialism has an impressive track record: "Many socialist countries, mamtaining five and seven year economic plans under continual adjustment, have met with phenomenal success", (p. 59) Even capitaUst countries impUcitly affirm the viab?ity of REVIEWS 221 sociaUsm',
438
+ "efficiency, the design of the market can reflect other social values, as we shall see. A version of the market which is likely to appeal to socialists is the following: the means of production are owned by the state but leased to groups of workers in such a way that each worker gets productive resources of roughly equal value. Each cooperative decides on the nature and volume of its production, and sells its goods on the market. The profits are distributed among the members of each cooperative according to mutually agreed rules, though we may suppose that profits above a certain point are heavily taxed by the state, partly to accumulate resources for future generations, partly to finance an extensive welfare state which provides for essential needs without charge. For cooperatives which are unable to make a profit, there is a social security system which supplements their members' incomes until they find a more profitable line of production or move elsewhere. The private hiring of labour is, however, made illegal in the same way as slavery is today. This brief sketch of a socialist market system needs to be filled out in various ways. There are difficulties in setting down the terms on [476] POLITICAL THEORY / NOVEMBER 1977 which capital would be leased by the state to the workers' cooperatives; for instance, in establishing how far cooperatives should be allowed to accumulate capital for their own expansion. The rules of association for each cooperative need to be specified, particularly those governing the entry and exit",
439
+ ]
440
+ embeddings = model.encode(sentences)
441
+ print(embeddings.shape)
442
+ # [3, 768]
443
+
444
+ # Get the similarity scores for the embeddings
445
+ similarities = model.similarity(embeddings, embeddings)
446
+ print(similarities.shape)
447
+ # [3, 3]
448
+ ```
449
+
450
+ <!--
451
+ ### Direct Usage (Transformers)
452
+
453
+ <details><summary>Click to see the direct usage in Transformers</summary>
454
+
455
+ </details>
456
+ -->
457
+
458
+ <!--
459
+ ### Downstream Usage (Sentence Transformers)
460
+
461
+ You can finetune this model on your own dataset.
462
+
463
+ <details><summary>Click to expand</summary>
464
+
465
+ </details>
466
+ -->
467
+
468
+ <!--
469
+ ### Out-of-Scope Use
470
+
471
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
472
+ -->
473
+
474
+ ## Evaluation
475
+
476
+ ### Metrics
477
+
478
+ #### Triplet
479
+ * Dataset: `nomic`
480
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
481
+
482
+ | Metric | Value |
483
+ |:-------------------|:----------|
484
+ | cosine_accuracy | 0.958 |
485
+ | dot_accuracy | 0.042 |
486
+ | manhattan_accuracy | 0.956 |
487
+ | euclidean_accuracy | 0.958 |
488
+ | **max_accuracy** | **0.958** |
489
+
490
+ #### Triplet
491
+ * Dataset: `all-nli-test`
492
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
493
+
494
+ | Metric | Value |
495
+ |:-------------------|:----------|
496
+ | cosine_accuracy | 0.975 |
497
+ | dot_accuracy | 0.025 |
498
+ | manhattan_accuracy | 0.9725 |
499
+ | euclidean_accuracy | 0.975 |
500
+ | **max_accuracy** | **0.975** |
501
+
502
+ <!--
503
+ ## Bias, Risks and Limitations
504
+
505
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
506
+ -->
507
+
508
+ <!--
509
+ ### Recommendations
510
+
511
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
512
+ -->
513
+
514
+ ## Training Details
515
+
516
+ ### Training Dataset
517
+
518
+ #### Unnamed Dataset
519
+
520
+
521
+ * Size: 10,000 training samples
522
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
523
+ * Approximate statistics based on the first 1000 samples:
524
+ | | anchor | positive | negative |
525
+ |:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
526
+ | type | string | string | string |
527
+ | details | <ul><li>min: 15 tokens</li><li>mean: 253.76 tokens</li><li>max: 573 tokens</li></ul> | <ul><li>min: 14 tokens</li><li>mean: 252.8 tokens</li><li>max: 680 tokens</li></ul> | <ul><li>min: 13 tokens</li><li>mean: 273.24 tokens</li><li>max: 574 tokens</li></ul> |
528
+ * Samples:
529
+ | anchor | positive | negative |
530
+ |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
531
+ | <code>JOURNAL OF PHILOSOPHY have. Success in learning "how to know economically, liberally, effectively," is the measure of success in civilization; and the clarifying of this success which is the task of philosophy makes philosophy an effective instrument of advance. But "a problem of knowledge in general [of knowledge of 'the ontological'] is, to speak brutally, nonsense. " 5 Since the plain conjunctive experience which is the very definition of what is "radical" in James's empiricism has its being, according to his most explicit statement, in passing thought, there is most certainly another exceedingly vigorous motif in James's thought repeatedly declared by him to be his chief philosophic hope, which he had wished ardently to bring to adequate expression before he died. If a biological or situational behaviorism really runs counter to this motif, yet moves more vitally with his spirit, James himself in his dearest philosophic expectation was following a will-of-the-wisp. Now it may be the case that a majority of those who knew and loved James believe today that this is the case -both those with him in the empiricist camp and those against him in the rationalistic. No doubt most empiricists will welcome the name "radical" while repudiating James's often repeated definition so that no meaning for the term remains to them except either an implied boast or merely the profession of an ideal. The writer has long held the view that the conjunctive experience in James 's writings and the biological behaviorism (which Dewey shows as</code> | <code>present if not worked out in James's mind) seemingly so much at cross purposes rightly belong together and mutually support and fulfill each other. The purpose of this paper is to show how this is so. Dr. Lowe's study goes, if quietly, yet unhesitatingly, to the support of James's radical empiricism. He sums his argument up in recommending "a decision about his [James's] doctrine [of the conjuLnctive experience] as all but necessary preliminaries to the evaluation of Whitehead." 6 It is pointed out that the fulcrum of Whitehead's philosophy is his doctrine of the transmission of feelings. Sympathetic study of his philosophy depends upon initial conviction upon that point, precisely the doctrine that William James propounded with great vigor for twenty-five years. For later philosophers it is primarily directed upon the immediate temporal relation of "felt transition" displayed in "the plain conjunctive experience." The role of Whitehead's theory of prehensions is to develop this doctrine along general lines. 5 Experience and Nature, 1925, p. 21. 6 Ibid., p. 125. 7 Ibid., pp. 174 if. COMMENTS AND CRITICISM 99 In this doctrine the present moment is presented as an atom or "drop" of experience which has taken up the immediately past moment and holds it immanent in itself by a felt transition of next-to-next, which is itself a component contributing to the present drop of experience. The atomic structure of experienee, basis of pluralism, together with the felt transition from drop to drop is the central point. A "drop" or atom of</code> | <code>not only the specifically discriminated happenings "out there" but also the whole undiscriminated remainder.15 Our moments of experience and their associated durations succeed each other, forming a series of stratifications of nature. The successive 8 Alfred North Whitehead, An Enquiry Concerning the Principlea of Natural Knowledge, Cambridge: University Press, 1919, hereafter referred to as PNK; and The Principle of Relativity with applications to Physical Science, Cambridge: University Press, 1922, hereafter referred to as PRel. 9PNK, art. 16.1, 3.6. 10 PNK, art. 16.3-16.4; CN, pp. 106-107. 11 PNK, art. 20.2; CN, pp. 107, 187-188. 12 PNK, art. 16.5. 13 PNK, art. 14, 16.4-16.5, 18.1-18.2; CN, p. 52. 14 PNK, art. 14.1; CN, p. 51. 15 PNK, art. 19.4; CN, pp. 49-53, 186-187; PRel, pp. 25-26. APPEARANCE AND CAUSALITY IN WHITEHEAD'S EARLY WRITINGS 45 moments of experience bind the percipient events together into the locus of a directly experienced unity of awareness, with its memory of the past and anticipation of the future. The succession of associated durations or cross-sections of external nature exhibits a persisting, uniform structure which (through the operation of 'extensive abstraction') yields the uniform space-time continuum of geometry. Within this all-encompassing structure, particular happenings take place.16 The task of common sense and of physical science is to discover the particular factors that govern the directly perceived particular happenings. Two additional features of immediate experience are, as it were, given with the concrete data of sense-awareness as primordial attributions or assumptions.17 First, in sense-awareness, no clear demarcations between happenings can</code> |
532
+ | <code>wrongdoers receive the punishment they deserve. A deserved punishment is one that is proportionate to the offender's culpability. Culpability has two components: (1) the severity of the wrong, and (2) the offender's blameworthiness. The broader aim of this article is to outline an alternative retributivist model that directly involves the victim in</code> | <code>the determination of the appropriate and just punishment. The narrower aim is to show that the methodology employed by Michael Moore (1997) in support of the standard retributive model in fact better supports this alternative model. Moore himself explicitly rejects the idea that victims can play a role in determining just punishments, because this</code> | <code>some role in producing it. According to retributive theory, punishment is justified as a way of restoring the just status quo ante that was disrupted by the offender.6 How punishment performs this task remains a matter of some controversy among retributive theorists. Though the view cannot be defended here, a plausible interpretation of how the state performs this task says that legal punishment involves state efforts to restore the equality of condition that, at least in those respects designated by basic moral rights, all citizens are entitled to. All citizens are entitled to have their lives, bodies, psychological integrity, and justly held property respected and defended by the law. In these respects, at least, the state should act to ensure their equality. Whether it should act in other ways to ensure equality among citizens is, of course, a matter of considerable controversy, though this is not a controversy the resolution of which may have significant implications for the core areas of the criminal law. 32 PUBLIC AFFAIRS QUARTERLY Criminal offenders act in (legally prohibited) ways that deprive victims of some or all of the equality of condition victims are entitled to. There are, it must be admitted, various ways in which the state might attempt to restore the requisite equality of condition. But with most serious crimes it can arguably be shown that the imposition of penal losses is the only appropriate equalizing response by the state. In particular, where victims cannot be made whole again by offender compensation or restitution, the state</code> |
533
+ | <code>modal logic (ML), suggesting that we are dealing with deeply divergent accounts of our modal talk. However, CT captures but one version of the relevant semantic intuition, and does so on the basis of metaphysical assumptions (all worlds are equally real, individuals are world-bound) that are ostensibly discretionary. Just as ML can be translated into a language that quantifies explicitly over worlds, CT may be formulated as a semantic theory in which world</code> | <code>quantification is purely metalinguistic. And just as Kripke-style semantics is formally compatible with the doctrine of world-boundedness, a counterpart-based semantics may in principle allow for cases of trans-world identity. In fact, one may welcome a framework that is general enough to include both Lewis's counterpart-based account and Kripke's identity-based account as distinguished special cases. There are several ways of doing so. The purpose of this paper is</code> | <code>regular and normal modal logics K, D(a Aß)z>'3ß and universal instantiation (UI) which a formal semantics should validate if it is to be a contender for a semantics of our natural intensional languages. I show that counterpart theory does not validate these principles. Counterpart Theory The basis of the logical system for counterpart theory involves the introduction of primitive predicates and postulates to the lower predicate calculus. Lewis (1968; 113) uses the following primitive predicates,1 (1) Wx * is a possible world (2) xly X is in possible world y (3) Ax jc is actual (4) xCy y is a counterpart of x 1 My notation varies slightly from that of Lewis (1968). In particular, note that for the counterpart predicate Lewis understands Cxy to mean that x is a counterpart of y. COUNTERPART THEORY AS A SEMANTICS FOR MODAL LOGIC 257 Lewis's postulates encapsulate the principles of the semantics of counterpart theory. Most especially we note that nothing is in two worlds. We also note that anything in a world is a counterpart of itself. Thus the counterpart relation is reflexive. The following discussion meets the requirement that nothing is a counterpart of anything else in its own world although it need not presuppose this postulate. Lewis (1986; 214) remarks that while the postulate that nothing is a counterpart of anything else in its own world is a feature of some counterpart relations, such a restriction on the counterpart relation constitutes giving up some of the built-in flexibility of counterpart theory. Counterpart theory also involves the extension of</code> |
534
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
535
+ ```json
536
+ {
537
+ "distance_metric": "TripletDistanceMetric.COSINE",
538
+ "triplet_margin": 0.05
539
+ }
540
+ ```
541
+
542
+ ### Evaluation Dataset
543
+
544
+ #### Unnamed Dataset
545
+
546
+
547
+ * Size: 500 evaluation samples
548
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
549
+ * Approximate statistics based on the first 1000 samples:
550
+ | | anchor | positive | negative |
551
+ |:--------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
552
+ | type | string | string | string |
553
+ | details | <ul><li>min: 10 tokens</li><li>mean: 237.7 tokens</li><li>max: 497 tokens</li></ul> | <ul><li>min: 12 tokens</li><li>mean: 238.5 tokens</li><li>max: 485 tokens</li></ul> | <ul><li>min: 23 tokens</li><li>mean: 260.95 tokens</li><li>max: 499 tokens</li></ul> |
554
+ * Samples:
555
+ | anchor | positive | negative |
556
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
557
+ | <code>quantified modal logic, including the famous Barcan Formula. The paper appeared in the Journal of Symbolic Logic , followed shortly afterwards by two more papers published under the name Ruth C. Barcan. Alonzo Church, editor of the Journal, eventually insisted that she publish using her official name, and so a 1950 paper in the same Journal appeared already as authored by Ruth Barcan Marcus. Had Prof. Church's naming criteria been followed throughout, we would now be discussing the famous Marcus Formula. After she received her PhD, Ruth Barcan Marcus and her husband moved to Illinois, where he had accepted a position at Northwestern University. She spent an academic year as a post-doctoral fellow at the University of Chicago where Rudolf Carnap, whose paper 'Modalities and Quantification' had appeared also in 1946, and whose seminal Meaning and Necessity was published in 1947 [Carnap (1946), (1947)], was also working on quantified modal logic.2 After that year she held a series of post-doctoral, temporary or visiting positions and taught at Roosevelt University from 1959 to 1963. In 1964 she became head of the philosophy department of the University of Illinois, Chicago Circle and taught also at Northwestern. In 1973 she moved to Yale. She retired in 1992 but continued to be actively involved in philosophy dividing the time between her position as a senior research scholar at Yale and a distinguished visiting professorship at the</code> | <code>University of California, Irvine. II. Modality and Modal Logic Ruth Barcan Marcus' 1946 paper presents the first system of modal logic that combines modal operators and quantifiers. A question that had arisen regarding any such system is whether theorems of the non-modal predicate calculus such as (1) Vx (Px -> Qx) -> (Vx Px -> Vx Qx) On Modality and Reference. Ruth Barcan Marcus (1921-2012) 205 would also be theorems, were the conditional uniformly interpreted as C.I. Lewis' strict conditional.3 As it turns out, the strict conditional version of (1): (2) Vx (Px => Qx) => (Vx Px => Vx Qx) is not derivable in the system that results from adding quantifiers to Lewis' S2. However, (2) is derivable if we can count on this formula: (3) O 3x Px => 3x OPx. (3) is precisely the Barcan Formula. It was introduced in the system of the 1946 paper as Axiom 11, which allows the derivation of (2) theorem 19, p. 5. Nowadays the Barcan Formula is stated as a material conditional and introduced, in some systems, as an axiom4 (BF) O 3x Px -> 3x OPx. BF says that if it is possible that something be P, then there is something that is possibly P. An equivalent version of the Barcan Formula states that if everything is necessarily P, then it is necessary that everything be P: (BF') Vx DPx ^ □ Vx Px The converse of the Barcan Formula: (CBF) 3x OPx -> O 3x Px, equivalent to (CBF') □ Vx Px ^ Vx DPx is already derivable in the system without the addition of any</code> | <code>of the Royal Flemish Academy of Belgium for Science and the Arts in the latter part of 2010. 3. Bayart 195811 The soundness of first and second-order S5 modal logic I. Semantic definitions 0. To formulate a semantic theory of modal logic it is not sufficient to define for example, the necessary as that which is true in every model and 10 A generalisation of Bayart's completeness proof to the system T appeared in Cresswell (1967) and later in Hughes and Cresswell (1968). A more recent proof method for systems with the Barcan Formula is found in Thomason (1970). 11 Translation by M.J. Cresswell of 'La correction de la logique modale du premier et second ordre S5', Logique et Analyse 1, 1958, pp. 28-44. In this version I have corrected obvious typos. Some of these are indicated in the website version in square brackets [..]. I have changed Bayart's notation in the present version as explained in the introduction or commentary or in footnotes. (All footnotes are my comments on the translation.) ARNOULD BAYART'S MODAL COMPLETENESS THEOREMS 95 the possible as that which is true in some model. These definitions would do no more than introduce the notions of 'necessary' and 'possible' in the metalanguage. A semantics of modal logic demands that we assume an object language containing modal symbols and that we define under what conditions to attribute the values 'true' or 'false' to the formulae of this object language. One can</code> |
558
+ | <code>rebut four objections to the claim that attributions of intentional attitudes are</code> | <code>normative judgments, all stemming, directly or indirectly, from the widespread assumption</code> | <code>the article by sketching the picture of normative thought that results. Though I defend a particular theory of normative speech elsewhere, the core insights of this article can be used by other theorists as well. The arguments offered</code> |
559
+ | <code>picture are co-dependent, and their concerted action makes an intuitive pre -89 Beata Stawarska sentation of something absent in the (present) picture possible. Per ceptual apprehension gives picture consciousness its intuitive charac ter, while non-perceptual apprehension "fantasizes" the absent entity into the physical thing and turns it into a picture. Picture conscious ness involves therefore three interrelated elements: the picture-thing (Bildding), i.e. the physical thing (a piece of canvas, of paper, of stone) which serves as the material of the picture; the picture-object (.Bildobjekt), i.e. the picture apprehended not simply as a perceptual object but as a representation of a referent—the so-called picture subject (Bildsujet), i.e. an absent thing or person.6 This triple thing/object/subject structure is clearly at work in the apprehension of photographs or paintings. Can it also be discerned in fantasy, which no longer supports itself on physical or "external" things? Images, unlike physical pictures, are not independent from the consciousness that apprehends them. Instead, they are contents of consciousness, forming an integral and internal part of an imaginary experience. Unlike the physical picture which persists as a piece of canvas, paper, or stone, even after it ceases to function as a pictorial representation of an absent being, the internal picture does not "sur vive" the end of the fantasy episode—there is nothing left of it once the subject ceases to fantasize. The question arises: can such an immaterial "picture" serve the function of representing an absent</code> | <code>pic ture-subject? Can an evanescent no-thing stand as a symbol of another thing?7 Material content seems indispensable if the picture is to fulfil its representational function: only as a perceptual thing can a picture yield an intuitive apprehension of an absent referent. In order to function as a representation (Bildobjet), the picture must be a thing (Bildding). In other words, there must be a physical support if the picture is to symbolize the absent picture-subject (Bildsujet). Yet such physical support is wanting in the case of "internal" pic tures. In fantasy, it is impossible to distinguish a picture-thing from the picture-subject it represents, and so it is difficult to see how the internal picture can serve the symbolic function at all. As a result, one can hardly sustain the interpretation of fantasy as the conscious ness of non-physical pictures and preserve a uniform theory of imag ination as picture consciousness.8 The aforementioned difficulties led Husserl to reformulate the theory of imagination, no longer taking the apprehension of a pic ture but the internal structure of consciousness in memory as a clue. The way in which memory presents something non-given or the way in which the absent past manifests itself in the present is of direct rel evance to Husserl's later conception of imaginary activity. In recol -90 Sartre on Imagination lection, an object appears in the present as belonging to the past, it is apprehended in the now and yet remains separated by temporal dis tance. Should it be concluded that one apprehends an image (or an "internal picture") of an</code> | <code>He found, for instance, that as we can "see" a mountain which is not present by interpreting the paint marks on a canvas which are present, so in external perception we are perceiving a tree which is not immanent in consciousness by interpreting the sensations (Empfindungen) which are im manent. It would seem, therefore, that Husserl assumed at that time that any intuitive grasp of a real particular was either an inner perception of what is immanently present, or else a case where something immanently pres ent serves as a basis for an interpretation. To his astonishment, Husserl discovered after 1905, in his analyses of inner time-consciousness, that re membering could not be understood as an act of interpretation; that, for instance, remembering a past sound-sensation could not be described as an interpretation of a presently immanent sound-sensation, but had to be de scribed as a "direct" intuitive intending of a real particular which no longer existed.7 This exploded the myth of the unproblematic nature of inner per ception, because any perception whatsover necessarily involves some reten tion of the immediate past. In other words, a restriction of the domain of descriptive psychology or phenomenology to actually immanent real par ticulars proved to be absolutely impossible, since such a restriction would 66 GUIDO K?NG veto not only the use of external perception but that of inner perception as well! The only way out of all these difficulties was to officially admit all intentional objects, i.e., the intentional correlates of all mental acts, into the domain of</code> |
560
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
561
+ ```json
562
+ {
563
+ "distance_metric": "TripletDistanceMetric.COSINE",
564
+ "triplet_margin": 0.05
565
+ }
566
+ ```
567
+
568
+ ### Training Hyperparameters
569
+ #### Non-Default Hyperparameters
570
+
571
+ - `eval_strategy`: steps
572
+ - `per_device_train_batch_size`: 4
573
+ - `per_device_eval_batch_size`: 4
574
+ - `learning_rate`: 1e-05
575
+ - `num_train_epochs`: 5
576
+ - `warmup_ratio`: 0.1
577
+ - `batch_sampler`: no_duplicates
578
+
579
+ #### All Hyperparameters
580
+ <details><summary>Click to expand</summary>
581
+
582
+ - `overwrite_output_dir`: False
583
+ - `do_predict`: False
584
+ - `eval_strategy`: steps
585
+ - `prediction_loss_only`: True
586
+ - `per_device_train_batch_size`: 4
587
+ - `per_device_eval_batch_size`: 4
588
+ - `per_gpu_train_batch_size`: None
589
+ - `per_gpu_eval_batch_size`: None
590
+ - `gradient_accumulation_steps`: 1
591
+ - `eval_accumulation_steps`: None
592
+ - `learning_rate`: 1e-05
593
+ - `weight_decay`: 0.0
594
+ - `adam_beta1`: 0.9
595
+ - `adam_beta2`: 0.999
596
+ - `adam_epsilon`: 1e-08
597
+ - `max_grad_norm`: 1.0
598
+ - `num_train_epochs`: 5
599
+ - `max_steps`: -1
600
+ - `lr_scheduler_type`: linear
601
+ - `lr_scheduler_kwargs`: {}
602
+ - `warmup_ratio`: 0.1
603
+ - `warmup_steps`: 0
604
+ - `log_level`: passive
605
+ - `log_level_replica`: warning
606
+ - `log_on_each_node`: True
607
+ - `logging_nan_inf_filter`: True
608
+ - `save_safetensors`: True
609
+ - `save_on_each_node`: False
610
+ - `save_only_model`: False
611
+ - `restore_callback_states_from_checkpoint`: False
612
+ - `no_cuda`: False
613
+ - `use_cpu`: False
614
+ - `use_mps_device`: False
615
+ - `seed`: 42
616
+ - `data_seed`: None
617
+ - `jit_mode_eval`: False
618
+ - `use_ipex`: False
619
+ - `bf16`: False
620
+ - `fp16`: False
621
+ - `fp16_opt_level`: O1
622
+ - `half_precision_backend`: auto
623
+ - `bf16_full_eval`: False
624
+ - `fp16_full_eval`: False
625
+ - `tf32`: None
626
+ - `local_rank`: 0
627
+ - `ddp_backend`: None
628
+ - `tpu_num_cores`: None
629
+ - `tpu_metrics_debug`: False
630
+ - `debug`: []
631
+ - `dataloader_drop_last`: False
632
+ - `dataloader_num_workers`: 0
633
+ - `dataloader_prefetch_factor`: None
634
+ - `past_index`: -1
635
+ - `disable_tqdm`: False
636
+ - `remove_unused_columns`: True
637
+ - `label_names`: None
638
+ - `load_best_model_at_end`: False
639
+ - `ignore_data_skip`: False
640
+ - `fsdp`: []
641
+ - `fsdp_min_num_params`: 0
642
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
643
+ - `fsdp_transformer_layer_cls_to_wrap`: None
644
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
645
+ - `deepspeed`: None
646
+ - `label_smoothing_factor`: 0.0
647
+ - `optim`: adamw_torch
648
+ - `optim_args`: None
649
+ - `adafactor`: False
650
+ - `group_by_length`: False
651
+ - `length_column_name`: length
652
+ - `ddp_find_unused_parameters`: None
653
+ - `ddp_bucket_cap_mb`: None
654
+ - `ddp_broadcast_buffers`: False
655
+ - `dataloader_pin_memory`: True
656
+ - `dataloader_persistent_workers`: False
657
+ - `skip_memory_metrics`: True
658
+ - `use_legacy_prediction_loop`: False
659
+ - `push_to_hub`: False
660
+ - `resume_from_checkpoint`: None
661
+ - `hub_model_id`: None
662
+ - `hub_strategy`: every_save
663
+ - `hub_private_repo`: False
664
+ - `hub_always_push`: False
665
+ - `gradient_checkpointing`: False
666
+ - `gradient_checkpointing_kwargs`: None
667
+ - `include_inputs_for_metrics`: False
668
+ - `eval_do_concat_batches`: True
669
+ - `fp16_backend`: auto
670
+ - `push_to_hub_model_id`: None
671
+ - `push_to_hub_organization`: None
672
+ - `mp_parameters`:
673
+ - `auto_find_batch_size`: False
674
+ - `full_determinism`: False
675
+ - `torchdynamo`: None
676
+ - `ray_scope`: last
677
+ - `ddp_timeout`: 1800
678
+ - `torch_compile`: False
679
+ - `torch_compile_backend`: None
680
+ - `torch_compile_mode`: None
681
+ - `dispatch_batches`: None
682
+ - `split_batches`: None
683
+ - `include_tokens_per_second`: False
684
+ - `include_num_input_tokens_seen`: False
685
+ - `neftune_noise_alpha`: None
686
+ - `optim_target_modules`: None
687
+ - `batch_eval_metrics`: False
688
+ - `eval_on_start`: False
689
+ - `batch_sampler`: no_duplicates
690
+ - `multi_dataset_batch_sampler`: proportional
691
+
692
+ </details>
693
+
694
+ ### Training Logs
695
+ | Epoch | Step | Training Loss | loss | all-nli-test_max_accuracy | nomic_max_accuracy |
696
+ |:------:|:----:|:-------------:|:------:|:-------------------------:|:------------------:|
697
+ | 0 | 0 | - | - | - | 0.94 |
698
+ | 0.04 | 100 | 0.0106 | 0.0093 | - | 0.944 |
699
+ | 0.08 | 200 | 0.009 | 0.0083 | - | 0.944 |
700
+ | 0.12 | 300 | 0.0068 | 0.0073 | - | 0.952 |
701
+ | 0.16 | 400 | 0.0066 | 0.0067 | - | 0.96 |
702
+ | 0.2 | 500 | 0.0069 | 0.0061 | - | 0.956 |
703
+ | 0.24 | 600 | 0.0056 | 0.0053 | - | 0.966 |
704
+ | 0.28 | 700 | 0.0042 | 0.0050 | - | 0.962 |
705
+ | 0.32 | 800 | 0.0059 | 0.0046 | - | 0.962 |
706
+ | 0.36 | 900 | 0.0051 | 0.0048 | - | 0.964 |
707
+ | 0.4 | 1000 | 0.0034 | 0.0046 | - | 0.964 |
708
+ | 0.44 | 1100 | 0.0054 | 0.0051 | - | 0.962 |
709
+ | 0.48 | 1200 | 0.0034 | 0.0047 | - | 0.964 |
710
+ | 0.52 | 1300 | 0.0042 | 0.0049 | - | 0.966 |
711
+ | 0.56 | 1400 | 0.0035 | 0.0041 | - | 0.968 |
712
+ | 0.6 | 1500 | 0.0043 | 0.0041 | - | 0.972 |
713
+ | 0.64 | 1600 | 0.0029 | 0.0045 | - | 0.964 |
714
+ | 0.68 | 1700 | 0.005 | 0.0044 | - | 0.97 |
715
+ | 0.72 | 1800 | 0.0036 | 0.0041 | - | 0.968 |
716
+ | 0.76 | 1900 | 0.0031 | 0.0040 | - | 0.976 |
717
+ | 0.8 | 2000 | 0.0037 | 0.0041 | - | 0.966 |
718
+ | 0.84 | 2100 | 0.0041 | 0.0037 | - | 0.97 |
719
+ | 0.88 | 2200 | 0.0044 | 0.0040 | - | 0.966 |
720
+ | 0.92 | 2300 | 0.0038 | 0.0046 | - | 0.966 |
721
+ | 0.96 | 2400 | 0.0043 | 0.0050 | - | 0.954 |
722
+ | 1.0 | 2500 | 0.0031 | 0.0049 | - | 0.96 |
723
+ | 1.04 | 2600 | 0.0046 | 0.0048 | - | 0.964 |
724
+ | 1.08 | 2700 | 0.0017 | 0.0045 | - | 0.96 |
725
+ | 1.12 | 2800 | 0.0015 | 0.0047 | - | 0.958 |
726
+ | 1.16 | 2900 | 0.0015 | 0.0046 | - | 0.966 |
727
+ | 1.2 | 3000 | 0.0011 | 0.0042 | - | 0.966 |
728
+ | 1.24 | 3100 | 0.0009 | 0.0041 | - | 0.962 |
729
+ | 1.28 | 3200 | 0.0006 | 0.0040 | - | 0.972 |
730
+ | 1.32 | 3300 | 0.0006 | 0.0041 | - | 0.966 |
731
+ | 1.3600 | 3400 | 0.0005 | 0.0046 | - | 0.958 |
732
+ | 1.4 | 3500 | 0.0007 | 0.0048 | - | 0.964 |
733
+ | 1.44 | 3600 | 0.0004 | 0.0046 | - | 0.966 |
734
+ | 1.48 | 3700 | 0.0008 | 0.0048 | - | 0.96 |
735
+ | 1.52 | 3800 | 0.0006 | 0.0047 | - | 0.966 |
736
+ | 1.56 | 3900 | 0.0002 | 0.0048 | - | 0.958 |
737
+ | 1.6 | 4000 | 0.0004 | 0.0047 | - | 0.964 |
738
+ | 1.6400 | 4100 | 0.0004 | 0.0047 | - | 0.966 |
739
+ | 1.6800 | 4200 | 0.0003 | 0.0048 | - | 0.96 |
740
+ | 1.72 | 4300 | 0.0001 | 0.0049 | - | 0.96 |
741
+ | 1.76 | 4400 | 0.0004 | 0.0050 | - | 0.956 |
742
+ | 1.8 | 4500 | 0.0007 | 0.0048 | - | 0.96 |
743
+ | 1.8400 | 4600 | 0.0006 | 0.0044 | - | 0.96 |
744
+ | 1.88 | 4700 | 0.0001 | 0.0044 | - | 0.962 |
745
+ | 1.92 | 4800 | 0.0005 | 0.0043 | - | 0.964 |
746
+ | 1.96 | 4900 | 0.0004 | 0.0043 | - | 0.966 |
747
+ | 2.0 | 5000 | 0.0004 | 0.0044 | - | 0.958 |
748
+ | 2.04 | 5100 | 0.0002 | 0.0045 | - | 0.956 |
749
+ | 2.08 | 5200 | 0.0002 | 0.0044 | - | 0.958 |
750
+ | 2.12 | 5300 | 0.0001 | 0.0043 | - | 0.96 |
751
+ | 2.16 | 5400 | 0.0005 | 0.0048 | - | 0.96 |
752
+ | 2.2 | 5500 | 0.0003 | 0.0049 | - | 0.958 |
753
+ | 2.24 | 5600 | 0.0004 | - | 0.975 | - |
754
+
755
+
756
+ ### Framework Versions
757
+ - Python: 3.10.12
758
+ - Sentence Transformers: 3.0.1
759
+ - Transformers: 4.42.4
760
+ - PyTorch: 2.3.1+cu121
761
+ - Accelerate: 0.32.1
762
+ - Datasets: 2.21.0
763
+ - Tokenizers: 0.19.1
764
+
765
+ ## Citation
766
+
767
+ ### BibTeX
768
+
769
+ #### Sentence Transformers
770
+ ```bibtex
771
+ @inproceedings{reimers-2019-sentence-bert,
772
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
773
+ author = "Reimers, Nils and Gurevych, Iryna",
774
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
775
+ month = "11",
776
+ year = "2019",
777
+ publisher = "Association for Computational Linguistics",
778
+ url = "https://arxiv.org/abs/1908.10084",
779
+ }
780
+ ```
781
+
782
+ #### TripletLoss
783
+ ```bibtex
784
+ @misc{hermans2017defense,
785
+ title={In Defense of the Triplet Loss for Person Re-Identification},
786
+ author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
787
+ year={2017},
788
+ eprint={1703.07737},
789
+ archivePrefix={arXiv},
790
+ primaryClass={cs.CV}
791
+ }
792
+ ```
793
+
794
+ <!--
795
+ ## Glossary
796
+
797
+ *Clearly define terms in order to be accessible across audiences.*
798
+ -->
799
+
800
+ <!--
801
+ ## Model Card Authors
802
+
803
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
804
+ -->
805
+
806
+ <!--
807
+ ## Model Card Contact
808
+
809
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
810
+ -->
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:82a692f64b7ee86a83a2cdfea827ec7c91fb836b92b87586c8ad03a381323635
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