m7n commited on
Commit
37cc01c
1 Parent(s): 5e0a0d5

Add new SentenceTransformer model.

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,765 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: BAAI/bge-m3
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:5000
19
+ - loss:TripletLoss
20
+ widget:
21
+ - source_sentence: philosophical. It is a schematic, bare-bones biography devoting
22
+ only minimal attention to the significance of Marx's thought. It makes no attempt
23
+ at textual exegesis beyond citations of a few " classic" passages, let alone at
24
+ critical evaluation or interpretation of Marx's ideas. Yet its extremely readable
25
+ style, richness of detail and highly useful manner of viewing Marx's life against
26
+ the political history of his era, makes this book a service to the general public
27
+ if not to the philosopher or Marxologist. (It should hardly need saying that Rubel
28
+ is himself one of the world's eminent practicioners of the latter art.) Each chapter
29
+ is devoted to six or seven years of Marx's life. Preceding each, the authors have
30
+ included very valuable chronological tables listing major political events in
31
+ Europe, the Americas and Asia, scientific and technological advances, and important
32
+ works published (including notation as to whether Marx is known to have read them).
33
+ The short biographies of various persons important to the life story of Marx and
34
+ bibliographies of Marx's works and of works on Marx are also helpful. Rubel and
35
+ Manale's understanding of Marx's intellectual development, as a unity originating
36
+ in the mid1840s carried through consistently for the remainder of his life, is
37
+ well documented, with due emphasis given the manuscripts of 1857-58 (the "Grundrisse")
38
+ documenting the link between the Paris manuscripts of 1844 and Capital so often
39
+ disputed by Marxist-Leninist apologists. Because of its greater interest to philosophers,
40
+ I shall devote the rest of this review to Axelos'
41
+ sentences:
42
+ - equations" relative to ECF+, provable in H. Similarly, we obtain from MUC and
43
+ the recursive density theorem for ECF the corresponding results for ECF+; the
44
+ proof of QF-AC from the recursive density theorem also holds good for ECF+ [T1,
45
+ 2.6.20]. So far, we have shown these basic facts about ECF+ to be provable in
46
+ H, i.e. in EL + AC-NF; but we have to show that they can be established in EL
47
+ + QF-AC. To complete the proof, we note that (10) EL + AC-NF is conservative over
48
+ EL + QF-AC for formulae of Fo [T1, 3.6.18(i)] where Fo is defined as in [T1, 3.6.3].
49
+ (20) Almost negative predicates are transformed by the elimination translation
50
+ r into almost negative predicates (by an induction on logical complexity), and
51
+ therefore W+, I' are almost negative predicates; using this fact one then verifies
52
+ that all basic properties of ECF+ needed can be expressed by means of formulae
53
+ of F0. 2.2. REMARK. The method for constructing ECF+ as described here can also
54
+ be used to construct a model ECFK of HA' + AC-NF in which the tape-2 objects are
55
+ exactly the elements of K, and such that all the relevant closure conditions can
56
+ be established in IDB,. ?3. The models for E-HA' + MUC. 3.1. Preliminaries. In
57
+ discussing the term models for E-HA' + MUC, we find it actually more convenient
58
+ to take as our starting point E-HA' + MUC*, where MUC* is the strengthening of
59
+ MUC which states in addition to MUC
60
+ - 's work. As Bruzina points out in his Introduction (xxvi), Axelos'' s work on
61
+ Marx is part of a trilogy entitled Le deploiement de I''errance, which attempts
62
+ to investigate the three alleged critical stages of Western thought: its beginnings,
63
+ in Heraclite et la philosophie: La premiire saisie de Vetre en devenir de la totality;
64
+ its culmination, in the present book, the original title of which is Marx, penseur
65
+ de la technique: De I''alienation de Vhomme a la conquete du monde; and the transcending
66
+ passage to a new way of thought, Vers la pensee planetaire: Le devenir-pensee
67
+ du monde et le devenir-monde de la pensee. We are thus thrown into a study situating
68
+ Marx as the culmination of Western, and particularly modern Western, thought.
69
+ The interpretation of the tradition, and of Marx''s place in it, is essentially
70
+ Heideggerian; after Heraclitus''s and Parmenides''s attempts to think Being as
71
+ logos and physis, Western thought began its fall into the confusion of Being with
72
+ particular types of entities (Plato: idea; Aristotle: entelechyenergeia; Christianity:
73
+ Being as God or ens increatum, ens perfectissimum; Descartes: man''s mind as subject,
74
+ all other entities as objects; and post-Cartesian thought, culminating in Hegel,
75
+ Marx, and Nietzsche: human subjectivity as will which subdues and desolates the
76
+ earth). Thus it can be seen at a glance that Axelos'' s Marx is going to be neither
77
+ the Marx of Marxism-Leninism (Heaven forbid!) nor of contemporary Marxology, i.e.,
78
+ the Marx of the Int J Phil Rel 12:59-64 (1981) 0020-7047/81/0121-0059 $00.90.
79
+ ©1981 Martinus Nijhoff Publishers, The'
80
+ - 'is accordingly neither confined to, nor ought it to be judged merely by its relative
81
+ success on, the historical plane. There is, further, a particular methodological
82
+ angle which deserves our attention. In this post-Freudian age, psychobiography
83
+ has come to the fore. Seigel is profoundly interested in Eric Erickson''s psychohistorical
84
+ approach, in terms of which he believes it possible to construct a dialectical
85
+ analysis. It is well known that Marx''s thought was deeply influenced by Hegel''s.
86
+ In this regard, following his psychohistorical inclination, Seigel makes the unusual
87
+ suggestion that the little known Hegelian concept of inversion can function as
88
+ a central thread with which to elucidate three specific incidents, so far unexplained
89
+ in Marx''s biography: Marx''s passage to Hegelianism; as a guiding thread in his
90
+ interpretation of Greek philosophy in his dissertation; and as a central element
91
+ in Capital, whose unfinished status remained the great tragedy of Marx''s life.
92
+ On the abstract level, this strategy has considerable intrinsic interest. Transcending
93
+ any mere assemblage of the documented or documentable facts about Marx''s life,
94
+ the interest here is clearly to tie together little understood events early and
95
+ late in terms of a single explanatory principle which is intended to shed light
96
+ on supposedly dark corners of Marx''s life and thought. Rather than appealing
97
+ to such frequently employed techniques as the patient collection of data, or the
98
+ careful reassessment of the known events of Marx''s life, or even the critical
99
+ reinterpretation of his writings, a'
100
+ - source_sentence: really know what I have to face? Has she felt anything like this
101
+ set of forces on her road to holiness? More to our point here, what does this
102
+ saint, Vincent de Paul, know of business of the push and pull and particular grind
103
+ of this world? Granting the depth and richness of his spiritual experience, was
104
+ it shaped, at least analogously, by the kinds of pressures which the business
105
+ person has to withstand? Does his path to holiness go through anything like the
106
+ terrain of the modern business climate? If not, this saint's story, too, lifts
107
+ off from this world and flies into its own orbit, perhaps admired but from too
108
+ remote a distance to have influence. In short, what are the possi bilities of
109
+ getting the two worlds together? The second issue concerns the manner in which
110
+ lives of exemplars have been brought to bear upon moral thinking. One method might
111
+ be termed prescriptive. It asks what directives for living can be drawn from the
112
+ actions and atti tudes this person showed? There are principles and behavior patterns
113
+ embedded in this saint's life which can serve as guides for present action. Francis
114
+ of Assisi, for instance, out of a profound desire live out his sense of total
115
+ dependence on God, made his way by begging. Therefore, there should be some embracing
116
+ of radical unpre dictability and a large dose of reliance on others in our affairs
117
+ also. The example is awkward perhaps, but it points up the method of drawing relatively
118
+ clear moral lessons from
119
+ sentences:
120
+ - the holy one's life. While this approach affords a kind of clarity, it stands
121
+ on shaky ground because of the often times wide gap between the saint's era and
122
+ the present. The historically consciousness reader is wary of clear and simple
123
+ crossovers. Too many changed circumstances and new assumptions lie in the valley
124
+ between the distant past and now. If the moral directives have not been carefully
125
+ passed through the screen of shifting horizons, they appear stretched and even
126
+ fanciful. Applica tions to current situations are suspected of being as much a
127
+ projection of the interpreter's agenda as it is a transmission of the saint's
128
+ morality. An alternate way of bringing saints to bear on moral thinking is through
129
+ the imagination. Most readers are familiar with recent attention to the role affect
130
+ plays in following the good. Logic may package norms clearly and distinctly, but
131
+ of itself does not bring about adherence. The deeper emotions must come into play
132
+ as the engines which drive toward the good. Ethical reckoning happens primordially
133
+ in the imagination where the attraction or repulsion of a given value registers.
134
+ On a foundation level, moral education aims for the affect. It works to shape
135
+ the image field in which the good is pictured. The rightly-told story of a saint
136
+ appeals directly to the imagination. The narrative of his or her life presents
137
+ a drama which invites in the listener much more as participant than spectator.
138
+ Such a biography lays
139
+ - 'principle whence all else follows. It knows that that principle is the divine
140
+ essence and that, in this life, we cannot properly know it. On the other hand,
141
+ it does not renounce all thought of synthesis to settle down to teaching catechism
142
+ ; for it knows that there is such a thing as imperfect understanding. Systematically,
143
+ it proceeds to that limited goal.1 (4) Matters of faith are not fit objects for
144
+ science. Some clarification is in order here. For Aquinas, Christian beliefs fall
145
+ into two categories : those that can be known by science and those that cannot.
146
+ The ones that can be known by science are yet often known by faith. Further, this
147
+ is a good thing : some people are too stupid to know by science what they believe
148
+ by faith. And even people able to know by science what they believe by faith,
149
+ may take longer to arrive at the belief by science. Moreover, beliefs acquired
150
+ by faith may be more stable, more ''free of doubt and uncertainty, '' than the
151
+ more abstruse deliverances of science (ST 11,11,2.4). The belief that there is
152
+ an unmoved mover falls within the province of science though that belief is often
153
+ held through faith. The belief that there is a Trinity is strictly outside the
154
+ province of science. (5) Our assent to Christian doctrines has no natural explanation.
155
+ The natural light of reason, even if it enjoins us to assent that there is a God,
156
+ does not afford us any further information'
157
+ - crushing to our smaller vanities, that there is no break in the seamless robe
158
+ wherewith the universe is dressed. The facile distinction between moral education
159
+ on the one hand and religious education on the other is drawn readily enough,
160
+ and has its conveniences; but to conceive that at such and such a point the one
161
+ ends and at such and such a point the other begins is to disrupt the universe.
162
+ Moral education without vista is no education at all; it is truncated pedantry.
163
+ Moral education only then begins to exercise its more potent ministry when it
164
+ confronts and astounds and overwhelms us with categorical imperatives whose origins
165
+ are wrapped in mystery but whose obligatoriness upon us for this very reason is
166
+ immediate and certain and bows us in submission and awe. Some Essentials of Moral
167
+ Education. 477 The moral education then of which we speak, and the "character"
168
+ in which it culminates, must be conceived as embracing in their content an element,
169
+ which, for want of more adequate words to express it, we call wonder, reverence,
170
+ awe; an attitude of the soul which proves to be the Bridge of the Gods to the
171
+ highest Realities. One more element we presuppose as inherent in the "character"
172
+ in which moral education finds its culmination, namely, that passion for human
173
+ service which spends itself and is spent for others without miserly calculation
174
+ or circumstantial prudence; which with a pure disinterestedness repays the debt
175
+ it owes to humanity and is ready at any
176
+ - source_sentence: between stuffs and things is complex and highly controversial,
177
+ but it can be roughly understood as the distinction prevailing between objects
178
+ and their constituting matter. Statues, tables, and trees are paradigmatic examples
179
+ of objects, whereas copper, water, and wood are paradigmatic examples of stuffs.
180
+ Objects and stuffs differ in many respects. For example, unlike individual things,
181
+ stuffs persist despite division and transformation. If a statue made of bronze
182
+ is melted to obtain two bronze cups, the statue disappears whereas the bronze
183
+ persists. I will argue that olfactory perception involves being acquainted with
184
+ stuffs rather than particular objects and that the notion of stuff is essential
185
+ for understanding the idiosyncratic characteristics of olfaction. The argument
186
+ will proceed as follows. In the first part, I will give a short inventory of olfactory
187
+ experiences. In the second part, I will show how most philosophical accounts fail
188
+ to do justice to the phenomenology of olfactory experiences. In the last part,
189
+ I will argue that olfactory experiences present compelling evidence that odors
190
+ are properties of stuffs. 2 A world of odors Unlike colors, and to a lesser extent
191
+ sounds, odors and olfaction have received little attention from philosophers.
192
+ In philosophy, odors are sometimes mentioned to illustrate the distinction between
193
+ primary and secondary qualities (Locke 1690) or to exemplify the category of "sense-data"
194
+ (Russell 1912) or "qualia" (Campbell 2004; Jackson 1982), but they are rarely
195
+ considered for their own
196
+ sentences:
197
+ - 'same olfactory level throughout an exhibition. Important as these practical issues
198
+ are, the focus of the remainder of our article is on two theoretical questions:
199
+ In what ways are smells suitable objects of aesthetic attention, and given that
200
+ olfactory works are now an accepted part of the artworld, what are their special
201
+ characteristics and limitations as serious art? This second question will lead
202
+ to a final one concerning the art status of the most ancient of olfactory arts,
203
+ perfume. II. THE PREJUDICE AGAINST SMELL As a first step in exploring these issues,
204
+ we need to consider a longstanding philosophical prejudice against the so-called
205
+ lower senses of smell, taste, and touch that has often led to the denial of their
206
+ suitability for aesthetic reflection. From the ancient world into the twentieth
207
+ century, majority opinion among philosophers has been that these senses are far
208
+ beneath vision and hearing in dignity, intellectual power, and refinement.''1
209
+ The classic philosophical application of this view to the aesthetic realm is Plato''s
210
+ claim in Hippias Major that "beauty is the pleasant which comes through the senses
211
+ of hearing and sight," whereas the pleasures of the other senses should not be
212
+ called beautiful." Aristotle agreed on the superiority of sight and hearing, but
213
+ also offered a more extensive and nuanced account of the senses.12 Although human
214
+ taste, touch, and smell are sources of pleasure, not just of utility, the objects
215
+ of the lower senses, for Aristotle, have no connection to moral qualities as do
216
+ the pleasures of vision and hearing that are involved'
217
+ - 'interest. Thomas Reid''s work is a notable exception; an entire chapter of his
218
+ Inquiry into the Human Mind on the Principles of Common Sense ([1764] 2000) is
219
+ dedicated to smell. It is remarkable that Reid''s discussion of the external senses
220
+ starts with a long chapter devoted to olfaction. Reid''s justification for this
221
+ choice is that an inquiry into human understanding must proceed from the simplest
222
+ to the more complex and that the same principle should be applied to the philosophical
223
+ examination of the senses. Therefore. Reid starts his discussion of the senses
224
+ with olfaction not because it is "the noblest, or the most useful"4 sense, but
225
+ because it is, according to him. the simplest. Reid''s view regarding the simplicity
226
+ of smell appears to have roots in antiquity. Aristotle, for example, considers
227
+ smell to be both poor and inaccurate: Smell and its object are much less easy
228
+ to determine than what we have hitherto discussed; the distinguishing characteristic
229
+ of the object of smell is less obvious than those of sound or colour. The ground
230
+ of this is that our power of smell is less discriminating and in general inferior
231
+ to that of many species of animals; men have a poor sense of smell and our apprehension
232
+ of its 3 See Casati and Dokic (2005). 4 chap. II, section II. <£) Springer 236
233
+ V. Mizrahi proper objects is inseparably bound up with and so confused by pleasure
234
+ and pain, which shows that in us the organ is inaccurate.5 The goal of this section
235
+ is to rehabilitate the sense of olfaction in view of such allegations by showing
236
+ with a'
237
+ - 'question, how to think the fundamental unity of thought and Being before this
238
+ unity is broken by the insertion of a subject doing the thinking. This article
239
+ is only one instance in a long series of relections, ranging from the Phe''nome''nologie
240
+ de l''experience esthe''tique to Le Poetique, on Nature and its relation to humanity
241
+ and art. There is "nature," the ensemble of all phenomena, and there is "Nature,"
242
+ which is an "anonymous, blind force" (Phe''nome''nologie 1: 134) which is the
243
+ source of nature, humanity, and art. Nature, on the other hand, needs art to be
244
+ articulated and glorified. The following essay is "The A Priori of Imagination"
245
+ (1965), and in it Dufreene argues against Kant that the a priori is not just a
246
+ subjective condition of objectivity, but rather is in the object as well. The
247
+ imagination''s function is to reveal this objective meaning to us. The next essay,
248
+ "The Imaginary" (1976), deals first with images, the imagination, the imaginary,
249
+ and the real and the unreal, all played off against Jean-Paul Sartre''s descriptions
250
+ of the imagination. The second, and much shorter part of the article, considers,
251
+ successively, desire and world, desire and language, language and world, language
252
+ and desire, image and world, and finally image and language. Following "The Imaginary"
253
+ is a very short piece, "Eye and Mind" (no entry in the Bibliography, thus no date
254
+ available). This is a very clear and helpful, albeit too brief, commentary on
255
+ Maurice Merleau-Ponty''s Eye and Mind and through it, the latter''s final philosophical
256
+ project'
257
+ - source_sentence: construed as the personal/subjective degrees of belief of Bayesian
258
+ agents is an old one. In recent years the idea has been vigorously pursued by
259
+ a group of physicists who fly the banner of quantum
260
+ sentences:
261
+ - Bayesianism (QBism). The present paper aims to identify the prospects and problems
262
+ of implementing QBism, and it critically assesses the claim that QBism provides
263
+ a resolution (or dissolution)
264
+ - divorcing moral responsibility from free will setting aside the threat of Frankfurt-style
265
+ cases.6 There are two reasons for this restriction of focus. First, Wallace's
266
+ strategy is offered as a logically independent strategy to Fischer's. Hence, it
267
+ is important to evaluate it on its own merits. Second, I believe that the success
268
+ of Frankfurt-style cases depends on the plausibility of the belief that moral
269
+ responsibility requires free will. Defenders of Frankfurt-style cases have been
270
+ hard-pressed to furnish a case in which an agent is clearly morally responsible
271
+ and clearly lacks access to alternative possibilities. This has led many defenders
272
+ of Frankfurt-style cases to contend that the true of aim of Frankfurt-style cases
273
+ is to show that access to alternative possibilities is not explanatorily relevant,
274
+ even if it is necessary (cf. Hunt 2005; Leon and Tognazzini 2010; Pereboom 200
275
+ 1).7 An adequate response to the neo-Frankfurtian attack requires a direct defense
276
+ of the thesis that moral responsibility requires free will. By offering a theory
277
+ of pleas that is simple, unified, plausible, and has just this consequence, my
278
+ theory serves as a partial response to proponents of Frankfurtstyle cases. Therefore,
279
+ my defense of my proffered theory of pleas and the thesis that moral responsibility
280
+ requires free will are conditional up on the failure of these cases.8 I begin
281
+ by laying out R. Jay Wallace's (1994) theory of the normative force of excuses
282
+ and exemptions. I believe that Wallace's theory of exemptions is sound, but that
283
+ his account of
284
+ - allows, on the one hand, for learning from experience and, on the other hand,
285
+ avoids admitting observation reports into evidence (R. C. Jeffrey (5), ch. 11).
286
+ I find Jeffrey's brave efforts inadequate to the job and have said so elsewhere
287
+ (I. Levi (11) and (12)). Whatever the merits of Jeffrey's proposals, they constitute
288
+ a rejection of conditionalization as the sole principle of rational probability
289
+ revision. Other pressures have induced authors who tend to identify themselves
290
+ as Bayesians to strip exclusive status away from the principle of conditionalization.
291
+ P. Suppes acknowledges that conceptual innovation involves shifts in probability
292
+ judgement which conditionalization cannot accommodate. If such shifts are to be
293
+ brought under rational control, conditionalization will have to be supplemented
294
+ by other principles (P. Suppes (18), p. 64). Thus, even within the Bayesian camp,
295
+ serious doubts have been raised concerning the exclusive rights of conditionalization
296
+ as a principle of rational probability revision. As a consequence, the force of
297
+ the argument purporting to show that evidential assumptions accorded probability
298
+ 1 must be immune to correction has been substantially undermined. With the demise
299
+ of this argument, much of the case against allowing fallible assumptions maximum
300
+ probability withers away. Not only have Bayesians failed to muster decisive arguments
301
+ against according probability 1 to fallible assumptions, a good case can be made
302
+ in support of the view that a viable Bayesian (or quasi Bayesian) approach to
303
+ inference requires granting evidential status to fallible assumptions. 302 NOOS
304
+ According to Leonard Savage, Bayesians who endorse a subjectivist or personalist
305
+ interpretation of
306
+ - source_sentence: 'structural affinity between the case study as a genre of writing
307
+ and the question of gendered subjectivity. With John Forrester''s chapter ''Inventing
308
+ Gender Identity: The Case of Agnes'' as my starting point, I ask how the case
309
+ of'
310
+ sentences:
311
+ - 'justified (D-justified) at t if it doesn''t fit S''s O-evidence at t, but S would
312
+ have O-evidence of the appropriate kind (this derivative evidence amounting to
313
+ D-evidence) were she to think of p (see Feldman 1988, pp. 98-99). In the example
314
+ above, I was too busy with the paper to entertain any evidence that could support
315
+ the belief that the PIN code is ####. So my O-evidence didn''t encompass anything
316
+ supporting such belief. However, I had the disposition, upon considering my PIN
317
+ code, to generate O-evidence of the appropriate kind: in the sense just presented,
318
+ I had D-evidence. Since the quotation also seems to suggest that a true (stored)
319
+ belief, if D-justified, may count as D-knowledge, it shows that the evidentialist
320
+ is not banned from acknowledging that I did know my PIN code, even if this knowledge
321
+ has a somehow derivative status, that of D-knowledge. This interpretation of Feldman''s
322
+ reply raises two important concerns, respec tively related to the notion of dispositional
323
+ justification and the notion of dispositional knowledge. Let us begin by taking
324
+ into account Goldman''s worry, according to which no clear sense can be attached
325
+ to the suggestion that a belief may be D-justified in the sense just adumbrated.
326
+ The discussion of what must be added to D-justification in order to turn a true
327
+ belief into D-knowledge shall not occupy us until the final part of the paper.
328
+ A. Goldman has called into question Feldman''s answer (Goldman 1999, pp. 278 279,
329
+ 2002, p. 9). He has written: "if having a disposition to generate conscious evidential
330
+ states'
331
+ - consideration, Oliver unravels the consequences of this strange chiasmus-the resymbolization
332
+ of the body and the embodiment of the Symbolic-for psychoanalysis, feminism, linguistics,
333
+ ethics, and political theory. Although it draws on a variety of discourses ranging
334
+ from philosophy to religion, from aesthetics to politics, Reading Kristeva privileges
335
+ in a certain way the psychoanalytic framework as it focuses on Kristeva's most
336
+ psychoanalytic texts from the 1980s and early 1990s. Accounting for Kristeva's
337
+ interventions and revisions of psychoanalytic theory, Reading Kristeva points
338
+ to the crucial differences not only between Kristeva and Jacques Lacan, but also
339
+ between Kristeva and other French feminists, especially Luce Irigaray and Helene
340
+ Cixous. The main challenge to the psychoanalytic theory, Oliver argues, lies in
341
+ Kristeva's claim that the maternal function prefigures the oedipal structure and
342
+ at the same time prevents its closure. The nodal points of these pre-oedipal relations
343
+ are constituted by the narcissistic subject, the abject maternal body (constituting
344
+ the pattern of rejection and negation), and the imaginary father (setting up the
345
+ pattern of reduplication and identification). Reading Kristeva offers us many
346
+ engaging and original readings of the difficult moments in Kristeva's work. One
347
+ can mention, for instance, an excellent account of the structure of the primary
348
+ narcissism, which, as the original displacement to the place of the Other, sets
349
+ up the logic of reduplication and "the possibility of metaphorical shifting" (74).
350
+ Yet probably the most original contribution of Oliver's book to feminist psychoanalytic
351
+ theory lies in its re-interpretation of the imaginary father, one of
352
+ - '''Agnes'' continues to inform our understanding of different disciplinary approaches
353
+ (sociological and psychoanalytic) to theorizing gender. I establish a conversation
354
+ between distinct, psychoanalytically informed feminisms (Simone'
355
+ model-index:
356
+ - name: SentenceTransformer based on BAAI/bge-m3
357
+ results:
358
+ - task:
359
+ type: triplet
360
+ name: Triplet
361
+ dataset:
362
+ name: all nli test
363
+ type: all-nli-test
364
+ metrics:
365
+ - type: cosine_accuracy
366
+ value: 0.8085
367
+ name: Cosine Accuracy
368
+ - type: dot_accuracy
369
+ value: 0.1915
370
+ name: Dot Accuracy
371
+ - type: manhattan_accuracy
372
+ value: 0.8085
373
+ name: Manhattan Accuracy
374
+ - type: euclidean_accuracy
375
+ value: 0.8085
376
+ name: Euclidean Accuracy
377
+ - type: max_accuracy
378
+ value: 0.8085
379
+ name: Max Accuracy
380
+ ---
381
+
382
+ # SentenceTransformer based on BAAI/bge-m3
383
+
384
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
385
+
386
+ ## Model Details
387
+
388
+ ### Model Description
389
+ - **Model Type:** Sentence Transformer
390
+ - **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) <!-- at revision 5617a9f61b028005a4858fdac845db406aefb181 -->
391
+ - **Maximum Sequence Length:** 8192 tokens
392
+ - **Output Dimensionality:** 1024 tokens
393
+ - **Similarity Function:** Cosine Similarity
394
+ <!-- - **Training Dataset:** Unknown -->
395
+ <!-- - **Language:** Unknown -->
396
+ <!-- - **License:** Unknown -->
397
+
398
+ ### Model Sources
399
+
400
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
401
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
402
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
403
+
404
+ ### Full Model Architecture
405
+
406
+ ```
407
+ SentenceTransformer(
408
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
409
+ (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
410
+ (2): Normalize()
411
+ )
412
+ ```
413
+
414
+ ## Usage
415
+
416
+ ### Direct Usage (Sentence Transformers)
417
+
418
+ First install the Sentence Transformers library:
419
+
420
+ ```bash
421
+ pip install -U sentence-transformers
422
+ ```
423
+
424
+ Then you can load this model and run inference.
425
+ ```python
426
+ from sentence_transformers import SentenceTransformer
427
+
428
+ # Download from the 🤗 Hub
429
+ model = SentenceTransformer("m7n/bge-m3-philosophy-triplets_v1")
430
+ # Run inference
431
+ sentences = [
432
+ "structural affinity between the case study as a genre of writing and the question of gendered subjectivity. With John Forrester's chapter 'Inventing Gender Identity: The Case of Agnes' as my starting point, I ask how the case of",
433
+ "'Agnes' continues to inform our understanding of different disciplinary approaches (sociological and psychoanalytic) to theorizing gender. I establish a conversation between distinct, psychoanalytically informed feminisms (Simone",
434
+ 'consideration, Oliver unravels the consequences of this strange chiasmus-the resymbolization of the body and the embodiment of the Symbolic-for psychoanalysis, feminism, linguistics, ethics, and political theory. Although it draws on a variety of discourses ranging from philosophy to religion, from aesthetics to politics, Reading Kristeva privileges in a certain way the psychoanalytic framework as it focuses on Kristeva\'s most psychoanalytic texts from the 1980s and early 1990s. Accounting for Kristeva\'s interventions and revisions of psychoanalytic theory, Reading Kristeva points to the crucial differences not only between Kristeva and Jacques Lacan, but also between Kristeva and other French feminists, especially Luce Irigaray and Helene Cixous. The main challenge to the psychoanalytic theory, Oliver argues, lies in Kristeva\'s claim that the maternal function prefigures the oedipal structure and at the same time prevents its closure. The nodal points of these pre-oedipal relations are constituted by the narcissistic subject, the abject maternal body (constituting the pattern of rejection and negation), and the imaginary father (setting up the pattern of reduplication and identification). Reading Kristeva offers us many engaging and original readings of the difficult moments in Kristeva\'s work. One can mention, for instance, an excellent account of the structure of the primary narcissism, which, as the original displacement to the place of the Other, sets up the logic of reduplication and "the possibility of metaphorical shifting" (74). Yet probably the most original contribution of Oliver\'s book to feminist psychoanalytic theory lies in its re-interpretation of the imaginary father, one of',
435
+ ]
436
+ embeddings = model.encode(sentences)
437
+ print(embeddings.shape)
438
+ # [3, 1024]
439
+
440
+ # Get the similarity scores for the embeddings
441
+ similarities = model.similarity(embeddings, embeddings)
442
+ print(similarities.shape)
443
+ # [3, 3]
444
+ ```
445
+
446
+ <!--
447
+ ### Direct Usage (Transformers)
448
+
449
+ <details><summary>Click to see the direct usage in Transformers</summary>
450
+
451
+ </details>
452
+ -->
453
+
454
+ <!--
455
+ ### Downstream Usage (Sentence Transformers)
456
+
457
+ You can finetune this model on your own dataset.
458
+
459
+ <details><summary>Click to expand</summary>
460
+
461
+ </details>
462
+ -->
463
+
464
+ <!--
465
+ ### Out-of-Scope Use
466
+
467
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
468
+ -->
469
+
470
+ ## Evaluation
471
+
472
+ ### Metrics
473
+
474
+ #### Triplet
475
+ * Dataset: `all-nli-test`
476
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
477
+
478
+ | Metric | Value |
479
+ |:-------------------|:-----------|
480
+ | cosine_accuracy | 0.8085 |
481
+ | dot_accuracy | 0.1915 |
482
+ | manhattan_accuracy | 0.8085 |
483
+ | euclidean_accuracy | 0.8085 |
484
+ | **max_accuracy** | **0.8085** |
485
+
486
+ <!--
487
+ ## Bias, Risks and Limitations
488
+
489
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
490
+ -->
491
+
492
+ <!--
493
+ ### Recommendations
494
+
495
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
496
+ -->
497
+
498
+ ## Training Details
499
+
500
+ ### Training Dataset
501
+
502
+ #### Unnamed Dataset
503
+
504
+
505
+ * Size: 5,000 training samples
506
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
507
+ * Approximate statistics based on the first 1000 samples:
508
+ | | anchor | positive | negative |
509
+ |:--------|:-------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
510
+ | type | string | string | string |
511
+ | details | <ul><li>min: 16 tokens</li><li>mean: 276.83 tokens</li><li>max: 597 tokens</li></ul> | <ul><li>min: 12 tokens</li><li>mean: 276.4 tokens</li><li>max: 571 tokens</li></ul> | <ul><li>min: 25 tokens</li><li>mean: 295.99 tokens</li><li>max: 607 tokens</li></ul> |
512
+ * Samples:
513
+ | anchor | positive | negative |
514
+ |:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
515
+ | <code>have argued from broadly conciliationist premises that we should not. If they are right, we philosophers face a dilemma: if we believe our views, we are irrational; if we do not, we are not sincere in</code> | <code>holding them. This paper offers a way out, proposing an attitude we can rationally take toward our views that can support sincerity of the appropriate sort. We should arrive at our views via a certain sort of</code> | <code>the subtle weighing of various factors involved in being responsive to ail aspects of a complex issue. He is likely to attach too much or too little weight to a single principle or a single distinction. And in matters of public dispute, it is the sensibility of the average person rather than the trained philosopher that seems most relevant. In this paper I will explore the possibility that the relevant criterion of "rational" or "reasonable" belief can be derived not from social science, clinical psychology, or philosophical dialectics, but from the rhetorical tradition stemming from Aristotle. Actually, Clifford seems to point in this direction when he writes, No one man's belief is . . . a private matter which concerns himself alone. Our lives are guided by that generai conception of the course of things which has been created by society for social purposes.11 I will assume that actions that tend to harm the interests of others are prima fade immoral, and should prima fade be restricted by society, without trying to defìne "harm," "interest," or "immoral."12 (I will also leave aside the difficult issue of actions causing harm only to oneself.) I will assume that belief s about justice and social groups are sufficiently voluntary that we can rightly be held responsible for them. This seems reasonable, since such belief s rest on évidence toward which each person must take up an attitude of acceptance, rejection, or something in between. I will not be concerned with whether the belief s are true or false, but with whether the act of</code> |
516
+ | <code>nature, and its effort to search for the truth is obscured by the passions. The inherent capacity of the soul for self-realization is also obstructed by the veil of karma.4 It is subjected to the forces of karma, which express themselves, first, through the feelings and emotions and, secondly, in the chains of very subtle kinds of matter invisible to the eye and all ordinary instruments of knowledge. It is then embodied and is affected by the environment-physical, social, and spiritual. Thus, various typeg of soul existence come into being. Karma, according to the Jainas, is material in nature. It is matter in a subtle form and is a substantive force. It is constituted of finer particles of matter. The kind of matter fit to manifest karma is everywhere in the universe. It has the special property of developing the effects of merit and demerit. By its activity due to contact with the physical world, the soul becomes penetrated 2 Ibid., p. 15. 3 Dravya-sthagraha, II. 4 Umisaviti, Tattvarthadhigama-siftra, J. L. Jaini, trans. (Arrah: The Central Jaina Publishing House, 1920). KARMA IN JAINA PHILOSOPHY 231 with particles of karmic body (karma-sartra), which are constantly attached to the soul until the soul succeeds in freeing itself from the body. "Nowhere has the physical nature of karma been asserted with more stress than in Jainism."5 A moral fact produces a psychophysical quality, a real and not merely a symbolic mark, affecting the soul in its physical nature. This point of view has been worked out in detail in the form of mathematical calculation in the</code> | <code>Karma-grantha. The Jaina tradition distinguishes two aspects: (1) the physical aspect (dravya-karma) and (2) the psychic aspect (bhavakarma). The physical aspect comprises the particles of karma accruing to the soul and polluting it. The psychic aspect is primarily the mental states and events arising out of the activity of mind, body, and speech--they are like the mental traces of the actions, since we experience the mnemic traces long after the experienced conscious states vanish. Physical karma and psychic karma are mutually related as cause and effect." The distinction between the physical and the psychic aspects of karma is psychologically significant, since it presents the interaction of the bodily and the mental due to the incessant activity of the soul. This bondage of the soul to karma is of four types, according to its nature (prakrti), duration (sthiti), intensity (anubhaga, rasa), and quantity (pradeda) . Karma can be distinguished into eight types: (1) finanavaran~iya, that which obscures right knowledge; (2) darianavaraniya, that which obscures right intuition; (3) vedaniya, that which arouses affective states such as feelings and emotions ; (4) mohaniya, that which deludes right faith; (5) dyu-karma, that which determines the age of the individual; (6) nama-karma, that which produces various circumstances collectively making up an individual existence, such as the body and other special qualities of individuality; (7) gotra-karma, that which determines the family, social standing, etc., of the individual; (8) antardya-karma, that which obstructs the</code> | <code>was that even the gods were subject to the inexorable law of Karma. Of the schools based on the Veda, the Nyaya-Vai§esika system, which is mainly concerned with logic and dialectics, may be described as realistic. It has an interesting atomic theory, and regards the physical universe as ultimately consisting of an indefinite number of atoms of four types, plus three infinite and pervasive entities-ether (dkAsa, regarded as the substratum of sound), time, and space. This system regards the whole and its parts as quite distinct and postulates a special relation (samavaya, "inherence") between them, which is described by Mr. Hiriyanna as "a metaphysical fiction." The same relationship is supposed to obtain between a universal and the particulars which it characterizes. Universals in this doctrine are regarded as eternal and independently real, not as transient configurations of particular objects (Jain view) or as purely conceptual (Buddhist view). 267 PHILOSOPHY The Sankhya and Yoga schools form another composite system, which regards both matter and spirit as ultimately real and admits a plurality of selves. It differs from the Nyaya-VaiSesika in tracing the whole of the physical universe to a single source called Prakrti. Purusa and Prakrti, or spirit and nature, are the two basic conceptions of the doctrine (p. 107). Spirit without nature (or "matter") is inoperative and nature without spirit is blind. The knowledge of the ultimate separateness of these two principles is stated to be the means to release. The philosophical</code> |
517
+ | <code>the hundredth anniversary of the publication of Nishida Kitaro's An Inquiry into the Good. The following is an English version of a talk delivered on that occasion. In it I have</code> | <code>tried to argue against the widely held view that this maiden work contains the germ of Nishida's mature philosophy, and at the same time to suggest that an early strain of ambiguity</code> | <code>the origins of this important work, a text often seen as marking the beginning of Modern Japanese philosophy. I will show that while Buddhism is an important part of Nishida's early intellectual development, there is ample biographical and textual evidence to suggest that zen no kenkyu is at its core a text which attempts to solve key ethical problems via a modern interpretation of concepts</code> |
518
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
519
+ ```json
520
+ {
521
+ "distance_metric": "TripletDistanceMetric.EUCLIDEAN",
522
+ "triplet_margin": 5
523
+ }
524
+ ```
525
+
526
+ ### Evaluation Dataset
527
+
528
+ #### Unnamed Dataset
529
+
530
+
531
+ * Size: 1,000 evaluation samples
532
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
533
+ * Approximate statistics based on the first 1000 samples:
534
+ | | anchor | positive | negative |
535
+ |:--------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
536
+ | type | string | string | string |
537
+ | details | <ul><li>min: 13 tokens</li><li>mean: 279.94 tokens</li><li>max: 554 tokens</li></ul> | <ul><li>min: 15 tokens</li><li>mean: 279.37 tokens</li><li>max: 527 tokens</li></ul> | <ul><li>min: 17 tokens</li><li>mean: 298.26 tokens</li><li>max: 506 tokens</li></ul> |
538
+ * Samples:
539
+ | anchor | positive | negative |
540
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
541
+ | <code>Y involves not only fitting particular curves from some given hypothesis space to the data but also making ‘higher’ level decisions about which general family or functional form (linear, quadratic, etc.) is most appropriate. There may be a still higher level allowing choice between expansions in polynomials and expansions in Fourier series. At the lowest level of the hierarchical model representing curve fitting, theories T 0 specify specific curves, such as } $y=2x+3$ or } $y=x^{2}-4$ , that we fit to the data. At the next level of the hierarchy, theories T 1 are distinguished by the maximum degree of the polynomial they assign to curves in the low‐level hypothesis space. For instance, T 1 could be the theory Poly1, with maximum polynomial degree 1. An alternative T 1 is Poly2, with maximum polynomial degree 2, and so on. At a higher level, there are two possible theories that specify that T 1 theories are either polynomials or Fourier series, respectively. The model also specifies the conditional probabilities } $p( T_{0} T_{1}) $ and } $p( T_{1} T_{2}) $ . At each level of the HBM, the alternative theories are mutually exclusive. In this example, Poly1 and Poly2 are taken to be mutually exclusive alternatives. We will see soon how this should be understood.</code> | <code>We now suggest that HBMs are particularly apt models in certain respects of scientific inference. They provide a natural way to represent a broadly Kuhnian picture of the structure and dynamics of scientific theories. Let us first highlight some of the key features of the structure and dynamics of scientific theories to which historians and philosophers with a historical orientation (Kuhn 1962; Lakatos 1978; Laudan 1978) have been particularly attentive and for which HBMs provide a natural model. It has been common in philosophy of science, particularly in this tradition, to distinguish at least two levels of hierarchical structure: a higher level consisting of a paradigm, research program, or research tradition and a lower level of more specific theories or hypotheses. Paradigms, research programs, and research traditions have been invested with a number of different roles. Kuhn’s paradigms, for instance, may carry with them a commitment to specific forms of instrumentation and to general theoretical goals and methodologies, such as an emphasis on quantitative prediction or a distaste for unobservable entities. However, one of the primary functions of paradigms and their like is to contain what we will call ‘framework theories’, which comprise abstract</code> | <code>what they focus primarily on what Prof. Kuhn had said PHILOSOPHICAL PROBLEMS 119 about the products of scientific communities scientific theories and the empirical claims associated with them. Other aspects of his theory dealing with the scientific communities are however peripherally touched. In particular, both Prof. Stegm?ller and I, in somewhat different ways, try to explain what it is for a person 'zu verf?gen ?ber' or 'to have' a theory. I have explained my conception of logical reconstruction of physical theories and the extent of its normative aspect. ([4], p. 4). I still believe this account of the matter to be correct and I now believe the account applies as well to logical reconstructions of theories in the science of science. I think the principal consideration is faithfulness to the 'existing exposition' of the theory. Within this, normative considerations of logical consistency, clarity and systematic elegance operate. Only at doubtful points where the existing exposition is ambiguous or unclear should normative consideration dominate the existing exposition. This means that in reconstructing a theory of science we are primarily concerned with exhibiting what the theory tells us about the way scientific communities work in particular, but not exclusively, what it tells us about how their products change over time. Whether the theory's account is true, whether it agrees with some preconceived account of 'scientific rationality', and whether it suggests some 'better' alternatives for meeting society's infor? mation needs are all different and distinct questions. The first and last, at least, are obviously interesting. 2. THE PRODUCTS</code> |
542
+ | <code>obligation'O'-signify an all-things-considered obligation. This claim is harmless if it simply expresses our intention to call only all-things-considered moral requirements "duties" or "obligations" and to treat 'prima facie obligation' as a technical term. But I think that more than this is usually intended by those who deny that prima facie obligations are genuine obligations, and their denial rests on a misunderstanding of prima facie obligations that it is important to avoid. These writers sometimes say that prima facie obligations are merely apparent obligations such that they have no moral force if overridden.7 But this does not fit our understanding of prima facie obligations or Ross's. As Ross points out, we should not understand prima facie obligations as the epistemic claim that certain things appear to be obligatory that may not prove to be.8 This reading does not imply that there is any moral reason supporting x corresponding to the prima facie obligation to do x. Rather, prima facie obligations should be given a metaphysical reading that recognizes prima facie obligations as moral forces that are not canceled by the existence of other moral forces even if the latter override or defeat the former.9 Now Ross does say that prima facie duties are conditional duties 6Foot recognizes genuine obligations that may be overridden (type-i obligations) and distinguishes them from the obligation associated with what there is the most moral reason to do (type-2 obligations), and so recognizes something like the distinction that I intend between prima facie and all-things-considered obligations. But she</code> | <code>seems to treat prima facie obligations epistemically or statistically (see text below) and so does not want to equate the type-1/type-2 distinction with the prima facie/all-thingsconsidered distinction. See Philippa Foot, "Moral Realism and Moral Dilemma," reprinted in Moral Dilemmas, ed. C. Gowans (New York: Oxford University Press, 1987), 256-57. Because I reject these readings of prima facie obligations, our distinctions are similar. 7See Bernard Williams, "Ethical Consistency," reprinted in Moral Dilemmas, ed. Gowans, 125, 126; Bas van Fraassen, "Values and the Heart's Command," ibid., 141, 142; Ruth Barcan Marcus, "Moral Dilemmas and Consistency," ibid., 191; Foot, "Moral Realism and Moral Dilemma," 257. 8The Right and the Good, 20. 90n the metaphysical reading, a prima facie obligation expresses a pro tanto moral obligation or moral reason. 218 MORAL CONFLICT AND ITS STRUCTURE and not duties proper.'0 This, I believe, reflects only his decision to reserve the terms 'duty' and 'obligation' for all-things-considered moral claims. If we concede this to him, then we can explain most of his claims about prima facie obligations on our model. Prima facie obligations are conditional (all-things-considered) duties in the sense that if all else is equal, then there is not only a prima facie obligation to do x but also a genuine or all-things-considered obligation. Sometimes Ross says that prima facie obligations refer to features of an act that tend to make acts of that type (all-things-considered) obligatory." This claim admits of a purely statistical reading: though there may be nothing about this token act</code> | <code>a situation, and it can still be right to break the promise. This is because two prima facie duties can come into conflict. We may, for example, have promised to meet a friend for lunch, but meet a stranger in dire need of help along the way. In such a case, there will be a conflict of prima facie duties: it would be prima facie right to keep the promise, but it is also prima facie right to help those in need when we are able. In such a case, the right thing to do may very well be to help the stranger, and thus break our promise to our friend. One prima facie duty, therefore, can be overridden by another. Even when a prima facie duty is overridden, however, it still retains its force. Our judgment that, overall, it is right to break our promise does not mean that promise-breaking, in this case, does give us some reason to think the action wrong. It simply doesn't give us enough of a reason. To borrow Robert Audi's phrase, Dancy interprets prima facie duties as "ineradicable but overridable." (Audi, 1997, p. 35) This, it turns out, is what makes Ross a generalist. As Dancy writes, It is clearly a generalist account, in that it maintains that what is a reason here must be the same reason everywhere. (Dancy, 1993, p. 96) 6 The most important source for Ross's theory is (Ross, 1930). For a later statement congruent with these central claims see: (Ross,</code> |
543
+ | <code>over another's duties grounds rights. The Will Theory has commonly been objected to on the grounds that it undergenerates right-ascriptions along three fronts. This paper systematically examines a range of positions open</code> | <code>to the Will Theory in response to these counterexamples, while being faithful to the Will Theory's focus on normative control. It argues that of the seemingly plausible ways the defender of the Will Theory can proceed, one</code> | <code>monstrous to admit as a subjective determinant of the will any element which has not intelligible roots in the character of the agent. An act of will which does not spring from the self's character, it is said, is obviously not the self's act at all. It is of no more use to the wise Libertarian than to the Determinist. This may fairly be said to have established itself as a philosophical cliche. It is also, as I believe, and as I have argued more than once elsewhere, a devastating error which has played havoc withl the whole free will controversy. My purpose at the moment, however, is merely to point out that here, in the climate of philosophical opinion, there has been an additional encouragement to the psychologist to give a preference to one of the two rival hypotheses concerning the experience of will-effort. It is, I hope, not unfair to suggest that psychologists have often approached the analysis of the experience of will-effort with a rather definite expectation of finding that, even from the standpoint of psychology, there is nothing which lends countenance to the notion of a form of mental energy which, while not intelligibly rooted in character, can yet influence the act of choice. One further word before commencing consideration of the more important of the psychological analyses which proceed along what, for the sake of a convenient label, we may call " Determinist " lines. We ought to be clear at the outset about the fundamental requirement which any such analysis</code> |
544
+ * Loss: [<code>TripletLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#tripletloss) with these parameters:
545
+ ```json
546
+ {
547
+ "distance_metric": "TripletDistanceMetric.EUCLIDEAN",
548
+ "triplet_margin": 5
549
+ }
550
+ ```
551
+
552
+ ### Training Hyperparameters
553
+ #### Non-Default Hyperparameters
554
+
555
+ - `eval_strategy`: steps
556
+ - `per_device_train_batch_size`: 4
557
+ - `per_device_eval_batch_size`: 4
558
+ - `learning_rate`: 1e-05
559
+ - `num_train_epochs`: 5
560
+ - `warmup_ratio`: 0.1
561
+ - `batch_sampler`: no_duplicates
562
+
563
+ #### All Hyperparameters
564
+ <details><summary>Click to expand</summary>
565
+
566
+ - `overwrite_output_dir`: False
567
+ - `do_predict`: False
568
+ - `eval_strategy`: steps
569
+ - `prediction_loss_only`: True
570
+ - `per_device_train_batch_size`: 4
571
+ - `per_device_eval_batch_size`: 4
572
+ - `per_gpu_train_batch_size`: None
573
+ - `per_gpu_eval_batch_size`: None
574
+ - `gradient_accumulation_steps`: 1
575
+ - `eval_accumulation_steps`: None
576
+ - `learning_rate`: 1e-05
577
+ - `weight_decay`: 0.0
578
+ - `adam_beta1`: 0.9
579
+ - `adam_beta2`: 0.999
580
+ - `adam_epsilon`: 1e-08
581
+ - `max_grad_norm`: 1.0
582
+ - `num_train_epochs`: 5
583
+ - `max_steps`: -1
584
+ - `lr_scheduler_type`: linear
585
+ - `lr_scheduler_kwargs`: {}
586
+ - `warmup_ratio`: 0.1
587
+ - `warmup_steps`: 0
588
+ - `log_level`: passive
589
+ - `log_level_replica`: warning
590
+ - `log_on_each_node`: True
591
+ - `logging_nan_inf_filter`: True
592
+ - `save_safetensors`: True
593
+ - `save_on_each_node`: False
594
+ - `save_only_model`: False
595
+ - `restore_callback_states_from_checkpoint`: False
596
+ - `no_cuda`: False
597
+ - `use_cpu`: False
598
+ - `use_mps_device`: False
599
+ - `seed`: 42
600
+ - `data_seed`: None
601
+ - `jit_mode_eval`: False
602
+ - `use_ipex`: False
603
+ - `bf16`: False
604
+ - `fp16`: False
605
+ - `fp16_opt_level`: O1
606
+ - `half_precision_backend`: auto
607
+ - `bf16_full_eval`: False
608
+ - `fp16_full_eval`: False
609
+ - `tf32`: None
610
+ - `local_rank`: 0
611
+ - `ddp_backend`: None
612
+ - `tpu_num_cores`: None
613
+ - `tpu_metrics_debug`: False
614
+ - `debug`: []
615
+ - `dataloader_drop_last`: False
616
+ - `dataloader_num_workers`: 0
617
+ - `dataloader_prefetch_factor`: None
618
+ - `past_index`: -1
619
+ - `disable_tqdm`: False
620
+ - `remove_unused_columns`: True
621
+ - `label_names`: None
622
+ - `load_best_model_at_end`: False
623
+ - `ignore_data_skip`: False
624
+ - `fsdp`: []
625
+ - `fsdp_min_num_params`: 0
626
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
627
+ - `fsdp_transformer_layer_cls_to_wrap`: None
628
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
629
+ - `deepspeed`: None
630
+ - `label_smoothing_factor`: 0.0
631
+ - `optim`: adamw_torch
632
+ - `optim_args`: None
633
+ - `adafactor`: False
634
+ - `group_by_length`: False
635
+ - `length_column_name`: length
636
+ - `ddp_find_unused_parameters`: None
637
+ - `ddp_bucket_cap_mb`: None
638
+ - `ddp_broadcast_buffers`: False
639
+ - `dataloader_pin_memory`: True
640
+ - `dataloader_persistent_workers`: False
641
+ - `skip_memory_metrics`: True
642
+ - `use_legacy_prediction_loop`: False
643
+ - `push_to_hub`: False
644
+ - `resume_from_checkpoint`: None
645
+ - `hub_model_id`: None
646
+ - `hub_strategy`: every_save
647
+ - `hub_private_repo`: False
648
+ - `hub_always_push`: False
649
+ - `gradient_checkpointing`: False
650
+ - `gradient_checkpointing_kwargs`: None
651
+ - `include_inputs_for_metrics`: False
652
+ - `eval_do_concat_batches`: True
653
+ - `fp16_backend`: auto
654
+ - `push_to_hub_model_id`: None
655
+ - `push_to_hub_organization`: None
656
+ - `mp_parameters`:
657
+ - `auto_find_batch_size`: False
658
+ - `full_determinism`: False
659
+ - `torchdynamo`: None
660
+ - `ray_scope`: last
661
+ - `ddp_timeout`: 1800
662
+ - `torch_compile`: False
663
+ - `torch_compile_backend`: None
664
+ - `torch_compile_mode`: None
665
+ - `dispatch_batches`: None
666
+ - `split_batches`: None
667
+ - `include_tokens_per_second`: False
668
+ - `include_num_input_tokens_seen`: False
669
+ - `neftune_noise_alpha`: None
670
+ - `optim_target_modules`: None
671
+ - `batch_eval_metrics`: False
672
+ - `eval_on_start`: False
673
+ - `batch_sampler`: no_duplicates
674
+ - `multi_dataset_batch_sampler`: proportional
675
+
676
+ </details>
677
+
678
+ ### Training Logs
679
+ | Epoch | Step | Training Loss | loss | all-nli-test_max_accuracy |
680
+ |:------:|:----:|:-------------:|:------:|:-------------------------:|
681
+ | 0.08 | 100 | 4.8908 | 4.8563 | - |
682
+ | 0.16 | 200 | 4.8672 | 4.8117 | - |
683
+ | 0.24 | 300 | 4.8049 | 4.7065 | - |
684
+ | 0.32 | 400 | 4.7156 | 4.5210 | - |
685
+ | 0.4 | 500 | 4.5615 | 4.4572 | - |
686
+ | 0.48 | 600 | 4.5355 | 4.4548 | - |
687
+ | 0.56 | 700 | 4.589 | 4.4488 | - |
688
+ | 0.64 | 800 | 4.5506 | 4.4304 | - |
689
+ | 0.72 | 900 | 4.4665 | 4.4323 | - |
690
+ | 0.8 | 1000 | 4.5033 | 4.4068 | - |
691
+ | 0.88 | 1100 | 4.5526 | 4.4300 | - |
692
+ | 0.96 | 1200 | 4.5195 | 4.4004 | - |
693
+ | 1.04 | 1300 | 4.4698 | 4.3785 | - |
694
+ | 1.12 | 1400 | 4.4466 | 4.4032 | - |
695
+ | 1.2 | 1500 | 4.4429 | 4.3731 | - |
696
+ | 1.28 | 1600 | 4.4364 | 4.3455 | - |
697
+ | 1.3600 | 1700 | 4.4631 | 4.3660 | - |
698
+ | 1.44 | 1800 | 4.3781 | 4.3577 | - |
699
+ | 1.52 | 1900 | 4.442 | 4.3767 | - |
700
+ | 1.6 | 2000 | 4.4354 | 4.3541 | - |
701
+ | 1.6800 | 2100 | 4.3309 | 4.3393 | - |
702
+ | 1.76 | 2200 | 4.3784 | 4.3350 | - |
703
+ | 1.8400 | 2300 | 4.403 | 4.3271 | - |
704
+ | 1.92 | 2400 | 4.3733 | 4.3328 | - |
705
+ | 2.0 | 2500 | 4.3256 | 4.3385 | - |
706
+ | 2.08 | 2600 | 4.3109 | 4.3845 | - |
707
+ | 2.16 | 2700 | 4.3712 | 4.3043 | - |
708
+ | 2.2232 | 2779 | - | - | 0.8085 |
709
+
710
+
711
+ ### Framework Versions
712
+ - Python: 3.10.12
713
+ - Sentence Transformers: 3.0.1
714
+ - Transformers: 4.42.4
715
+ - PyTorch: 2.3.1+cu121
716
+ - Accelerate: 0.32.1
717
+ - Datasets: 2.21.0
718
+ - Tokenizers: 0.19.1
719
+
720
+ ## Citation
721
+
722
+ ### BibTeX
723
+
724
+ #### Sentence Transformers
725
+ ```bibtex
726
+ @inproceedings{reimers-2019-sentence-bert,
727
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
728
+ author = "Reimers, Nils and Gurevych, Iryna",
729
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
730
+ month = "11",
731
+ year = "2019",
732
+ publisher = "Association for Computational Linguistics",
733
+ url = "https://arxiv.org/abs/1908.10084",
734
+ }
735
+ ```
736
+
737
+ #### TripletLoss
738
+ ```bibtex
739
+ @misc{hermans2017defense,
740
+ title={In Defense of the Triplet Loss for Person Re-Identification},
741
+ author={Alexander Hermans and Lucas Beyer and Bastian Leibe},
742
+ year={2017},
743
+ eprint={1703.07737},
744
+ archivePrefix={arXiv},
745
+ primaryClass={cs.CV}
746
+ }
747
+ ```
748
+
749
+ <!--
750
+ ## Glossary
751
+
752
+ *Clearly define terms in order to be accessible across audiences.*
753
+ -->
754
+
755
+ <!--
756
+ ## Model Card Authors
757
+
758
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
759
+ -->
760
+
761
+ <!--
762
+ ## Model Card Contact
763
+
764
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
765
+ -->
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BAAI/bge-m3",
3
+ "architectures": [
4
+ "XLMRobertaModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 8194,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.42.4",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 250002
28
+ }
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:a1605d99354cfad2a5c75e85953afc64e8e7f336c97618f60fc9864f6d9e4c66
3
+ size 2271064456
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
+ }
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f7e21bec3fb0044ca0bb2d50eb5d4d8c596273c422baef84466d2c73748b9c
3
+ size 17083053
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 8192,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }