pszemraj autoevaluator HF Staff SFconvertbot commited on
Commit
842ba93
·
verified ·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files

Co-authored-by: autoevaluator <autoevaluator@users.noreply.huggingface.co>
Co-authored-by: SFconvertbot <SFconvertbot@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ftz filter=lfs diff=lfs merge=lfs -text
6
+ *.gz filter=lfs diff=lfs merge=lfs -text
7
+ *.h5 filter=lfs diff=lfs merge=lfs -text
8
+ *.joblib filter=lfs diff=lfs merge=lfs -text
9
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
+ *.model filter=lfs diff=lfs merge=lfs -text
11
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
12
+ *.onnx filter=lfs diff=lfs merge=lfs -text
13
+ *.ot filter=lfs diff=lfs merge=lfs -text
14
+ *.parquet filter=lfs diff=lfs merge=lfs -text
15
+ *.pb filter=lfs diff=lfs merge=lfs -text
16
+ *.pt filter=lfs diff=lfs merge=lfs -text
17
+ *.pth filter=lfs diff=lfs merge=lfs -text
18
+ *.rar filter=lfs diff=lfs merge=lfs -text
19
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
21
+ *.tflite filter=lfs diff=lfs merge=lfs -text
22
+ *.tgz filter=lfs diff=lfs merge=lfs -text
23
+ *.wasm filter=lfs diff=lfs merge=lfs -text
24
+ *.xz filter=lfs diff=lfs merge=lfs -text
25
+ *.zip filter=lfs diff=lfs merge=lfs -text
26
+ *.zstandard filter=lfs diff=lfs merge=lfs -text
27
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ model.safetensors filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
README.md ADDED
@@ -0,0 +1,568 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - apache-2.0
4
+ - bsd-3-clause
5
+ tags:
6
+ - summarization
7
+ - led
8
+ - summary
9
+ - longformer
10
+ - booksum
11
+ - long-document
12
+ - long-form
13
+ datasets:
14
+ - kmfoda/booksum
15
+ metrics:
16
+ - rouge
17
+ widget:
18
+ - text: large earthquakes along a given fault segment do not occur at random intervals
19
+ because it takes time to accumulate the strain energy for the rupture. The rates
20
+ at which tectonic plates move and accumulate strain at their boundaries are approximately
21
+ uniform. Therefore, in first approximation, one may expect that large ruptures
22
+ of the same fault segment will occur at approximately constant time intervals.
23
+ If subsequent main shocks have different amounts of slip across the fault, then
24
+ the recurrence time may vary, and the basic idea of periodic mainshocks must be
25
+ modified. For great plate boundary ruptures the length and slip often vary by
26
+ a factor of 2. Along the southern segment of the San Andreas fault the recurrence
27
+ interval is 145 years with variations of several decades. The smaller the standard
28
+ deviation of the average recurrence interval, the more specific could be the long
29
+ term prediction of a future mainshock.
30
+ example_title: earthquakes
31
+ - text: ' A typical feed-forward neural field algorithm. Spatiotemporal coordinates
32
+ are fed into a neural network that predicts values in the reconstructed domain.
33
+ Then, this domain is mapped to the sensor domain where sensor measurements are
34
+ available as supervision. Class and Section Problems Addressed Generalization
35
+ (Section 2) Inverse problems, ill-posed problems, editability; symmetries. Hybrid
36
+ Representations (Section 3) Computation & memory efficiency, representation capacity,
37
+ editability: Forward Maps (Section 4) Inverse problems Network Architecture (Section
38
+ 5) Spectral bias, integration & derivatives. Manipulating Neural Fields (Section
39
+ 6) Edit ability, constraints, regularization. Table 2: The five classes of techniques
40
+ in the neural field toolbox each addresses problems that arise in learning, inference,
41
+ and control. (Section 3). We can supervise reconstruction via differentiable forward
42
+ maps that transform Or project our domain (e.g, 3D reconstruction via 2D images;
43
+ Section 4) With appropriate network architecture choices, we can overcome neural
44
+ network spectral biases (blurriness) and efficiently compute derivatives and integrals
45
+ (Section 5). Finally, we can manipulate neural fields to add constraints and regularizations,
46
+ and to achieve editable representations (Section 6). Collectively, these classes
47
+ constitute a ''toolbox'' of techniques to help solve problems with neural fields
48
+ There are three components in a conditional neural field: (1) An encoder or inference
49
+ function € that outputs the conditioning latent variable 2 given an observation
50
+ 0 E(0) =2. 2 is typically a low-dimensional vector, and is often referred to aS
51
+ a latent code Or feature code_ (2) A mapping function 4 between Z and neural field
52
+ parameters O: Y(z) = O; (3) The neural field itself $. The encoder € finds the
53
+ most probable z given the observations O: argmaxz P(2/0). The decoder maximizes
54
+ the inverse conditional probability to find the most probable 0 given Z: arg-
55
+ max P(Olz). We discuss different encoding schemes with different optimality guarantees
56
+ (Section 2.1.1), both global and local conditioning (Section 2.1.2), and different
57
+ mapping functions Y (Section 2.1.3) 2. Generalization Suppose we wish to estimate
58
+ a plausible 3D surface shape given a partial or noisy point cloud. We need a suitable
59
+ prior over the sur- face in its reconstruction domain to generalize to the partial
60
+ observations. A neural network expresses a prior via the function space of its
61
+ architecture and parameters 0, and generalization is influenced by the inductive
62
+ bias of this function space (Section 5).'
63
+ example_title: scientific paper
64
+ - text: ' the big variety of data coming from diverse sources is one of the key properties
65
+ of the big data phenomenon. It is, therefore, beneficial to understand how data
66
+ is generated in various environments and scenarios, before looking at what should
67
+ be done with this data and how to design the best possible architecture to accomplish
68
+ this The evolution of IT architectures, described in Chapter 2, means that the
69
+ data is no longer processed by a few big monolith systems, but rather by a group
70
+ of services In parallel to the processing layer, the underlying data storage has
71
+ also changed and became more distributed This, in turn, required a significant
72
+ paradigm shift as the traditional approach to transactions (ACID) could no longer
73
+ be supported. On top of this, cloud computing is becoming a major approach with
74
+ the benefits of reducing costs and providing on-demand scalability but at the
75
+ same time introducing concerns about privacy, data ownership, etc In the meantime
76
+ the Internet continues its exponential growth: Every day both structured and unstructured
77
+ data is published and available for processing: To achieve competitive advantage
78
+ companies have to relate their corporate resources to external services, e.g.
79
+ financial markets, weather forecasts, social media, etc While several of the sites
80
+ provide some sort of API to access the data in a more orderly fashion; countless
81
+ sources require advanced web mining and Natural Language Processing (NLP) processing
82
+ techniques: Advances in science push researchers to construct new instruments
83
+ for observing the universe O conducting experiments to understand even better
84
+ the laws of physics and other domains. Every year humans have at their disposal
85
+ new telescopes, space probes, particle accelerators, etc These instruments generate
86
+ huge streams of data, which need to be stored and analyzed. The constant drive
87
+ for efficiency in the industry motivates the introduction of new automation techniques
88
+ and process optimization: This could not be done without analyzing the precise
89
+ data that describe these processes. As more and more human tasks are automated,
90
+ machines provide rich data sets, which can be analyzed in real-time to drive efficiency
91
+ to new levels. Finally, it is now evident that the growth of the Internet of Things
92
+ is becoming a major source of data. More and more of the devices are equipped
93
+ with significant computational power and can generate a continuous data stream
94
+ from their sensors. In the subsequent sections of this chapter, we will look at
95
+ the domains described above to see what they generate in terms of data sets. We
96
+ will compare the volumes but will also look at what is characteristic and important
97
+ from their respective points of view. 3.1 The Internet is undoubtedly the largest
98
+ database ever created by humans. While several well described; cleaned, and structured
99
+ data sets have been made available through this medium, most of the resources
100
+ are of an ambiguous, unstructured, incomplete or even erroneous nature. Still,
101
+ several examples in the areas such as opinion mining, social media analysis, e-governance,
102
+ etc, clearly show the potential lying in these resources. Those who can successfully
103
+ mine and interpret the Internet data can gain unique insight and competitive advantage
104
+ in their business An important area of data analytics on the edge of corporate
105
+ IT and the Internet is Web Analytics.'
106
+ example_title: data science textbook
107
+ - text: 'Transformer-based models have shown to be very useful for many NLP tasks.
108
+ However, a major limitation of transformers-based models is its O(n^2)O(n 2) time
109
+ & memory complexity (where nn is sequence length). Hence, it''s computationally
110
+ very expensive to apply transformer-based models on long sequences n > 512n>512.
111
+ Several recent papers, e.g. Longformer, Performer, Reformer, Clustered attention
112
+ try to remedy this problem by approximating the full attention matrix. You can
113
+ checkout 🤗''s recent blog post in case you are unfamiliar with these models.
114
+
115
+ BigBird (introduced in paper) is one of such recent models to address this issue.
116
+ BigBird relies on block sparse attention instead of normal attention (i.e. BERT''s
117
+ attention) and can handle sequences up to a length of 4096 at a much lower computational
118
+ cost compared to BERT. It has achieved SOTA on various tasks involving very long
119
+ sequences such as long documents summarization, question-answering with long contexts.
120
+
121
+ BigBird RoBERTa-like model is now available in 🤗Transformers. The goal of this
122
+ post is to give the reader an in-depth understanding of big bird implementation
123
+ & ease one''s life in using BigBird with 🤗Transformers. But, before going into
124
+ more depth, it is important to remember that the BigBird''s attention is an approximation
125
+ of BERT''s full attention and therefore does not strive to be better than BERT''s
126
+ full attention, but rather to be more efficient. It simply allows to apply transformer-based
127
+ models to much longer sequences since BERT''s quadratic memory requirement quickly
128
+ becomes unbearable. Simply put, if we would have ∞ compute & ∞ time, BERT''s attention
129
+ would be preferred over block sparse attention (which we are going to discuss
130
+ in this post).
131
+
132
+ If you wonder why we need more compute when working with longer sequences, this
133
+ blog post is just right for you!
134
+
135
+ Some of the main questions one might have when working with standard BERT-like
136
+ attention include:
137
+
138
+ Do all tokens really have to attend to all other tokens? Why not compute attention
139
+ only over important tokens? How to decide what tokens are important? How to attend
140
+ to just a few tokens in a very efficient way? In this blog post, we will try to
141
+ answer those questions.
142
+
143
+ What tokens should be attended to? We will give a practical example of how attention
144
+ works by considering the sentence ''BigBird is now available in HuggingFace for
145
+ extractive question answering''. In BERT-like attention, every word would simply
146
+ attend to all other tokens.
147
+
148
+ Let''s think about a sensible choice of key tokens that a queried token actually
149
+ only should attend to by writing some pseudo-code. Will will assume that the token
150
+ available is queried and build a sensible list of key tokens to attend to.
151
+
152
+ >>> # let''s consider following sentence as an example >>> example = [''BigBird'',
153
+ ''is'', ''now'', ''available'', ''in'', ''HuggingFace'', ''for'', ''extractive'',
154
+ ''question'', ''answering'']
155
+
156
+ >>> # further let''s assume, we''re trying to understand the representation of
157
+ ''available'' i.e. >>> query_token = ''available'' >>> # We will initialize an
158
+ empty `set` and fill up the tokens of our interest as we proceed in this section.
159
+ >>> key_tokens = [] # => currently ''available'' token doesn''t have anything
160
+ to attend Nearby tokens should be important because, in a sentence (sequence of
161
+ words), the current word is highly dependent on neighboring past & future tokens.
162
+ This intuition is the idea behind the concept of sliding attention.'
163
+ example_title: bigbird blog intro
164
+ - text: 'The majority of available text summarization datasets include short-form
165
+ source documents that lack long-range causal and temporal dependencies, and often
166
+ contain strong layout and stylistic biases. While relevant, such datasets will
167
+ offer limited challenges for future generations of text summarization systems.
168
+ We address these issues by introducing BookSum, a collection of datasets for long-form
169
+ narrative summarization. Our dataset covers source documents from the literature
170
+ domain, such as novels, plays and stories, and includes highly abstractive, human
171
+ written summaries on three levels of granularity of increasing difficulty: paragraph-,
172
+ chapter-, and book-level. The domain and structure of our dataset poses a unique
173
+ set of challenges for summarization systems, which include: processing very long
174
+ documents, non-trivial causal and temporal dependencies, and rich discourse structures.
175
+ To facilitate future work, we trained and evaluated multiple extractive and abstractive
176
+ summarization models as baselines for our dataset.'
177
+ example_title: BookSum Abstract
178
+ inference:
179
+ parameters:
180
+ max_length: 96
181
+ min_length: 8
182
+ no_repeat_ngram_size: 3
183
+ early_stopping: true
184
+ repetition_penalty: 3.5
185
+ length_penalty: 0.3
186
+ encoder_no_repeat_ngram_size: 3
187
+ num_beams: 4
188
+ model-index:
189
+ - name: pszemraj/led-base-book-summary
190
+ results:
191
+ - task:
192
+ type: summarization
193
+ name: Summarization
194
+ dataset:
195
+ name: kmfoda/booksum
196
+ type: kmfoda/booksum
197
+ config: kmfoda--booksum
198
+ split: test
199
+ metrics:
200
+ - type: rouge
201
+ value: 33.4536
202
+ name: ROUGE-1
203
+ verified: true
204
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYmEzYjNkZTUxZjA0YTdmNTJkMjVkMTg2NDRjNTkzN2ZlNDlhNTBhMWQ5MTNiYWE4Mzg5YTMyMTM5YmZjNDI3OSIsInZlcnNpb24iOjF9.OWjM_HCQLQHK4AV4em70QGT3lrVk25WyZdcXA8ywest_XSx9KehJbsIMDKtXxOOMwxvkogKnScy4tbskYMQqDg
205
+ - type: rouge
206
+ value: 5.2232
207
+ name: ROUGE-2
208
+ verified: true
209
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOTVhOTdjZjc5YTdhMmVjZGE1NTA5MmJkYmM3Y2U3OGVlMjZmOGVlMTUzYTdiZGRhM2NmZjAzMjFkZjlkMzJmOCIsInZlcnNpb24iOjF9.qOlwWEe8dfBunmwImhbkcxzUW3ml-ESsuxjWN1fjn_o36zaUlDqlrXovMcL9GX9mVdvZDhx9W82rAR8h6410AQ
210
+ - type: rouge
211
+ value: 16.2044
212
+ name: ROUGE-L
213
+ verified: true
214
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNzkwOTEwYjkxYzlhMWE4ZjhlZDVjZWEwMWY2YzgwY2Q2YzJkYWFhMTQ4ODFlZmVkY2I1OWVhMTFmZThlOGY4NCIsInZlcnNpb24iOjF9.fJSr9wRQ07YIPMpb2_xv14EkHRz3gsPdZH-4LzpdviLOjVhlK1Y4gSZjp3PTEbu4Hua0umvNTMrhii8hp3DFBA
215
+ - type: rouge
216
+ value: 29.9765
217
+ name: ROUGE-LSUM
218
+ verified: true
219
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYWRkYjcwMTYwODRjN2E4MDliZWQyNjczNDU1NGZkMDRkNDlhNDA1YzZiOTk1MWJjZDkyMDg3MGMxYmVhOTA5MyIsInZlcnNpb24iOjF9.tUkVmhT0bl9eY_BzAzdzEI1lo3Iyfv6HBrrsVsRHqPFh4C0Q9Zk3IXbR-F_gMDx9vDiZIkpfG7SfsIZXwhDkBw
220
+ - type: loss
221
+ value: 3.1985862255096436
222
+ name: loss
223
+ verified: true
224
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiM2RmYzQ1NTFiYjk3YTZjMTI3NDJlMDY0MTgyZDZlZDRmZDcwOWE1YjU0OGYyZTJlY2RkZTEzZDFlNDk2ZjgyNSIsInZlcnNpb24iOjF9.Pc5Tfu8IXYeB5ETK2JMIL4gpRIvvYXVS6w1AZdfq9dD1dm9Te2xaNhzGBHviqgEfFI9APNSJB28wna1OpYP0Dg
225
+ - type: gen_len
226
+ value: 191.9783
227
+ name: gen_len
228
+ verified: true
229
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmMyMDI5MzFlNzNjODNmOWQ0ZTM3MzVkNTNkYzIxNTIwZDQzMTU2MTM0YjYzNjJiMGRhOTQ0OWFhN2U4N2NjYyIsInZlcnNpb24iOjF9.AfsX-O1YwfbPxUwAD7rd1Ub7SXth7FFpTo2iNSOUWFhYmDUECkf6qtJ5pVHXXZwnpidAlfPTPg-5y3dx_BBGCA
230
+ - task:
231
+ type: summarization
232
+ name: Summarization
233
+ dataset:
234
+ name: samsum
235
+ type: samsum
236
+ config: samsum
237
+ split: test
238
+ metrics:
239
+ - type: rouge
240
+ value: 32
241
+ name: ROUGE-1
242
+ verified: true
243
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYmNhZjk3NjFlZDBhZjU2YzgzOTdhZTNkZjBkYjNjZDk2YjE2NDBmMDhiY2Y5M2EwNGI5Njk1NWU3ZDYyMzk2ZSIsInZlcnNpb24iOjF9.htkMQQLjIeFFjnpAJOwwxAdgzGZX10Und6RONubeeydXqQqb562EHqAw0K1ZlqltC4GBGKK3xslGOWXQ5AV6CA
244
+ - type: rouge
245
+ value: 10.0781
246
+ name: ROUGE-2
247
+ verified: true
248
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMWYzZDA1YmU5YTkzMjEwN2IzMTNhZmZmOTU2ZGUyNzdlNWQ0OGQ1Y2UxOGQ0NWUyOWVmZmZkYzFkODE3OTliNiIsInZlcnNpb24iOjF9.WVE3fmYLkOW32_neYYj4TNJ5lhrG-27DnoJd4YDUzpHYvGWGoFU9CUuIFraQFnojRr02f3KqVY7T33DG5mpzBg
249
+ - type: rouge
250
+ value: 23.6331
251
+ name: ROUGE-L
252
+ verified: true
253
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYTYyOTE0ODY2Mjk0YTk5ZTY5NTZkM2JkOGZhNjQ3NjNiMjVhNTc4ZmMwYzg1ZGIxOTA2MDQxNmU3Yjc5YWY0MSIsInZlcnNpb24iOjF9.yQ8WpdsyGKSuTG8MxHXqujEAYOIrt_hoUbuHc8HnS-GjS9xJ-rKO6pP6HYbi0LC9Xqh2_QPveCpNqr9ZQMGRCg
254
+ - type: rouge
255
+ value: 28.7831
256
+ name: ROUGE-LSUM
257
+ verified: true
258
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzVkMDNlODA4NWI3OGI1OGFlNjFlNWE4YzY5ZDE1NDdhMjIwYjlkNDIxNDZjOGRiNTI1MGJkMmE0YWZiMDNhMiIsInZlcnNpb24iOjF9.qoxn2g70rbbX6sVCvm_cXzvYZf1UdTDU44vvEVdZL-4h36cJRCOx5--O1tZEVdyvlMVi-tYz1RSxLRwQd72FAw
259
+ - type: loss
260
+ value: 2.903024673461914
261
+ name: loss
262
+ verified: true
263
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZGM2M2NlY2Q3NjYxY2EyM2FkYmM5OGVhYzcyNjA3ZTFlYzc3M2M2ODNmNWVjNjZmMGNiODc4MWY5NWE2ZDMyNyIsInZlcnNpb24iOjF9.pC4UK75LbyVFFm0-fcStMtdQhbuHE37wkZHoVbSQOYSyxjI8yA46bQkPmgg5znby9FK_wIgGxC_4KOdEeN4jBw
264
+ - type: gen_len
265
+ value: 60.7411
266
+ name: gen_len
267
+ verified: true
268
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWEwMDFiYjgyNzRhZDVmOWIzYzZlZWU5OTFkYmU4YzI2Mjk2OTg1ZDVlNzU0YzNhOWI1MmU2NTAxZWUzZmFlOCIsInZlcnNpb24iOjF9.Zepow4AFj1sQ6zyJGoy_Dl4ICKRtzZI2nVYWlTsDnGrBDT42ak9mFUuw-BjHR8dEVHJKmOZlLk6GJ09bL7tGAA
269
+ - task:
270
+ type: summarization
271
+ name: Summarization
272
+ dataset:
273
+ name: cnn_dailymail
274
+ type: cnn_dailymail
275
+ config: 3.0.0
276
+ split: test
277
+ metrics:
278
+ - type: rouge
279
+ value: 30.5036
280
+ name: ROUGE-1
281
+ verified: true
282
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMmFkM2M4YTcyODEwMzY1MWViYTY0NmEzNjYwNGM4OTI4MmY1ZTk2ZjVjZjMwOGUwM2JiYTA0YjdkMWRkZTQ5MyIsInZlcnNpb24iOjF9.GatKuC1oPoD1HT9pA9lGAj6GNjhe3ADSNgZ5apntAFCHETlNV1mNf1zQ-rgFH2FP-lF3qS56Jn54pFp6FMwaBw
283
+ - type: rouge
284
+ value: 13.2558
285
+ name: ROUGE-2
286
+ verified: true
287
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMjUwZjBmMTUzNmM3ZTRjODQ0MGFiM2I3Y2ViMDRkODQzNGI3YzM0MmJiNzU1N2UwOTZmMGFkOTQwMzNjNmFiMSIsInZlcnNpb24iOjF9.kOWpg36sB5GdPVYUZpWlS0pSKu5mKmHcLmJO1I3oUzMSiwDeUpAPLXNC0u_gJMFaFdsaNTywepDuttLdB2oBBg
288
+ - type: rouge
289
+ value: 19.0284
290
+ name: ROUGE-L
291
+ verified: true
292
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMTJmYzZmZWJiNTljYmJiZTllODk0NjdmNGNkZWZlZjMwMGE5YTAzMjMwNTcyNGM4MWE4MDUzYjM3NzQ5NzA2ZCIsInZlcnNpb24iOjF9.ooUqXvZC6ci_XxKrIcox2R2A0C8qyN0HP5djFMMb9SfoAaJAgdM0j6qsVQj9ccr0AgeRRIPNH_vI3gg-_lvaDw
293
+ - type: rouge
294
+ value: 28.3404
295
+ name: ROUGE-LSUM
296
+ verified: true
297
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZTcxMDg5ZGI1MDRmNzM0ZmEyZmNiZGYxZTg0NzA4N2U0YTY3MGYxMjgzMzI0NjVlNWNiYTZmNWZjMzZkMmYzNiIsInZlcnNpb24iOjF9.RbEZQB2-IPb-l6Z1xeOE42NGwX1KQjlr2wNL9VH75L1gmMxKGTPMR_Yazma84ZKK-Ai7s2YPNh-MDanNU_4GCw
298
+ - type: loss
299
+ value: 3.9438512325286865
300
+ name: loss
301
+ verified: true
302
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZjQ2YmE1OTE5NDJlMTBhZGMzNDE5OThmNzMzOTRlYjEzMjc2ZDgyMDliNGY1NjFhOGQ0N2NkYmUzZGUwOGVlZiIsInZlcnNpb24iOjF9.FAwbzK-XJc-oEBFO7m8p4hkDCZDEhmU0ZSytrim-uHHcSFjRvbL-dF8rIvKVcxw5QeZ6QKZ7EkjDT7Ltt8KyCA
303
+ - type: gen_len
304
+ value: 231.0935
305
+ name: gen_len
306
+ verified: true
307
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiOTMzMTMyYjhhNjFiYjMyNDlhYzQzODM0MWNhNjkwMDVjNmFjYTk2NmQ4NzJlZjlhZjM2MGMwNWI1MjIxMGNiZCIsInZlcnNpb24iOjF9.mHDxhA2wVj6FDx7un4028-A8iGMFcPlSb5vH2DPGLPzQHBhSlvNac4-OELZf0PRmsXSb1nIqHqU-S_WUs8OSBg
308
+ - task:
309
+ type: summarization
310
+ name: Summarization
311
+ dataset:
312
+ name: billsum
313
+ type: billsum
314
+ config: default
315
+ split: test
316
+ metrics:
317
+ - type: rouge
318
+ value: 36.8502
319
+ name: ROUGE-1
320
+ verified: true
321
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYmE2ZjI4YmJkZGVjZDkzNzU5ZmI2MDYzNGZkNjE2OGM0Y2Y0Nzk1NTc1ZmUyZmFhYjIwY2RhMDVkMzQ1MWIxYyIsInZlcnNpb24iOjF9.SZjhhFkKwvRrI-Yl29psn17u1RCISsmmLVXxo2kxCjkhtMOma-EzC5YidjPDGQLb-J2nvqUworaC2pL_oeHxDQ
322
+ - type: rouge
323
+ value: 15.9147
324
+ name: ROUGE-2
325
+ verified: true
326
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiODgwOTJhOWIyZDQ4ZDA5YWMzYTJkZWFmMzlkNWYxNTg5OGFiNzY0MTExNTgyMTdlMTQ1N2EwYWY4OGZkNWY5YyIsInZlcnNpb24iOjF9.DS-X3eA1tGhVSuUL8uSPtJMNijODF3ugaKEtBglmPqF1OQZwIwQs-NExNYP4d6Y4Pa9d-DujD5yfyl9C8HBGCw
327
+ - type: rouge
328
+ value: 23.4762
329
+ name: ROUGE-L
330
+ verified: true
331
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYTYxNTA4YzhmYTQ0YmRjMWU5ZDliZWFhMjM4ZmUyNGUyOWJhNzA1MDBhZDliYmYyYzY3NjBmZTZlYWY3YTY3ZCIsInZlcnNpb24iOjF9.o0W7dqdz0sqMPKtJbXSRpyVNsREEUypW-bGv7TW5lfJFkijfDKhVITEClFLWu5n2tIV-sXAYxgQHDf5_hpY-Dw
332
+ - type: rouge
333
+ value: 30.9597
334
+ name: ROUGE-LSUM
335
+ verified: true
336
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNzEzOGNiYjk4NDkxNTFmMjA5YjM1YTQzZTk2N2JiZDgxNzAxYzFlYjliZjA3NmRjMzZlNGYyODBkNTI1NzVjNiIsInZlcnNpb24iOjF9.C_hobTR0ZY958oUZcGEKj2RoPOkyfMCTznwi4mUx-bfGRRAecMyn45bWVwwRq12glk1vThDetCjOMHA6jgSDCw
337
+ - type: loss
338
+ value: 3.878790855407715
339
+ name: loss
340
+ verified: true
341
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmYyOWM0YWQ0MjAxZDg5ZWQyNDk3MGUwNzdkOWIwZDc0OGJjYTU3YjZmOWY0YTljNDI0OWRlNTI0ZDMwZWEzOCIsInZlcnNpb24iOjF9.P01Jzfa-5jyMeoEqEsEluKOydNmtRtNy8YhwfJuYHVJTVDzCIfzY8b7iNfqTfKFKwKkZ4eTwmA6vmsPZeASDAw
342
+ - type: gen_len
343
+ value: 131.3622
344
+ name: gen_len
345
+ verified: true
346
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYmJjN2Q5ZGNlZjQ2ODJiYTZlMzZmNWVmMzRlMGQ0ZTkxZWM3ZDQ4ZmQ1NmUyZjY4MTVhZGE5NDFiZTBhNDZiYSIsInZlcnNpb24iOjF9.DqYNc0ZCX_EqRi4zbSBAtb-js_JBHSWZkeGR9gSwEkJletKYFxPGZWd-B1ez88aj6PO775-qHd98xx3IWCHECQ
347
+ - task:
348
+ type: summarization
349
+ name: Summarization
350
+ dataset:
351
+ name: big_patent
352
+ type: big_patent
353
+ config: y
354
+ split: test
355
+ metrics:
356
+ - type: rouge
357
+ value: 33.7585
358
+ name: ROUGE-1
359
+ verified: true
360
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiM2VmMGU5YWJlZWFlNjA3MDY2NTBmZWU3YWQxYTk3OGYzZmU5NmFmMTQ1NTVmNDQyZTJkNDMwY2E5NGRjMGU3MSIsInZlcnNpb24iOjF9.P6Rt9c3Xi_B-u8B1ug4paeZDoAO4ErGeNM0gELHGeOMj4XMjeSvyAW_-30cA9Wf23-0jGPOSZbN5pME4JpxfDA
361
+ - type: rouge
362
+ value: 9.4101
363
+ name: ROUGE-2
364
+ verified: true
365
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDA0NzUxMjIwYTFjNGQ5YTA4YjE1NGU5YWMzYjhiOTk2NWE3ZGQxNDY4YTI3ZmI0ODBjYmJkZjcwYTM2OTg2MCIsInZlcnNpb24iOjF9.23hd2SuLoX3_Rygj2ykcSQccPeFsf4yLDAgvS189jx6JNln0MVR6YI2-3Yzo5g8LJk0MCbgkOp0my-nf7nMaDw
366
+ - type: rouge
367
+ value: 18.8927
368
+ name: ROUGE-L
369
+ verified: true
370
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiODhhMGZiZWFlNmZkYmYxZjJmODE1NWRiZjI2OGU1MTc4MDkyYjk1Mzk5ODFkYWVhY2ExNTViYjJmYzkzNWJhYiIsInZlcnNpb24iOjF9.SkKhf-l2cl2KcuC17oPrBtkBlZJaj2ujCgzRlfZy76rU9JtlW7N9bcy1ugnw-vRVUVVR6wUK08T45YorfuxqBg
371
+ - type: rouge
372
+ value: 28.5051
373
+ name: ROUGE-LSUM
374
+ verified: true
375
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMTgzYzA0NmQ0OTZmNzJkNGZiNTdmMzFmOTljMWE3YzM0NDg2MDY1ZDY5ZTE4MmQ5YzU1ZDFiNmE2ZjkwMjRjMiIsInZlcnNpb24iOjF9.p1TQINRxMatNe77_BMnusSg1K5FOD9f1_N4TBJDjJHNhYnyQDE4pKHfK8j6fsHGg58DHVQjmm8g96SK4uMF6DA
376
+ - type: loss
377
+ value: 5.162865161895752
378
+ name: loss
379
+ verified: true
380
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZWM1YTQ4MjVmMDkyZDI3OWJmODhmOWE2MDYyMDA4OGRmYzhiY2YzZjVmMTZkMTI4NjBlY2MwMDY3ZDE5ZjlmMyIsInZlcnNpb24iOjF9.Czh4TOG-QIqyc_-GJ3wc1TLuxc-KLwPelV5tiwEjNhZFyUZkjLH__ccOxBk9TYy2vunvh2AwdY3Mt6Fr8LhaDA
381
+ - type: gen_len
382
+ value: 222.6626
383
+ name: gen_len
384
+ verified: true
385
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2JjNzVkODhmOWQ5NWMwNDdlNzhkYjE5NjY3NTgwNWVmZDZlMzc4NDdmZjdlN2M2ODBkZGU5NGU0ZjMzM2Q5OCIsInZlcnNpb24iOjF9.z4hZ-uXg8PPn-THRHFrsWZpS3jgE8URk5yoLenwWtev5toTrZ2Y-DP8O30nPnzMkzA4yzo_NUKIACxoUdMqfCQ
386
+ - task:
387
+ type: summarization
388
+ name: Summarization
389
+ dataset:
390
+ name: multi_news
391
+ type: multi_news
392
+ config: default
393
+ split: test
394
+ metrics:
395
+ - type: rouge
396
+ value: 38.7332
397
+ name: ROUGE-1
398
+ verified: true
399
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGViMThhNTdlZDRiMTg5NTZjNGVmOThiMjI5NDEyZDMxYjU4MTU2ZTliZjZmMzAzMmRhNDIxYjViYjZmNWYwNSIsInZlcnNpb24iOjF9.SK_1Q9WlkNhu3mfsyir1l72pddjURZvJV3mcJ4jhBxS2k2q1NAR8JT_iT8v1thLiv8NUDmDr2o9Dig4A8svDBw
400
+ - type: rouge
401
+ value: 11.0072
402
+ name: ROUGE-2
403
+ verified: true
404
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzkzMDU1ZGZlOWUwOGQyY2UwMWFjZTY1MDBmNzcyZGYzZTliNGVkNDZjZDVjZjA4NmE3OWVhMGIyZmE3NGE0NSIsInZlcnNpb24iOjF9.j0wvR0NPw0lqxW3ASbmBvxAbFHGikXw-Y7FjutojhzTfSs3BIs5Z8s5_h6eesvSGT5fS_qUrbnl9EEBwjrXqDg
405
+ - type: rouge
406
+ value: 18.6018
407
+ name: ROUGE-L
408
+ verified: true
409
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMjIwNTUzN2ZhZjU5OGFhYzRmZmEwY2NkZWVjYmYzZjRjMGIxNzNjZDY5YzIyMTg2NDJkMGYxYmViNTcwOTc5NCIsInZlcnNpb24iOjF9.rD_tFYRyb-o6VX7Z52fULvP_HQjqqshqnvbjAxWjuCM9hCn1J6oh0zAASPw0k1lWiURbiMCiaxIHxe_5BN_rAQ
410
+ - type: rouge
411
+ value: 34.5911
412
+ name: ROUGE-LSUM
413
+ verified: true
414
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiY2Q4MWY3NGFhNjE5YjE5NzIyODVhNTYxNWFmZDE5NjNiZTM1M2M3ZmIwNTZiOWEyMTc2MzQ0MWQ5YTdjYThlNyIsInZlcnNpb24iOjF9.R789HgYsv_k6OrjocVi0ywx0aCRlgOKpEWUiSUDca-AfoDS8ADJBtLYoEKg1wnRlR9yWoD4vtEWdKbyOOln1CA
415
+ - type: loss
416
+ value: 3.5744354724884033
417
+ name: loss
418
+ verified: true
419
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzBjZTk0YWMwMzQxNDRlY2UxZDc4NTE1MmEzNDkwM2M3ZGZhNGMzNmI4ZDU2ZTVhZDkwMjNhYTkxZTIwN2E4MyIsInZlcnNpb24iOjF9.bDQ_3-CumosWKroMwBEMwKnDAj4ENQbUnbS387hU0zAY1K5g1NOy7fKBohxYZnRVolEfiuhszifUMW9zcLjqCA
420
+ - type: gen_len
421
+ value: 192.0014
422
+ name: gen_len
423
+ verified: true
424
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDQxZmEwYmU5MGI1ZWE5NTIyMmM1MTVlMjVjNTg4MDQyMjJhNGE5NDJhNmZiN2Y4ZDc4ZmExNjBkMjQzMjQxMyIsInZlcnNpb24iOjF9.o3WblPY-iL1vT66xPwyyi1VMPhI53qs9GJ5HsHGbglOALwZT4n2-6IRxRNcL2lLj9qUehWUKkhruUyDM5-4RBg
425
+ - task:
426
+ type: summarization
427
+ name: Summarization
428
+ dataset:
429
+ name: xsum
430
+ type: xsum
431
+ config: default
432
+ split: test
433
+ metrics:
434
+ - type: rouge
435
+ value: 16.3186
436
+ name: ROUGE-1
437
+ verified: true
438
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYjNiYzkxNTc1M2ZiYzY4NmVhY2U4MGU0YWE1NzQ4YzQxNjM1ZThmOWU3ZjUwMWUxMWM1NTQyYzc0OWQ5MzQyZSIsInZlcnNpb24iOjF9.cDZzbzxrXaM4n-Fa-vBpUgq7ildtHg9hlO5p9pt58VYLGK3rsid3oUE2qsFH6Qk63j2cF4_hzgq93xoVlnR3Dg
439
+ - type: rouge
440
+ value: 3.0261
441
+ name: ROUGE-2
442
+ verified: true
443
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYjkzNzA0ODk3NWJjOGM2ZWFlY2MyZWM4NzZlYzZiMGQ2ODc0NzgzNDYzYmVlZjg2ZjBmNDMwOGViYTljYWQ2NSIsInZlcnNpb24iOjF9.ohBfAUhEktfITK6j_NusN5SOmF4XUHZWPNMpGrsGXRHTf1bUl6_UEQ0S3w58WQsgIuV3MkxWNRBU1oZAm3fbBQ
444
+ - type: rouge
445
+ value: 10.4045
446
+ name: ROUGE-L
447
+ verified: true
448
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMDM2ZDZhYzBiNGM3NDdhODlmNjJhMTNlZDE3ZTZmYjM1MWU5YmE0ODMyZGFhMmM0YmMwMzNiZWU4ZDAzMDFlNiIsInZlcnNpb24iOjF9.653PFaov_0t8g_fVyVxm8DBx7uV4646yK0rtxOxC7qsnRdljdThSOklw9tND5-44WdkzipzuLyVzq1qe-TbKBA
449
+ - type: rouge
450
+ value: 12.612
451
+ name: ROUGE-LSUM
452
+ verified: true
453
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmY5YzU2ZjE2OWM0ZGQwZmVjZjQwZTQ0MDNkZmNiMTdhZjFkMDA5OGFhYWQ0Y2QwZDY0YWJlNWUxZGQ0YTUwZiIsInZlcnNpb24iOjF9.RXyu1jIj_gV26WCHSGHZufWXKFEexuRaLD4gkOvlBcaXJrFoE11tttB6mYzN6Tk8qx5cvV5L_ZIUfDmOqunkAA
454
+ - type: loss
455
+ value: 3.323798179626465
456
+ name: loss
457
+ verified: true
458
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZjU5ZWUxMjIwMWYwNDY1YzUwMzUxNGFiZWI3ZDVhZDFlYzJhNzk3MjA1OGExNTg0NjZlOGQyYzBiZjdhN2E2YSIsInZlcnNpb24iOjF9.vFxH1vHAACKE4XcgBhuoaV38yUZuYJuNm23V3nWVbF4FwyN79srV3Y9CqPGoOiIoUSQJ9fdKZXZub5j0GuUJAA
459
+ - type: gen_len
460
+ value: 149.7551
461
+ name: gen_len
462
+ verified: true
463
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNzg1ZjY5MTJkMTgzMjhiYzMxNjkyZjlmNmI2ZGU0YTRhZjU5NjQwOWE5MjczZDIxNGI1MGI4YzhhOGVkZDFkYSIsInZlcnNpb24iOjF9.S7W5-vqldJuqtC5MweC3iCK6uy-uTRe4kGqoApMl2Sn6w9sVHnY7u905yNLXzFLrLYMgjlct5LB7AAirHeEJBw
464
+ ---
465
+ # LED-Based Summarization Model: Condensing Long and Technical Information
466
+
467
+ <a href="https://colab.research.google.com/gist/pszemraj/36950064ca76161d9d258e5cdbfa6833/led-base-demo-token-batching.ipynb">
468
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
469
+ </a>
470
+
471
+ The Longformer Encoder-Decoder (LED) for Narrative-Esque Long Text Summarization is a model I fine-tuned from [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) to condense extensive technical, academic, and narrative content in a fairly generalizable way.
472
+
473
+ ## Key Features and Use Cases
474
+
475
+ - Ideal for summarizing long narratives, articles, papers, textbooks, and other documents.
476
+ - the sparknotes-esque style leads to 'explanations' in the summarized content, offering insightful output.
477
+ - High capacity: Handles up to 16,384 tokens per batch.
478
+ - demos: try it out in the notebook linked above or in the [demo on Spaces](https://huggingface.co/spaces/pszemraj/summarize-long-text)
479
+
480
+ > **Note:** The API widget has a max length of ~96 tokens due to inference timeout constraints.
481
+
482
+ ## Training Details
483
+
484
+ The model was trained on the BookSum dataset released by SalesForce, which leads to the `bsd-3-clause` license. The training process involved 16 epochs with parameters tweaked to facilitate very fine-tuning-type training (super low learning rate).
485
+
486
+ Model checkpoint: [`pszemraj/led-base-16384-finetuned-booksum`](https://huggingface.co/pszemraj/led-base-16384-finetuned-booksum).
487
+
488
+ ## Other Related Checkpoints
489
+
490
+ This model is the smallest/fastest booksum-tuned model I have worked on. If you're looking for higher quality summaries, check out:
491
+
492
+ - [Long-T5-tglobal-base](https://huggingface.co/pszemraj/long-t5-tglobal-base-16384-book-summary)
493
+ - [BigBird-Pegasus-Large-K](https://huggingface.co/pszemraj/bigbird-pegasus-large-K-booksum)
494
+ - [Pegasus-X-Large](https://huggingface.co/pszemraj/pegasus-x-large-book-summary)
495
+ - [Long-T5-tglobal-XL](https://huggingface.co/pszemraj/long-t5-tglobal-xl-16384-book-summary)
496
+
497
+ There are also other variants on other datasets etc on my hf profile, feel free to try them out :)
498
+
499
+ ---
500
+
501
+ ## Basic Usage
502
+
503
+ I recommend using `encoder_no_repeat_ngram_size=3` when calling the pipeline object, as it enhances the summary quality by encouraging the use of new vocabulary and crafting an abstractive summary.
504
+
505
+ Create the pipeline object:
506
+
507
+ ```python
508
+ import torch
509
+ from transformers import pipeline
510
+
511
+ hf_name = "pszemraj/led-base-book-summary"
512
+
513
+ summarizer = pipeline(
514
+ "summarization",
515
+ hf_name,
516
+ device=0 if torch.cuda.is_available() else -1,
517
+ )
518
+ ```
519
+
520
+ Feed the text into the pipeline object:
521
+
522
+ ```python
523
+ wall_of_text = "your words here"
524
+
525
+ result = summarizer(
526
+ wall_of_text,
527
+ min_length=8,
528
+ max_length=256,
529
+ no_repeat_ngram_size=3,
530
+ encoder_no_repeat_ngram_size=3,
531
+ repetition_penalty=3.5,
532
+ num_beams=4,
533
+ do_sample=False,
534
+ early_stopping=True,
535
+ )
536
+ print(result[0]["generated_text"])
537
+ ```
538
+
539
+ ## Simplified Usage with TextSum
540
+
541
+ To streamline the process of using this and other models, I've developed [a Python package utility](https://github.com/pszemraj/textsum) named `textsum`. This package offers simple interfaces for applying summarization models to text documents of arbitrary length.
542
+
543
+ Install TextSum:
544
+
545
+ ```bash
546
+ pip install textsum
547
+ ```
548
+
549
+ Then use it in Python with this model:
550
+
551
+ ```python
552
+ from textsum.summarize import Summarizer
553
+
554
+ model_name = "pszemraj/led-base-book-summary"
555
+ summarizer = Summarizer(
556
+ model_name_or_path=model_name, # you can use any Seq2Seq model on the Hub
557
+ token_batch_length=4096, # how many tokens to batch summarize at a time
558
+ )
559
+ long_string = "This is a long string of text that will be summarized."
560
+ out_str = summarizer.summarize_string(long_string)
561
+ print(f"summary: {out_str}")
562
+ ```
563
+
564
+ Currently implemented interfaces include a Python API, a Command-Line Interface (CLI), and a shareable demo/web UI.
565
+
566
+ For detailed explanations and documentation, check the [README](https://github.com/pszemraj/textsum) or the [wiki](https://github.com/pszemraj/textsum/wiki)
567
+
568
+ ---
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pszemraj/led-base-book-summary",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "LEDForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "attention_window": [
10
+ 1024,
11
+ 1024,
12
+ 1024,
13
+ 1024,
14
+ 1024,
15
+ 1024
16
+ ],
17
+ "bos_token_id": 0,
18
+ "classif_dropout": 0.0,
19
+ "classifier_dropout": 0.0,
20
+ "d_model": 768,
21
+ "decoder_attention_heads": 12,
22
+ "decoder_ffn_dim": 3072,
23
+ "decoder_layerdrop": 0.0,
24
+ "decoder_layers": 6,
25
+ "decoder_start_token_id": 2,
26
+ "dropout": 0.1,
27
+ "early_stopping": true,
28
+ "encoder_attention_heads": 12,
29
+ "encoder_ffn_dim": 3072,
30
+ "encoder_layerdrop": 0.0,
31
+ "encoder_layers": 6,
32
+ "eos_token_id": 2,
33
+ "id2label": {
34
+ "0": "LABEL_0",
35
+ "1": "LABEL_1",
36
+ "2": "LABEL_2"
37
+ },
38
+ "init_std": 0.02,
39
+ "is_encoder_decoder": true,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1,
43
+ "LABEL_2": 2
44
+ },
45
+ "length_penalty": 0.8,
46
+ "max_decoder_position_embeddings": 1024,
47
+ "max_encoder_position_embeddings": 16384,
48
+ "max_length": 1024,
49
+ "min_length": 8,
50
+ "model_type": "led",
51
+ "no_repeat_ngram_size": 3,
52
+ "num_beams": 4,
53
+ "num_hidden_layers": 6,
54
+ "pad_token_id": 1,
55
+ "repetition_penalty": 3.5,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.19.2",
58
+ "use_cache": true,
59
+ "vocab_size": 50265
60
+ }
evals-outputs/GAUNTLET.md ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # gauntlet results
2
+
3
+ These are are this model's output results on my "summarization gauntlet". You can find more info about that [here on my dropbox for it](https://www.dropbox.com/sh/axu1xlscrrexy55/AADAm01-4Zs3POyHQrgbDAsda?dl=0) or at [this dataset](https://huggingface.co/datasets/pszemraj/summcomparer-gauntlet-v0p1).
4
+
5
+ - if you aren't familiar with it, one thing to note is some of the docs **purposefully** are "messy"/have spelling errors etc.
6
+
7
+ parameters
8
+
9
+ ```json
10
+ {
11
+ "model_name_or_path": "pszemraj/led-base-book-summary",
12
+ "use_cuda": true,
13
+ "token_batch_length": 16384,
14
+ "batch_stride": 16,
15
+ "max_length_ratio": 0.25,
16
+ "load_in_8bit": false,
17
+ "compile_model": true,
18
+ "optimum_onnx": false,
19
+ "device": "cuda",
20
+ "inference_params": {
21
+ "min_length": 8,
22
+ "max_length": 4096,
23
+ "no_repeat_ngram_size": 3,
24
+ "encoder_no_repeat_ngram_size": 4,
25
+ "repetition_penalty": 2.5,
26
+ "num_beams": 10,
27
+ "num_beam_groups": 1,
28
+ "length_penalty": 1.0,
29
+ "early_stopping": true,
30
+ "do_sample": false
31
+ },
32
+ "textsum_version": "0.2.0"
33
+ }
34
+ ```
35
+
36
+ - Created: `2023-11-28T20:10:42.701696`
37
+
38
+ ## ASR-whisper-rpunctuated_Noam Chomsky, Fundam_1669853561_0_part1_summary
39
+
40
+ Well, he's going to talk a little bit about the basic issues of linguistics in two separate talks. First, he wants to talk about how we're trying to understand language. Specifically, what do we mean by "real" explanations? Theoretically, there are three main things: 1) an authentic explanation; 2) a genuine solution; and 3) a kind of combinatorial approach to understanding language. Brain scientists have been working on this for quite some time, but they haven't yet come up with a really good explanation. In the early 1900s, people like Otto Jesperson, Leonard Bloomfield, Robert Ademian, and others all tried to figure out how the structure of language comes into existence in their minds. They all thought that it was just a bunch of random bits of information floating around in their brains. But now science is starting to use machine learning as a way to understand languages.
41
+
42
+ ---
43
+
44
+ Section Scores for ASR-whisper-rpunctuated_Noam Chomsky, Fundam_1669853561_0_part1_summary:
45
+
46
+ - -0.9902
47
+
48
+ ---
49
+
50
+ ## ASR-whisper-rpunctuated_Noam Chomsky, Fundam_1669853631_0_part2_summary
51
+
52
+ Adam explains the concept merge, which he calls a "superior version of merge" because it has only two elements: an external and an internal merge. In order to explain how one can combine multiple objects, however, one must first have access to all of them. This is particularly important in the context of machine learning, where there are so many different kinds of concurrent operations that it becomes very difficult to understand what each operation accomplishes.
53
+ Pisa argues that the problem is not just a problem with the structure of the examples but also with the problems inherent in the field. The problems are "the kinds of problems" that arise when one tries to give an adequate explanation of what's happening in the real world. For example, if you create a new object and then merge it with another object, you don't get exactly what you wanted; instead, you end up using the same paradigm as all the examples before. In other words, there isn't a single solution to the problem because there aren't enough problems to solve in a principled way.
54
+
55
+ ---
56
+
57
+ Section Scores for ASR-whisper-rpunctuated_Noam Chomsky, Fundam_1669853631_0_part2_summary:
58
+
59
+ - -0.9733
60
+
61
+ - -0.9339
62
+
63
+ ---
64
+
65
+ ## ASRnlp_law_lecture_week_1_v_2_c_transcription_1_summary
66
+
67
+ This is the first chapter of a new course called "Natural Language Processing", which focuses on natural language processing. The course will focus on using machine learning and artificial intelligence to understand legal and social science applications. It will also take place in person rather than in a web-based environment. There will be no overtaken by artificial intelligence or machine learning, but there will certainly be hybrid learning and hybrid learning.
68
+
69
+ ---
70
+
71
+ Section Scores for ASRnlp_law_lecture_week_1_v_2_c_transcription_1_summary:
72
+
73
+ - -0.9214
74
+
75
+ ---
76
+
77
+ ## ASRnlp_law_lecture_week_2_v_2_c_transcription_2_summary
78
+
79
+ Gulliver explains the changes that have been made to the course in order to better prepare students for the next generation of jobs. For example, there is now more room available for people to join remotely. There are also new questions asking if homework emissions can be counted as gas or non-acronym courses and how they should be counted. The first question is whether homework emissions must be copy-and-pasted from the note; this is important because it will allow students to know what's going on in their own notebooks at the time of joining. Next up is a survey of corporate and dictionary methods. This paper focuses on using machine learning to identify which documents are most likely to be classified as being classified as having "minor" or "high dimensionality". It also looks at ways to reduce the amount of time that companies spend on these documents.
80
+
81
+ ---
82
+
83
+ Section Scores for ASRnlp_law_lecture_week_2_v_2_c_transcription_2_summary:
84
+
85
+ - -1.0658
86
+
87
+ ---
88
+
89
+ ## ASRnlp_law_lecture_week_3_part_1_v_2_c_transcription_3_summary
90
+
91
+ The hybrid learning experts discuss immigrants and how they can reduce the number of words that are used in the English language. They begin with a discussion about immigrants and then move to a discussion of "reconcilable differences" between the different types of immigrants. This paper focuses on three methods for achieving this goal. The first method is called tariff similarity; the second method is Energetic Analysis. The third method is termed elastic search. The fourth method is time-series analysis. It uses machine learning to predict the frequency of words, phrases, and events in order to identify which words are most likely to be associated with default.
92
+
93
+ ---
94
+
95
+ Section Scores for ASRnlp_law_lecture_week_3_part_1_v_2_c_transcription_3_summary:
96
+
97
+ - -0.9206
98
+
99
+ ---
100
+
101
+ ## Emie_dissertation_cleansed_summary
102
+
103
+ Szemraj's dissertation is a "Master of Philosophy" in film and screen studies. It focuses on three subjects: urban space, materiality, and movement in post-war American and British films noir; act of violence; and the man between. Act of Violence takes place in Los Angeles during the aftermath of the German invasion of the United States in World War II. The focus of the film is on how the characters move through the city as if they are moving from physical reality to metaphysically real reality. In Act 2, for example, Enley walks through Bunker Hill with his dog, Parkson. When he reaches the train tracks, he sees that they are part of the wreckage of the Berlin Airlift.
104
+ The Man Between and Act of Violence are also notable for their use of "physical correspondences" to tell the story of Susanne's captivity. Ivo attempts to persuade Susanne to go to the opera that evening, but Susanne misinterprets him as a renegade accomplice in a plot to destroy her identity. When Ivo finally succeeds in capturing the attention of the border patrol officers, he runs away into the snow. The sequence culminates with Ivo's pursuit of an errand boy who has hidden behind a laundry truck. In this sequence, Reed uses "material reality" to heighten and reveal how much Susanne is afraid of Ivo. As the action moves forward, it becomes increasingly difficult for Ivo to escape the physical reality of Berlin. Both Enley and Parkon move through suburbia or hotel lobbies in order to shed their past and present identities; however, they cannot escape the sense of alienation felt by the world around them. Thus, both films emphasize the importance of "reconciling material reality" with "artificiality."
105
+
106
+ ---
107
+
108
+ Section Scores for Emie_dissertation_cleansed_summary:
109
+
110
+ - -0.9783
111
+
112
+ - -0.9207
113
+
114
+ ---
115
+
116
+ ## OCR_ML4HLecture02image__summary
117
+
118
+ This paper focuses on machine learning for medical image analysis. Machine Learning is used to predict the volume and length of abdominal organs and focal points in order to predict disease, stroke, and neurodegeneration. Dr. Barlow demonstrates how machine learning can outperform human-to-machine translation in predicting disease outcomes.
119
+
120
+ ---
121
+
122
+ Section Scores for OCR_ML4HLecture02image__summary:
123
+
124
+ - -0.8923
125
+
126
+ ---
127
+
128
+ ## OCR_ML4HLecture04RepresentationLearning.pptx__summary
129
+
130
+ Next, we look at how machine learning can improve the accuracy of human-caused disease prediction using time series. we use sequence-based representation learning to predict disease outcomes using real-world medical time series and compare it favorably with competitor approaches. Next, we examine how "reconcoder and forecaster" models can outperform each other in predicting disease outcomes.
131
+
132
+ ---
133
+
134
+ Section Scores for OCR_ML4HLecture04RepresentationLearning.pptx__summary:
135
+
136
+ - -0.8706
137
+
138
+ ---
139
+
140
+ ## OCR_ML4HLecture05-NLP.pptx__summary
141
+
142
+ Artificial Intelligence (AI) and Natural Language Processing (NLP) we examine the use of artificial intelligence to predict disease-causing behavior in real-time. Specifically, we look at how NLP tasks can be scaled down based on the frequency of occurrences of certain terms in the document. For example, if you're trying to figure out which word is most likely to show up in a given sentence, you'll find that it's actually showing up in the next sentence. The same thing happens with speech recognition.
143
+
144
+ ---
145
+
146
+ Section Scores for OCR_ML4HLecture05-NLP.pptx__summary:
147
+
148
+ - -0.9732
149
+
150
+ ---
151
+
152
+ ## OCR_PAPER_Hong et al. - 2022 - CogVideo Large-scale Pretraining for Text-to-Video Generation via Transformers-annotated__summary
153
+
154
+ Cog' Video, a 9B-rate transformer trained to automatically predict the future frames of text in Chinese, uses Cog' video as an example. The model outperforms its peers in both machine and human evaluation. the Tsinghua University Department of Electrical and Computer Engineering (IBEA) conducts a detailed assessment of the performance of these transformers. It is shown that they outperform all publicly available transformers when compared to other types of transformers used for text generation. Next, the team presents Cog 'Video, which is the world's first fully-fledged pretrained neural network capable of predicting future frames from real-time information. To better understand the temporal relationships between images and text, the task is further advanced by using artificial intelligence techniques such as transcoding and image generation.
155
+
156
+ ---
157
+
158
+ Section Scores for OCR_PAPER_Hong et al. - 2022 - CogVideo Large-scale Pretraining for Text-to-Video Generation via Transformers-annotated__summary:
159
+
160
+ - -1.1301
161
+
162
+ ---
163
+
164
+ ## OCR_PAPER_Kandpal, Nieto, Jin - 2022 - Music Enhancement via Image Translation and Vocoding-annotated__summary
165
+
166
+ Kandpal explains how he and his co-workers can improve the sound quality of music by using a combination of machine learning, maelstrom modeling, and vocoding. In particular, they demonstrate that their approach outperforms all other methods currently used to improve music quality. For example, they train a MelzMel, Diffwave, and Mel2Mel models on top of each other in order to optimally compare different levels of musical quality. The results are even better than those obtained from purely independent training.
167
+
168
+ ---
169
+
170
+ Section Scores for OCR_PAPER_Kandpal, Nieto, Jin - 2022 - Music Enhancement via Image Translation and Vocoding-annotated__summary:
171
+
172
+ - -0.9349
173
+
174
+ ---
175
+
176
+ ## OCR_PAPER_dall-e-2-annotated__summary
177
+
178
+ The next step in this study is to develop contrastive image generation using CLIP. To do so, the team uses diffusion models and autoregressive models. In order to achieve these results, they train multiple decoders to produce multiple images of the same image. They then use diffusion models to predict which image will be used for image generation. The final result is a high-quality dataset with over 1,000 samples from production versions of the paper.
179
+
180
+ ---
181
+
182
+ Section Scores for OCR_PAPER_dall-e-2-annotated__summary:
183
+
184
+ - -0.8975
185
+
186
+ ---
187
+
188
+ ## The Most Dangerous Game--Richard Connell_summary
189
+
190
+ Rainsford swears that they have reached a large island, which is rumored to be inhabited by cannibals. When Rainsford reaches the island, he feels a sudden chill and a sense of uneasiness. The ship's captain, Captain Nielsen, had warned him that the island was "an evil place" and asked him not to feel anything. He also remembers seeing an old Swede who had told him that sailors should not feel anything because the air about them was poisonous. After swimming for a few minutes in the dark, RainsfORD hears shots off in the distance. He swears to go back to sleep. On his way home, he stops at a dinner party where General Zaroff invites him to dine with him. During the course of their conversation, general Zaroff reveals that he has found a new species of deer--the Cossack--and plans to kill him if he does not find him by 3:00 p.m. the next day.
191
+
192
+ ---
193
+
194
+ Section Scores for The Most Dangerous Game--Richard Connell_summary:
195
+
196
+ - -1.0244
197
+
198
+ ---
199
+
200
+ ## gpt_peter_testing_group_exemplars_summary
201
+
202
+ In order to prepare for the hackathon that is to take place on Thursday evenings, Peter and his co-workers decide to create a meme about Cheesy Poofs, an American made product banned by the U.S. government because of its graphic content. The mothers of the boys ban the sale of the American-made cheese poofs in order to discourage the boys from buying them. They also issue an ultimatum to the boys regarding what they should do with their money if they want to make a profit. In order to avoid being labeled as a "hard worker," Peter changes the form of the application so that it conforms to the needs of the class. He also adds more soldiers to respond to Paul's new proposal. Lastly, the group decides to ask each other questions about their day's activities, their hobbies, and their belief in Solipsism. At the end of their training, they will discuss how they can improve the algorithm for saving the world.
203
+
204
+ ---
205
+
206
+ Section Scores for gpt_peter_testing_group_exemplars_summary:
207
+
208
+ - -0.9597
209
+
210
+ ---
211
+
212
+ ## navy seals copy pasta_summary
213
+
214
+ I will wipe you out with precision, mark my words. I will show you everything from the navy seals to the entire US marine corps. I will use your pathetic little life as an opportunity to wipe it all out with "unleasurable" vengeance. You're fucking dead.
215
+
216
+ ---
217
+
218
+ Section Scores for navy seals copy pasta_summary:
219
+
220
+ - -1.0145
221
+
222
+ ---
223
+
224
+ ## script_findingnemo_summary
225
+
226
+ FINDING Nemo: The First Day of School This is a work in progress transcript of the first part of the movie. It's not 100% accurate, and some mistakes may be made, but it's open for corrections if you have any. Marlin says he likes the neighborhood, but he doesn't want to name all of his kids after a clown. He wants to name them all "Marlin Jr." and "Coral Jr.". Brain Snack: A clownfish is a fish that swims from one place to another. In this scene, the clownfish are introduced as Dory and Bekker. They're trying to figure out how to get past the jellyfish when they run into each other on the way to meet their new families. When they finally find their families, though, they can't communicate with each other because they don't recognize each other. Everyone runs off to find their parents.
227
+ Nemo's dad, Gulliver, shows up with the news that Nemo has taken on three giant sharks. Brain Snack: Sharkbait isn't just looking for you, it's also predicting that Darla will arrive in Sydney sometime in the next 48 hours or so. In other words, they don't have much time to clean up before Darla arrives--they only have a little over 48 hours until Darla is due to arrive. The boys scramble to find their exit buddy, Squirt, who'll give them some tips on how to get out of this sticky situation. They decide to play a game of hide-and-seek in order to figure out where Dory is and what he's doing. And guess what? There's a fish floating in the water. It's called the AquaScum 2,000, which is basically a two-hundred-thousand-year-old biodegradable fish tank. Everyone freaks out except for Dory, who tries to talk to the fish by pretending to be a pelican. But Dory convinces him to try talking to Nemo instead. At the end of the chapter, Dory runs off to find his son.
228
+
229
+ ---
230
+
231
+ Section Scores for script_findingnemo_summary:
232
+
233
+ - -1.0351
234
+
235
+ - -0.9937
236
+
237
+ ---
238
+
239
+ ## script_frozendisney_summary
240
+
241
+ In this short scene, the ice men work on a frozen lake. They sing a song about love and fear as they push their ice blocks through the water. An ice floe approaches them threateningly, but they fight it off. The workers pile onto a horsedrawn ice sled and head off into the Northern Lights. At night, the girls sleep in their beds. In the morning, they wake up to find Anna asleep on their bed. She has been injured by a piece of ice that accidentally knocks her over. When she wakes up, she realizes that there is no way for her to get out of the ice. A group of people from Arendelle gathers to watch the coronation of the king and queen. J. Lee introduces his newest addition to the party: Grand Pabbie. He changes all of Anna's magical memories to mundane ones like snowflakes and ice cream. As he instructs the reindeer how to control their icy hands, Anna skips down a snowy slope and lands on an ice wall. On top of her, she runs into a giant snowstorm. It freezes her whole body before she can get back up. During the celebration, Bjorn and Jaquenetta are introduced.
242
+ On the way to the ice palace, Olaf tries to kiss Anna but accidentally slams his head against a puddle of ice. He falls unconscious. Bjorn and Jaquen decide to go to the love experts who will help them find Anna. On the way home, they run into J. Lee and Olaf at an ice palace. They try to get away, but when they do, they are caught in a huge snowball-jacking. Everyone runs away except for Bjorn, who manages to save Anna's life. In the end, Bjorn is sentenced to death.
243
+ As the storm continues, Anna and Olaf rush down the hall in a panic. The walls of the building crack under the force of the storm, preventing them from escaping. When they reach the top of the wall, however, they are struck by ice spikes that block their path. They fall to the ground as a giant snowball. During this brief scene, it is revealed that Anna's sister is dead because of her. It is also revealed that Kristoff has risked his life to rescue Anna. As he runs towards her, he accidentally hits her with his sword. He falls overboard. Kai, the dockmaster, tells the guards that Arendelle will no longer conduct any dealings with HANS. The guards take him off the ship and send him back to Weselton. On the way home, Anna pulls a blindfold over her face and embraces Sven. She kisses him on the lips. At the end of the scene, Olaf skates through the crowd and helps Anna into the sleigh.
244
+
245
+ ---
246
+
247
+ Section Scores for script_frozendisney_summary:
248
+
249
+ - -1.0835
250
+
251
+ - -1.0709
252
+
253
+ - -0.9543
254
+
255
+ ---
256
+
257
+ ## script_strangersonatrain_summary
258
+
259
+ Bruno Haines, a young man in expensive clothes, and Anthony, a troubled young man, appear on the train platform. They are greeted by Bruno, who apologizes for his over-the-top smoking and remarks that he is too busy to attend the doubles match between Evans and Faraday. The conversation then moves to news of people divorcing or getting remarried. In this brief scene, they are interrupted by the arrival of a police car. As they enter the main part of the city, they witness the arrest of two men whom they believe have plotted to murder one another. At the same time, they also witness the arrests of three other men accused of plotting against them.
260
+ At the police station, Barbra tells Guy that she saw him on the train from New York City to Washington, D. C., and that he should be able to tell them where he was at nine:00 a.m. That night, Guy goes to the office of Captain Turley, who is supposed to be there. When he enters, he finds Professor Collins waiting behind him. He explains that he has been able to identify the man who tried to murder Mrs. Cunningham in the book The Murder of Mr. Metcalf by using his own name. At the same time, Haines notes that one of the Burtons' friends, Antony, has helped mastermind the murder of Dr. Calf. As they are leaving the apartment, Bertha notices that Guy is staring at her. She realizes that he is trying to talk to her about the murder and decides to leave the apartment for a few days so that she can figure out how to get rid of him. While she is gone, Anne overhears a conversation between Bruno and Miss Darville.
261
+ Bruno and Anne are in the midst of a conversation about Guy. He tells his mother that Guy should not have sent her on an errand like this, because Guy is irresponsible and will do anything for Lady Macbeth's reputation. When Anne gets up to leave, she sees Guy's lighter in her pocket. The police need something to prove that he was at the murder scene--something to prove they were at the crime scene that night. As soon as the game begins, Guy and Reynolds win the first set with a flourish. At the end of the third set, though, Guy smashes one of the horses' heads against the wall. In the fourth set, Guy kills another horseman who tries to get underneath the top of the second horse. A bystander catches a glimpse of the two men getting into a fight over a broken wheelbarrow. An onlooker rushes in to see what has happened. It turns out that Haines beat the man who tried to steal his lighter during the tournament. After the game, Ganymede and Hennessy take their cab back to the station.
262
+
263
+ ---
264
+
265
+ Section Scores for script_strangersonatrain_summary:
266
+
267
+ - -1.0462
268
+
269
+ - -1.0986
270
+
271
+ - -1.1284
272
+
273
+ ---
274
+
275
+ ## script_sunsetblvd._summary
276
+
277
+ On March 21, 1949, the Los Angeles Daily News publishes a picture of Sunset Boulevard as it was before the shooting began. Two men enter the scene and give Gillis a business card to use to get the car keys. They explain that they need to jack up the car and haul it away because they have a court order. The car is a 1946 Plymouth convertible with two shots in its back and one in its stomach. It has been loaned to a man named Sheldrake who lives next door to him. He had lent the car to a guy named Bill Demarest who took it to Palm Springs for his health. At the same time, he has borrowed three hundred dollars to pay for another car. When the men leave, Gillis' VOICE is heard on the other end of the room -- Norma's -- asking him if he can borrow some money to write a piece about her. He does not want to do anything more than talk to her. In fact, he tells her that he will send her a copy of Salome.
278
+ Gillis is embarrassed at the way Norma treats him. He tries to tell her that he doesn't want her to love him, but she tells him that he's just trying to get her to think of someone else. Gillis goes back to his apartment and finds a box with two bars of music on it. When he opens the box, there's a note saying "To Joe from Northma," which says "Mad About the Boy." The next day, Gillis goes off to New Year's Eve party at Artie Green's apartment. At the end of the night, he calls in to see how things are going. It turns out that Artie has been working on a script for a play called Norma's Salome. Afterward, they head over to De Mille's office to have a chat. There's a knock on the door as soon as they get there. In the meantime, we learn that Norma has had an affair with a guy named Gordon Cole. We also learn that de Mille wants to hire one of his assistants to help him finish his script.
279
+ Gillis tells Betty that Artie has sent her a telegram asking her to come to Arizona with him. It only costs two dollars to get married there, so it would be nice for them to have a honeymoon together. As they are finishing the story, Norma's bedroom doorbell rings and Gillis comes in to talk to her. He tries to give her some more clues but she is too scared to do so. She shoots both men in rapid succession and he falls into the pool. At the end of the scene, DeMille rushes out to save the life of Norma.
280
+
281
+ ---
282
+
283
+ Section Scores for script_sunsetblvd._summary:
284
+
285
+ - -1.0416
286
+
287
+ - -1.0423
288
+
289
+ - -0.8555
290
+
291
+ ---
292
+
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a08ab8231e58381a51d97153e6715d14b2e56271fb830ca66f385c100c8e6f1
3
+ size 647614118
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c74d469611ef8013b779aefc5cab0cf0cd16bd65dfe5c90d4aeb4dd20e57ec
3
+ size 647616935
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "trim_offsets": true, "model_max_length": 16384, "special_tokens_map_file": "/root/.cache/huggingface/transformers/05da652a7fca41c1c18027c1201e473217bb373e370d1283e3de49d5880cbf0c.cb2244924ab24d706b02fd7fcedaea4531566537687a539ebb94db511fd122a0", "name_or_path": "pszemraj/led-base-book-summary", "tokenizer_class": "LEDTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,781 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.9994069974303224,
5
+ "global_step": 632,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.03,
12
+ "learning_rate": 1.6398077091987075e-05,
13
+ "loss": 2.639,
14
+ "step": 5
15
+ },
16
+ {
17
+ "epoch": 0.06,
18
+ "learning_rate": 2.3460344492986226e-05,
19
+ "loss": 2.6696,
20
+ "step": 10
21
+ },
22
+ {
23
+ "epoch": 0.09,
24
+ "learning_rate": 2.7591506092636183e-05,
25
+ "loss": 2.6473,
26
+ "step": 15
27
+ },
28
+ {
29
+ "epoch": 0.13,
30
+ "learning_rate": 3e-05,
31
+ "loss": 2.6481,
32
+ "step": 20
33
+ },
34
+ {
35
+ "epoch": 0.16,
36
+ "learning_rate": 3e-05,
37
+ "loss": 2.641,
38
+ "step": 25
39
+ },
40
+ {
41
+ "epoch": 0.19,
42
+ "learning_rate": 3e-05,
43
+ "loss": 2.663,
44
+ "step": 30
45
+ },
46
+ {
47
+ "epoch": 0.22,
48
+ "learning_rate": 3e-05,
49
+ "loss": 2.6205,
50
+ "step": 35
51
+ },
52
+ {
53
+ "epoch": 0.25,
54
+ "learning_rate": 3e-05,
55
+ "loss": 2.6176,
56
+ "step": 40
57
+ },
58
+ {
59
+ "epoch": 0.28,
60
+ "learning_rate": 3e-05,
61
+ "loss": 2.6764,
62
+ "step": 45
63
+ },
64
+ {
65
+ "epoch": 0.32,
66
+ "learning_rate": 3e-05,
67
+ "loss": 2.6393,
68
+ "step": 50
69
+ },
70
+ {
71
+ "epoch": 0.35,
72
+ "learning_rate": 3e-05,
73
+ "loss": 2.6457,
74
+ "step": 55
75
+ },
76
+ {
77
+ "epoch": 0.38,
78
+ "learning_rate": 3e-05,
79
+ "loss": 2.6594,
80
+ "step": 60
81
+ },
82
+ {
83
+ "epoch": 0.41,
84
+ "learning_rate": 3e-05,
85
+ "loss": 2.6146,
86
+ "step": 65
87
+ },
88
+ {
89
+ "epoch": 0.44,
90
+ "learning_rate": 3e-05,
91
+ "loss": 2.6564,
92
+ "step": 70
93
+ },
94
+ {
95
+ "epoch": 0.47,
96
+ "learning_rate": 3e-05,
97
+ "loss": 2.6465,
98
+ "step": 75
99
+ },
100
+ {
101
+ "epoch": 0.51,
102
+ "learning_rate": 3e-05,
103
+ "loss": 2.6293,
104
+ "step": 80
105
+ },
106
+ {
107
+ "epoch": 0.54,
108
+ "learning_rate": 3e-05,
109
+ "loss": 2.6427,
110
+ "step": 85
111
+ },
112
+ {
113
+ "epoch": 0.57,
114
+ "learning_rate": 3e-05,
115
+ "loss": 2.6203,
116
+ "step": 90
117
+ },
118
+ {
119
+ "epoch": 0.6,
120
+ "learning_rate": 3e-05,
121
+ "loss": 2.6286,
122
+ "step": 95
123
+ },
124
+ {
125
+ "epoch": 0.63,
126
+ "learning_rate": 3e-05,
127
+ "loss": 2.6523,
128
+ "step": 100
129
+ },
130
+ {
131
+ "epoch": 0.66,
132
+ "learning_rate": 3e-05,
133
+ "loss": 2.6239,
134
+ "step": 105
135
+ },
136
+ {
137
+ "epoch": 0.7,
138
+ "learning_rate": 3e-05,
139
+ "loss": 2.6053,
140
+ "step": 110
141
+ },
142
+ {
143
+ "epoch": 0.73,
144
+ "learning_rate": 3e-05,
145
+ "loss": 2.6772,
146
+ "step": 115
147
+ },
148
+ {
149
+ "epoch": 0.76,
150
+ "learning_rate": 3e-05,
151
+ "loss": 2.6096,
152
+ "step": 120
153
+ },
154
+ {
155
+ "epoch": 0.79,
156
+ "learning_rate": 3e-05,
157
+ "loss": 2.6703,
158
+ "step": 125
159
+ },
160
+ {
161
+ "epoch": 0.82,
162
+ "learning_rate": 3e-05,
163
+ "loss": 2.6278,
164
+ "step": 130
165
+ },
166
+ {
167
+ "epoch": 0.85,
168
+ "learning_rate": 3e-05,
169
+ "loss": 2.6324,
170
+ "step": 135
171
+ },
172
+ {
173
+ "epoch": 0.89,
174
+ "learning_rate": 3e-05,
175
+ "loss": 2.6098,
176
+ "step": 140
177
+ },
178
+ {
179
+ "epoch": 0.92,
180
+ "learning_rate": 3e-05,
181
+ "loss": 2.6498,
182
+ "step": 145
183
+ },
184
+ {
185
+ "epoch": 0.95,
186
+ "learning_rate": 3e-05,
187
+ "loss": 2.6319,
188
+ "step": 150
189
+ },
190
+ {
191
+ "epoch": 0.98,
192
+ "learning_rate": 3e-05,
193
+ "loss": 2.6507,
194
+ "step": 155
195
+ },
196
+ {
197
+ "epoch": 1.01,
198
+ "learning_rate": 3e-05,
199
+ "loss": 2.6601,
200
+ "step": 160
201
+ },
202
+ {
203
+ "epoch": 1.04,
204
+ "learning_rate": 3e-05,
205
+ "loss": 2.5753,
206
+ "step": 165
207
+ },
208
+ {
209
+ "epoch": 1.08,
210
+ "learning_rate": 3e-05,
211
+ "loss": 2.6221,
212
+ "step": 170
213
+ },
214
+ {
215
+ "epoch": 1.11,
216
+ "learning_rate": 3e-05,
217
+ "loss": 2.5597,
218
+ "step": 175
219
+ },
220
+ {
221
+ "epoch": 1.14,
222
+ "learning_rate": 3e-05,
223
+ "loss": 2.5934,
224
+ "step": 180
225
+ },
226
+ {
227
+ "epoch": 1.17,
228
+ "learning_rate": 3e-05,
229
+ "loss": 2.5633,
230
+ "step": 185
231
+ },
232
+ {
233
+ "epoch": 1.2,
234
+ "learning_rate": 3e-05,
235
+ "loss": 2.5715,
236
+ "step": 190
237
+ },
238
+ {
239
+ "epoch": 1.23,
240
+ "learning_rate": 3e-05,
241
+ "loss": 2.5809,
242
+ "step": 195
243
+ },
244
+ {
245
+ "epoch": 1.27,
246
+ "learning_rate": 3e-05,
247
+ "loss": 2.5561,
248
+ "step": 200
249
+ },
250
+ {
251
+ "epoch": 1.3,
252
+ "learning_rate": 3e-05,
253
+ "loss": 2.5633,
254
+ "step": 205
255
+ },
256
+ {
257
+ "epoch": 1.33,
258
+ "learning_rate": 3e-05,
259
+ "loss": 2.5526,
260
+ "step": 210
261
+ },
262
+ {
263
+ "epoch": 1.36,
264
+ "learning_rate": 3e-05,
265
+ "loss": 2.6323,
266
+ "step": 215
267
+ },
268
+ {
269
+ "epoch": 1.39,
270
+ "learning_rate": 3e-05,
271
+ "loss": 2.5679,
272
+ "step": 220
273
+ },
274
+ {
275
+ "epoch": 1.42,
276
+ "learning_rate": 3e-05,
277
+ "loss": 2.5805,
278
+ "step": 225
279
+ },
280
+ {
281
+ "epoch": 1.46,
282
+ "learning_rate": 3e-05,
283
+ "loss": 2.5833,
284
+ "step": 230
285
+ },
286
+ {
287
+ "epoch": 1.49,
288
+ "learning_rate": 3e-05,
289
+ "loss": 2.5859,
290
+ "step": 235
291
+ },
292
+ {
293
+ "epoch": 1.52,
294
+ "learning_rate": 3e-05,
295
+ "loss": 2.5947,
296
+ "step": 240
297
+ },
298
+ {
299
+ "epoch": 1.55,
300
+ "learning_rate": 3e-05,
301
+ "loss": 2.6159,
302
+ "step": 245
303
+ },
304
+ {
305
+ "epoch": 1.58,
306
+ "learning_rate": 3e-05,
307
+ "loss": 2.5969,
308
+ "step": 250
309
+ },
310
+ {
311
+ "epoch": 1.61,
312
+ "learning_rate": 3e-05,
313
+ "loss": 2.5649,
314
+ "step": 255
315
+ },
316
+ {
317
+ "epoch": 1.65,
318
+ "learning_rate": 3e-05,
319
+ "loss": 2.5304,
320
+ "step": 260
321
+ },
322
+ {
323
+ "epoch": 1.68,
324
+ "learning_rate": 3e-05,
325
+ "loss": 2.5628,
326
+ "step": 265
327
+ },
328
+ {
329
+ "epoch": 1.71,
330
+ "learning_rate": 3e-05,
331
+ "loss": 2.5857,
332
+ "step": 270
333
+ },
334
+ {
335
+ "epoch": 1.74,
336
+ "learning_rate": 3e-05,
337
+ "loss": 2.5914,
338
+ "step": 275
339
+ },
340
+ {
341
+ "epoch": 1.77,
342
+ "learning_rate": 3e-05,
343
+ "loss": 2.5572,
344
+ "step": 280
345
+ },
346
+ {
347
+ "epoch": 1.8,
348
+ "learning_rate": 3e-05,
349
+ "loss": 2.6037,
350
+ "step": 285
351
+ },
352
+ {
353
+ "epoch": 1.83,
354
+ "learning_rate": 3e-05,
355
+ "loss": 2.6095,
356
+ "step": 290
357
+ },
358
+ {
359
+ "epoch": 1.87,
360
+ "learning_rate": 3e-05,
361
+ "loss": 2.5787,
362
+ "step": 295
363
+ },
364
+ {
365
+ "epoch": 1.9,
366
+ "learning_rate": 3e-05,
367
+ "loss": 2.5881,
368
+ "step": 300
369
+ },
370
+ {
371
+ "epoch": 1.93,
372
+ "learning_rate": 3e-05,
373
+ "loss": 2.5706,
374
+ "step": 305
375
+ },
376
+ {
377
+ "epoch": 1.96,
378
+ "learning_rate": 3e-05,
379
+ "loss": 2.5636,
380
+ "step": 310
381
+ },
382
+ {
383
+ "epoch": 1.99,
384
+ "learning_rate": 3e-05,
385
+ "loss": 2.576,
386
+ "step": 315
387
+ },
388
+ {
389
+ "epoch": 2.03,
390
+ "learning_rate": 3e-05,
391
+ "loss": 2.5955,
392
+ "step": 320
393
+ },
394
+ {
395
+ "epoch": 2.06,
396
+ "learning_rate": 3e-05,
397
+ "loss": 2.5293,
398
+ "step": 325
399
+ },
400
+ {
401
+ "epoch": 2.09,
402
+ "learning_rate": 3e-05,
403
+ "loss": 2.5107,
404
+ "step": 330
405
+ },
406
+ {
407
+ "epoch": 2.12,
408
+ "learning_rate": 3e-05,
409
+ "loss": 2.5378,
410
+ "step": 335
411
+ },
412
+ {
413
+ "epoch": 2.15,
414
+ "learning_rate": 3e-05,
415
+ "loss": 2.5262,
416
+ "step": 340
417
+ },
418
+ {
419
+ "epoch": 2.18,
420
+ "learning_rate": 3e-05,
421
+ "loss": 2.5485,
422
+ "step": 345
423
+ },
424
+ {
425
+ "epoch": 2.22,
426
+ "learning_rate": 3e-05,
427
+ "loss": 2.5123,
428
+ "step": 350
429
+ },
430
+ {
431
+ "epoch": 2.25,
432
+ "learning_rate": 3e-05,
433
+ "loss": 2.509,
434
+ "step": 355
435
+ },
436
+ {
437
+ "epoch": 2.28,
438
+ "learning_rate": 3e-05,
439
+ "loss": 2.4993,
440
+ "step": 360
441
+ },
442
+ {
443
+ "epoch": 2.31,
444
+ "learning_rate": 3e-05,
445
+ "loss": 2.5133,
446
+ "step": 365
447
+ },
448
+ {
449
+ "epoch": 2.34,
450
+ "learning_rate": 3e-05,
451
+ "loss": 2.5346,
452
+ "step": 370
453
+ },
454
+ {
455
+ "epoch": 2.37,
456
+ "learning_rate": 3e-05,
457
+ "loss": 2.5174,
458
+ "step": 375
459
+ },
460
+ {
461
+ "epoch": 2.4,
462
+ "learning_rate": 3e-05,
463
+ "loss": 2.5282,
464
+ "step": 380
465
+ },
466
+ {
467
+ "epoch": 2.44,
468
+ "learning_rate": 3e-05,
469
+ "loss": 2.5489,
470
+ "step": 385
471
+ },
472
+ {
473
+ "epoch": 2.47,
474
+ "learning_rate": 3e-05,
475
+ "loss": 2.4989,
476
+ "step": 390
477
+ },
478
+ {
479
+ "epoch": 2.5,
480
+ "learning_rate": 3e-05,
481
+ "loss": 2.5243,
482
+ "step": 395
483
+ },
484
+ {
485
+ "epoch": 2.53,
486
+ "learning_rate": 3e-05,
487
+ "loss": 2.5228,
488
+ "step": 400
489
+ },
490
+ {
491
+ "epoch": 2.56,
492
+ "learning_rate": 3e-05,
493
+ "loss": 2.5013,
494
+ "step": 405
495
+ },
496
+ {
497
+ "epoch": 2.59,
498
+ "learning_rate": 3e-05,
499
+ "loss": 2.509,
500
+ "step": 410
501
+ },
502
+ {
503
+ "epoch": 2.63,
504
+ "learning_rate": 3e-05,
505
+ "loss": 2.566,
506
+ "step": 415
507
+ },
508
+ {
509
+ "epoch": 2.66,
510
+ "learning_rate": 3e-05,
511
+ "loss": 2.5291,
512
+ "step": 420
513
+ },
514
+ {
515
+ "epoch": 2.69,
516
+ "learning_rate": 3e-05,
517
+ "loss": 2.5421,
518
+ "step": 425
519
+ },
520
+ {
521
+ "epoch": 2.72,
522
+ "learning_rate": 3e-05,
523
+ "loss": 2.5454,
524
+ "step": 430
525
+ },
526
+ {
527
+ "epoch": 2.75,
528
+ "learning_rate": 3e-05,
529
+ "loss": 2.5324,
530
+ "step": 435
531
+ },
532
+ {
533
+ "epoch": 2.78,
534
+ "learning_rate": 3e-05,
535
+ "loss": 2.5457,
536
+ "step": 440
537
+ },
538
+ {
539
+ "epoch": 2.82,
540
+ "learning_rate": 3e-05,
541
+ "loss": 2.5365,
542
+ "step": 445
543
+ },
544
+ {
545
+ "epoch": 2.85,
546
+ "learning_rate": 3e-05,
547
+ "loss": 2.5395,
548
+ "step": 450
549
+ },
550
+ {
551
+ "epoch": 2.88,
552
+ "learning_rate": 3e-05,
553
+ "loss": 2.5458,
554
+ "step": 455
555
+ },
556
+ {
557
+ "epoch": 2.91,
558
+ "learning_rate": 3e-05,
559
+ "loss": 2.4935,
560
+ "step": 460
561
+ },
562
+ {
563
+ "epoch": 2.94,
564
+ "learning_rate": 3e-05,
565
+ "loss": 2.5347,
566
+ "step": 465
567
+ },
568
+ {
569
+ "epoch": 2.97,
570
+ "learning_rate": 3e-05,
571
+ "loss": 2.5287,
572
+ "step": 470
573
+ },
574
+ {
575
+ "epoch": 3.01,
576
+ "learning_rate": 3e-05,
577
+ "loss": 2.5784,
578
+ "step": 475
579
+ },
580
+ {
581
+ "epoch": 3.04,
582
+ "learning_rate": 3e-05,
583
+ "loss": 2.4889,
584
+ "step": 480
585
+ },
586
+ {
587
+ "epoch": 3.07,
588
+ "learning_rate": 3e-05,
589
+ "loss": 2.4622,
590
+ "step": 485
591
+ },
592
+ {
593
+ "epoch": 3.1,
594
+ "learning_rate": 3e-05,
595
+ "loss": 2.4628,
596
+ "step": 490
597
+ },
598
+ {
599
+ "epoch": 3.13,
600
+ "learning_rate": 3e-05,
601
+ "loss": 2.5204,
602
+ "step": 495
603
+ },
604
+ {
605
+ "epoch": 3.16,
606
+ "learning_rate": 3e-05,
607
+ "loss": 2.4543,
608
+ "step": 500
609
+ },
610
+ {
611
+ "epoch": 3.2,
612
+ "learning_rate": 3e-05,
613
+ "loss": 2.4717,
614
+ "step": 505
615
+ },
616
+ {
617
+ "epoch": 3.23,
618
+ "learning_rate": 3e-05,
619
+ "loss": 2.5113,
620
+ "step": 510
621
+ },
622
+ {
623
+ "epoch": 3.26,
624
+ "learning_rate": 3e-05,
625
+ "loss": 2.4838,
626
+ "step": 515
627
+ },
628
+ {
629
+ "epoch": 3.29,
630
+ "learning_rate": 3e-05,
631
+ "loss": 2.5224,
632
+ "step": 520
633
+ },
634
+ {
635
+ "epoch": 3.32,
636
+ "learning_rate": 3e-05,
637
+ "loss": 2.4858,
638
+ "step": 525
639
+ },
640
+ {
641
+ "epoch": 3.35,
642
+ "learning_rate": 3e-05,
643
+ "loss": 2.5227,
644
+ "step": 530
645
+ },
646
+ {
647
+ "epoch": 3.39,
648
+ "learning_rate": 3e-05,
649
+ "loss": 2.4824,
650
+ "step": 535
651
+ },
652
+ {
653
+ "epoch": 3.42,
654
+ "learning_rate": 3e-05,
655
+ "loss": 2.4836,
656
+ "step": 540
657
+ },
658
+ {
659
+ "epoch": 3.45,
660
+ "learning_rate": 3e-05,
661
+ "loss": 2.4968,
662
+ "step": 545
663
+ },
664
+ {
665
+ "epoch": 3.48,
666
+ "learning_rate": 3e-05,
667
+ "loss": 2.5004,
668
+ "step": 550
669
+ },
670
+ {
671
+ "epoch": 3.51,
672
+ "learning_rate": 3e-05,
673
+ "loss": 2.4756,
674
+ "step": 555
675
+ },
676
+ {
677
+ "epoch": 3.54,
678
+ "learning_rate": 3e-05,
679
+ "loss": 2.5068,
680
+ "step": 560
681
+ },
682
+ {
683
+ "epoch": 3.58,
684
+ "learning_rate": 3e-05,
685
+ "loss": 2.468,
686
+ "step": 565
687
+ },
688
+ {
689
+ "epoch": 3.61,
690
+ "learning_rate": 3e-05,
691
+ "loss": 2.4764,
692
+ "step": 570
693
+ },
694
+ {
695
+ "epoch": 3.64,
696
+ "learning_rate": 3e-05,
697
+ "loss": 2.4927,
698
+ "step": 575
699
+ },
700
+ {
701
+ "epoch": 3.67,
702
+ "learning_rate": 3e-05,
703
+ "loss": 2.4993,
704
+ "step": 580
705
+ },
706
+ {
707
+ "epoch": 3.7,
708
+ "learning_rate": 3e-05,
709
+ "loss": 2.4786,
710
+ "step": 585
711
+ },
712
+ {
713
+ "epoch": 3.73,
714
+ "learning_rate": 3e-05,
715
+ "loss": 2.489,
716
+ "step": 590
717
+ },
718
+ {
719
+ "epoch": 3.77,
720
+ "learning_rate": 3e-05,
721
+ "loss": 2.4271,
722
+ "step": 595
723
+ },
724
+ {
725
+ "epoch": 3.8,
726
+ "learning_rate": 3e-05,
727
+ "loss": 2.4502,
728
+ "step": 600
729
+ },
730
+ {
731
+ "epoch": 3.83,
732
+ "learning_rate": 3e-05,
733
+ "loss": 2.4682,
734
+ "step": 605
735
+ },
736
+ {
737
+ "epoch": 3.86,
738
+ "learning_rate": 3e-05,
739
+ "loss": 2.4702,
740
+ "step": 610
741
+ },
742
+ {
743
+ "epoch": 3.89,
744
+ "learning_rate": 3e-05,
745
+ "loss": 2.4722,
746
+ "step": 615
747
+ },
748
+ {
749
+ "epoch": 3.92,
750
+ "learning_rate": 3e-05,
751
+ "loss": 2.5132,
752
+ "step": 620
753
+ },
754
+ {
755
+ "epoch": 3.96,
756
+ "learning_rate": 3e-05,
757
+ "loss": 2.446,
758
+ "step": 625
759
+ },
760
+ {
761
+ "epoch": 3.99,
762
+ "learning_rate": 3e-05,
763
+ "loss": 2.4824,
764
+ "step": 630
765
+ },
766
+ {
767
+ "epoch": 4.0,
768
+ "step": 632,
769
+ "total_flos": 2.1853297764099686e+17,
770
+ "train_loss": 2.5587786006022104,
771
+ "train_runtime": 54071.5154,
772
+ "train_samples_per_second": 0.748,
773
+ "train_steps_per_second": 0.012
774
+ }
775
+ ],
776
+ "max_steps": 632,
777
+ "num_train_epochs": 4,
778
+ "total_flos": 2.1853297764099686e+17,
779
+ "trial_name": null,
780
+ "trial_params": null
781
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b45e019c7ec05993cda59a7c7816ca58ae002e1bb6428693619fe1f07541b7e
3
+ size 4399
vocab.json ADDED
The diff for this file is too large to render. See raw diff