Ruben Mordechai Wolhandler commited on
Commit
ccf5f77
1 Parent(s): fc43519

add ori_data

Browse files
DUC/results/README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: results
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # results
16
+
17
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.5324
20
+ - Rouge1: 23.8245
21
+ - Rouge2: 8.945
22
+ - Rougel: 20.7277
23
+ - Rougelsum: 20.6053
24
+ - Gen Len: 16.7176
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 3e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10.0
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
57
+ | No log | 5.53 | 50 | 3.3543 | 23.1755 | 7.9329 | 20.0459 | 19.9809 | 15.6235 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.25.0.dev0
63
+ - Pytorch 1.13.0+cu117
64
+ - Datasets 2.7.1
65
+ - Tokenizers 0.13.2
DUC/results/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</h>": 50266,
3
+ "<h>": 50265
4
+ }
DUC/results/all_results.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.95,
3
+ "eval_gen_len": 16.71764705882353,
4
+ "eval_loss": 3.532421827316284,
5
+ "eval_rouge1": 23.8245,
6
+ "eval_rouge2": 8.945,
7
+ "eval_rougeL": 20.7277,
8
+ "eval_rougeLsum": 20.6053,
9
+ "eval_runtime": 18.986,
10
+ "eval_samples": 170,
11
+ "eval_samples_per_second": 8.954,
12
+ "eval_steps_per_second": 0.579,
13
+ "predict_gen_len": 16.994,
14
+ "predict_loss": 3.2858633995056152,
15
+ "predict_rouge1": 30.4527,
16
+ "predict_rouge2": 10.8725,
17
+ "predict_rougeL": 26.5392,
18
+ "predict_rougeLsum": 26.51,
19
+ "predict_runtime": 56.7154,
20
+ "predict_samples": 500,
21
+ "predict_samples_per_second": 8.816,
22
+ "predict_steps_per_second": 0.564,
23
+ "train_loss": 2.0686642116970484,
24
+ "train_runtime": 292.5827,
25
+ "train_samples": 300,
26
+ "train_samples_per_second": 10.254,
27
+ "train_steps_per_second": 0.308
28
+ }
DUC/results/config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 12,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 16,
23
+ "encoder_ffn_dim": 4096,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 2,
27
+ "forced_bos_token_id": 0,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
+ "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
+ "max_position_embeddings": 1024,
43
+ "model_type": "bart",
44
+ "no_repeat_ngram_size": 3,
45
+ "normalize_before": false,
46
+ "num_beams": 4,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 1,
49
+ "scale_embedding": false,
50
+ "task_specific_params": {
51
+ "summarization": {
52
+ "length_penalty": 1.0,
53
+ "max_length": 128,
54
+ "min_length": 12,
55
+ "num_beams": 4
56
+ },
57
+ "summarization_cnn": {
58
+ "length_penalty": 2.0,
59
+ "max_length": 142,
60
+ "min_length": 56,
61
+ "num_beams": 4
62
+ },
63
+ "summarization_xsum": {
64
+ "length_penalty": 1.0,
65
+ "max_length": 62,
66
+ "min_length": 11,
67
+ "num_beams": 6
68
+ }
69
+ },
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.25.0.dev0",
72
+ "use_cache": true,
73
+ "vocab_size": 50267
74
+ }
DUC/results/eval_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.95,
3
+ "eval_gen_len": 16.71764705882353,
4
+ "eval_loss": 3.532421827316284,
5
+ "eval_rouge1": 23.8245,
6
+ "eval_rouge2": 8.945,
7
+ "eval_rougeL": 20.7277,
8
+ "eval_rougeLsum": 20.6053,
9
+ "eval_runtime": 18.986,
10
+ "eval_samples": 170,
11
+ "eval_samples_per_second": 8.954,
12
+ "eval_steps_per_second": 0.579
13
+ }
DUC/results/generated_predictions.txt ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The agreement will make Hun Sen prime minister and Ranariddh president of the National Assembly.
2
+ Prince Norodom Ranariddh and Sam Rainsy fled Cambodia
3
+ Hun Sen's Cambodian People's Party narrowly won the election.
4
+ Negotiations to form a new government have collapsed.
5
+ Hun Sen accused him of being behind a plot against his life.
6
+ Hun Sen ousted Ranariddh in a coup last year.
7
+ the opposition accusing the government of widespread fraud and intimidation.
8
+ The opposition has refused to enter into a coalition with Hun Sen until their allegations of election fraud have been thoroughly investigated.
9
+ Vietnam's military strongman Hun Sen won a decisive victory in elections to form a new government
10
+ Cambodian leader Hun Sen rejected the opposition's demand for talks outside the country
11
+ Hurricane Mitch brought heavy winds and flooding to Central America.
12
+ At least 231 deaths have been blamed on the earthquake.
13
+ Hurricane Mitch roared through the northwest Caribbean
14
+ At least 21 people died when torrential rains and mudslides.
15
+ That meant the Honduran coast was under hurricane conditions for more than a day.
16
+ Hurricane Mitch drifted off the Honduran coast for several days
17
+ Clinton requested $70 million in emergency aid.
18
+ The U.S. military planned to provide fuel and other aid to Honduras, Nicaragua, El Salvador and Guatemala.
19
+ More than 200 towns and villages were isolated by the storm
20
+ Hurricane Mitch bringing heavy rains, flooding and killing scores of people.
21
+ Pinochet was extradited to Spain on charges of genocide, terrorism and torture.
22
+ Pinochet was arrested in London on October 16 at the instigation of a Spanish court.
23
+ Pinochet was arrested in London on October 16
24
+ Pinochet's wife appealed for his extradition.
25
+ He was hospitalized for back surgery.
26
+ Pinochet has vowed to fight extradition.
27
+ Pinochet was in London recovering from back surgery.
28
+ Pinochet was charged with murder, kidnapping and torture.
29
+ Chile protested Pinochet's arrest.
30
+ The Chilean government argued that as a senator he was entitled to diplomatic immunity.
31
+ the suspected mastermind of the bombings.
32
+ Osama bin Laden has been charged with masterminding bombings of the U.S. embassies in Tanzania and Kenya
33
+ Osama bin Laden is believed to be living in Afghanistan.
34
+ Osama bin Laden's terrorist network
35
+ a conspiracy to bomb U.S. targets around the world
36
+ The blast at the U.S. Embassy in Nairobi killed 213 people and injured over 5,400.
37
+ The Taliban rule 90 percent of Afghanistan
38
+ Abdullah bin Laden was charged with murder and using weapons of mass destruction.
39
+ The Taliban accused the U.S. of trying to overthrow its government.
40
+ The U.S. has obtained new evidence to link the owner of a Sudanese factory to terrorism.
41
+ More than 200 players with guaranteed contracts
42
+ the National Football League and Major League Baseball in having lost games to labor dispute.
43
+ The NBA has already canceled the first two weeks of the season because of the labor dispute.
44
+ The NFL abruptly canceled the entire preseason on Monday.
45
+ The NBA's deputy commissioner announced the cancellation after nearly three and a half hours of meetings.
46
+ the players win.
47
+ The owners will be liable for about $800 million in guaranteed salaries
48
+ The decision to cancel 99 games between Nov. 3 and Nov. 16 came after the players association
49
+ the players association proposed the implementation of a hard salary cap
50
+ The league has sued Feerick over his jurisdiction.
51
+ Congolese rebels have taken their two-month campaign to oust President Laurent Kabila to the Internet.
52
+ Kabila accuses Rwanda and Uganda of orchestrating the rebellion.
53
+ Kabila accuses rebel leaders of mismanagement, corruption and sowing division among Congo's 400 tribes.
54
+ Congolese rebels shot down a jet ferrying 40 government soldiers and ammunition.
55
+ On August 2 Tutsis, disenchanted members of President Laurent Kabila's army and political opponents took up arms
56
+ The rebels were apparently meeting stiff resistance.
57
+ After an initial lightning advance the rebels were stopped at the outskirts of Kinshasa
58
+ rebels attacked Kindu since late August
59
+ A day after shooting down a jetliner carrying 40 people rebels clashed with government troops near a strategic airstrip in eastern Congo
60
+ Fighting for the town of Kindu
61
+ Clinton plans to attend the Asia-Pacific Economic Cooperation (APEC) summit in Kuala Lumpur.
62
+ Anwar was fired as deputy premier on Sept. 2
63
+ Anwar Ibrahim was charged with abusing his powers.
64
+ Malaysia's Deputy Prime Minister Anwar Ibrahim has been charged with corruption and sexual misconduct.
65
+ Philippines President Estrada indicated he may not attend the Asia-Pacific Economic Cooperation (APEC) summit in November.
66
+ APEC members are Brunei, Canada, Chile, Japan, Malaysia, New Zealand, the Philippines, Taiwan, Thailand and the United
67
+ It was predictable that capital controls would be a short-term tonic.
68
+ China, Russia and Peru will join in November.
69
+ The summit is to take place on Nov. 17-18.
70
+ A charismatic politician was once to be the successor to Malaysia's long-serving Prime Minister
71
+ A car bomb exploded near a Jerusalem market killing the bombers and wounding 21 others.
72
+ The Israeli Cabinet suspended its ratification of the accord after the bombing.
73
+ The militant group Islamic Jihad claimed responsibility.
74
+ Palestinian security sources and the families of the dead bombers had already identified them as Islamic Jihad activists.
75
+ A bomb-loaded car exploded near a Jerusalem market Friday killing the bombers and wounding 21 others.
76
+ The radical group Islamic Jihad vowed more attacks to try to block the new peace accord.
77
+ A defiant Netanyahu vowed to continue building Jewish neighborhoods throughout the city.
78
+ The militant group Hamas has tried to stop the peace process.
79
+ Both bombers were from West Bank villages under Israeli security control.
80
+ Two bombers blew up a car packed with explosives near a Jerusalem market.
81
+ Anwar has been charged with corruption and illegal homosexual acts.
82
+ Anwar resigned on Sept. 2 after the two differed on economic policy.
83
+ On Sept. 2 Malaysia's Prime Minister Mahathir Mohamad fired Deputy Prime Minister Ahmad Zahid Hamidi
84
+ Mahathir had groomed Anwar as his successor.
85
+ Anwar was charged with abusing his powers.
86
+ Anwar was fired on Sept. 2 from his posts as deputy prime minister and finance minister
87
+ Anwar was arrested on Sept. 20.
88
+ The former deputy-premier pleaded innocent to all charges
89
+ Mahathir Mohamad called for an investigation of the alleged mistreatment of Anwar.
90
+ He was arrested Sept. 20.
91
+ U.S. envoy Richard Holbrooke warned Kosovo's President Milosevic to halt his offensive against ethnic Albanians.
92
+ The United States and Russia warned that NATO airstrikes are inevitable unless he takes decisive action soon to end the humanitarian crisis in the southern
93
+ Yugoslavia claimed that it was taking steps to comply with U.N. demands.
94
+ The capacity for its resumption is there.
95
+ Holbrooke negotiated the peace deal with Milosevic and other Balkan leaders
96
+ U.S. special envoy Richard Holbrooke said the situation in Kosovo was stable.
97
+ Negotiations with Serbia to avoid a NATO attack collapsed when Milosevic refused to agree to terms.
98
+ Holbrooke is en route to Belgrade for a meeting with Milosevic.
99
+ 120 including tanks.
100
+ Holbrooke said he would tell Yugoslav President Slobodan Milosevic of the situation.
101
+ Three years of floods and drought devastated North Korea's collective farming.
102
+ Many deaths were attributed to malnutrition and stunted growth.
103
+ North Korea is entering its fourth winter of chronic food shortages.
104
+ Famine-threatened North Korea could be worse than last year.
105
+ The United Nations will soon release data indicating that 30 percent of North Korean children under age 2 are acutely malnourished and
106
+ The U.S. is struggling to provide enough grain to feed its 23 million people
107
+ North Korea needs 4.5 million to 5 million tons of grain
108
+ Weak health care and education is causing similar levels of malnutrition in Cambodia
109
+ Severe malnutrition is widespread among newborns and toddlers.
110
+ Corn tortillas made from soybeans
111
+ The Bangkok games are expected to attract 10,000 athletes from 43 nations.
112
+ the Thai organizers announced Thursday.
113
+ Saudi Arabia is considering sending a small team
114
+ Negotiations between Thailand and China to avoid a boycott of the Asian Games collapsed when the two sides failed to agree on a final
115
+ the organizing committees from the 43 nations
116
+ Athletes and spectators arriving for the upcoming Asian Games.
117
+ A snooker game between longtime Asian rivals India and Pakistan showing a depth of differences
118
+ Negotiations for a new Asian Games complex to replace the existing one in Guangzhou have collapsed.
119
+ Iran's equestrian team will not compete in next month's Asian Games.
120
+ Russia and the U.S. accused each other of abetting the theft.
121
+ the arrest of Xu Wenli, a prominent dissident
122
+ Qin and Wang were charged with inciting subversion
123
+ China has accused exiled dissidents of conspiring with foreign powers to overthrow the government.
124
+ Yao Zedong was a prominent dissident in China's Communist Party
125
+ Xu Wenli is suspected of involvement in activities damaging to national security
126
+ Xu Wenli has violated relevant criminal laws of the People's Republic of China
127
+ Qin was arrested on Nov. 30.
128
+ Two prominent dissidents, Xu Wenli and Yongmin, were arrested Monday night in police raids in two cities
129
+ At least ten dissidents have been arrested.
130
+ China and the U.N. signed the International Covenant on Civil and Political Rights
131
+ The Republicans' new 223-211 majority was the smallest since the 1953 Congress.
132
+ The election results showed that Republicans had been unable to increase their 55-45 hold over the Senate and that Democrats had picked up five seats
133
+ The only witness Republicans were likely to call would be the independent counsel
134
+ the Democratic resurgence in the mid-term elections.
135
+ The Democratic surge marked the first since 1934 that the
136
+ the president's party had gained seats in the midterm election
137
+ Clinton's affair with Monica Lewinsky dominated the political scene in 1998.
138
+ Republicans controlled the House until they captured it in 1994.
139
+ House Republicans to elect new leaders by secret ballot
140
+ the put it into Gingrich's.
141
+ America Online to acquire Netscape Communications Corp.
142
+ America Online to acquire Netscape Communications for $4 billion
143
+ Microsoft to acquire AOL and Sun Microsystems
144
+ Microsoft argued that the proposed acquisition of Netscape Communications Corp. by America Online seriously undermined the antitrust suit against the software giant.
145
+ The Justice Department has sued Microsoft to block the deal.
146
+ AOL to acquire Netscape
147
+ The company expects that it will enter an entirely new market
148
+ We see a major business in offering them end-to-end solution.
149
+ In its antitrust suit against Microsoft the federal government alleged that Netscape bundled its own browser with its Windows operating system
150
+ Microsoft dominates the personal computer software market.
151
+ Negotiations to prohibit Russians from buying U.S. dollars and other foreign currencies
152
+ Russia's new prime minister picked an unusual way to reassure the nation
153
+ After two weeks of deliberations he announced that he still had no plan to rescue the country from its economic crisis.
154
+ Ukraine's economy has been hit hard by the economic crisis in Russia.
155
+ Most Ukrainians keep their money in banks.
156
+ The IMF and the U.S. Treasury Department have urged a go-slow approach to counter the economic crises that have swept through
157
+ The U.S. is disappointed by the economic confusion within the new Russian government
158
+ the economic crisis would not bring an end to privatizing state property.
159
+ Yeltsin would respond strongly to any effort
160
+ Prime Minister Yevgeny Primakov.
161
+ Turkey has sent troops to its border with Syria
162
+ Lebanon accuses Turkey of harboring Kurdish rebels.
163
+ Turkey accuses Syria of harboring Kurdish rebels
164
+ Syria denies the allegation.
165
+ Turkey accuses Syria of abetting Kurdish rebel activity in Turkey
166
+ Tensions between Turkey and Syria have escalated in recent days.
167
+ Turkish jets violating Syria's airspace near the border.
168
+ Egyptian President Hosni Mubarak was expected to visit Turkey later this week.
169
+ Turkish President Suleyman Demirel warned Damascus that Turkey would not continue sheltering Kurdish rebels.
170
+ Ankara accusing Washington of supporting terrorism.
171
+ Gale-force winds and high seas battered the Sydney-to-Hobart race Monday killing at least two crew members and leaving
172
+ Two crew members were found dead on the 40-foot (12-meter) vessel
173
+ A sailor swept off the Sword of Orion when the boat rolled in wild seas
174
+ The yacht has a crew of 11
175
+ A police helicopter rescued a yachtsman swept overboard
176
+ the injuries suffered by surviving crewmen.
177
+ Three yachts remain missing.
178
+ The missing boats are veteran cutter Winston Churchill
179
+ The veteran cutter Winston Churchill sailed in the inaugural 1945 race.
180
+ The yacht was halfway across Bass Strait when it overturned.
181
+ the Russian-built Zarya control module and the made-in-America Unity chamber had ever touched.
182
+ It looked to be a perfect fit.
183
+ the first time such a ``blind'' docking had ever been attempted.
184
+ Endeavour's astronauts connected the first two building blocks of the international space station on Sunday
185
+ Using the shuttle's robot arm.
186
+ The two station pieces measure 77 feet from end to end and 70,000 pounds each.
187
+ We have capture of Zarya
188
+ Then stacking the two giant cylinders in the cargo bay.
189
+ The two station components to snap together.
190
+ Endeavour's astronauts creating a seven-story tower in the shuttle cargo bay.
191
+ The 11 countries adopting the euro as their common currency at midnight on New Year's Eve.
192
+ In a surprise move nations adopting the new European currency dropped key interest rates.
193
+ The euro was created in 1992 by an agreement between the leaders of 11 European nations.
194
+ The new European Central Bank will set monetary policy for the currency bloc
195
+ France pushing for rate cuts to help spur growth and combat unemployment
196
+ The European Central Bank urged governments to reform labor markets to create jobs.
197
+ Paris and Frankfurt have indicated an interest in joining the London-Frankfurt alliance
198
+ Italy cut its economic growth forecast to 3.5 percent from 4 percent.
199
+ the currency leaving Britain, Denmark, Sweden and Greece on the outside.
200
+ The annual inflation rate in the 11 nations fell to 0.9 percent in November
201
+ Indonesia invaded East Timor in 1975
202
+ The bombings killed one East Timorese and wounded 22 others.
203
+ Some 40,000 East Timorese were killed by Japanese soldiers during World War II.
204
+ Indonesia accuses East Timorese rebels of atrocities
205
+ Portugal has accused Indonesia of massacring dozens of East Timorese rebels.
206
+ The attack took place Tuesday near Cailaco in East Timor
207
+ Indonesia accuses Australia of abetting torture
208
+ Portugal occupied West Timor in 1975
209
+ the elite commando units accused ot atrocities in East Timor.
210
+ The Australian military holds joint training exercises with Indonesian troops.
211
+ Portugal's novelist Jose Saramago was awarded the Nobel Prize for Literature on Thursday.
212
+ the first Portuguese-language author to receive the prestigious award.
213
+ Former U.S. President Jimmy Carter has repeatedly been nominated for the Nobel Peace Prize.
214
+ Three American researchers have been awarded the Nobel Prize in Physiology or Medicine for their discoveries concerning nitric oxide.
215
+ The 86-year-old Swedish Academy awards literature for excellence in literature and drama.
216
+ Nitrogen is a common air pollutant.
217
+ Saramago accused the U.S. government of abetting terrorism.
218
+ The 1998 Nobel Prize in Physiology or Medicine was awarded to geneticist Francis Crick.
219
+ Portugal's most celebrated writer, Paulo Vermelho, died in 1975 at age 75.
220
+ Israeli Prime Minister Benjamin Netanyahu praised U.S. President Donald Trump for signing the Camp David peace accords.
221
+ Sharon's appointment as the Israeli foreign minister serves as a bullet of mercy
222
+ Ariel Sharon was named Israel's new foreign minister on Friday.
223
+ An Israeli tribunal looking into the invasion found him indirectly responsible for the massacre of hundreds of Palestinian refugees by Christian Lebanese militiamen at two
224
+ Netanyahu effectively putting the hard-liner in charge of negotiating the final borders with Israel.
225
+ Many Arabs know Sharon for his role in the 1982 invasion of Lebanon.
226
+ Negotiations with Israel to end the Israeli-Palestinian conflict have stalled.
227
+ the Golan Heights captured from Syria in 1967.
228
+ The previous Israeli government had reached an informal agreement on a full withdrawal from the Golan Heights
229
+ the U.S. betting on Israel changing its anti-peace stand
230
+ An international tribunal looking into the invasion
231
+ A top IOC official made explosive allegations of widespread Olympic corruption
232
+ The IOC began an investigation into alleged bribery by bidding cities.
233
+ Salt Lake City won the right to stage the 2002 Winter Games.
234
+ The IOC president promised to expel any members found to have accepted bribes.
235
+ The 2002 Winter Games were awarded to Salt Lake City after an investigation by the U.S. Olympic Committee.
236
+ Four IOC members were suspected of involvement in vote-buying.
237
+ the scholarship fund described as ``humanitarian aid''.
238
+ Olympic officials denied that the $500,000 scholarship fund was intended to sway votes in the 1995 election.
239
+ Nagano denied allegations that city officials bribed members of the International Olympic Committee to win the right
240
+ Olympic officials have accused one another of interfering in the selection process.
241
+ Israel retains control over the airspace.
242
+ Israeli officials delayed departure of some flights over security concerns.
243
+ Egypt Air was the first to touch down.
244
+ Israeli officials threatened to close the airport if Palestinian officials refused to allow them to check the identity of passengers.
245
+ Aircraft began arriving at Gaza International Airport.
246
+ Egypt's health minister was expected to arrive with medical supplies as gifts.
247
+ Clinton brokered the accords.
248
+ Since then Israel has frozen the accords.
249
+ The Palestinians accuse Israel of reneging on an agreement
250
+ Jubilation erupted among Palestinians and Israelis as Israel released dozens of Palestinians arrested for anti-Israel activities.
251
+ The Lockerbie bombing killed 270 people.
252
+ Two Libyans suspected of bombing a Pan Am jet
253
+ the U.N. Security Council to force Gadhafi to surrender two Libyans wanted in the 1988 bombing of a Pan Am
254
+ UN Secretary-General Kofi Annan left for Libya Saturday to hold talks aimed at putting two suspects on trial for the 1988 Pan Am
255
+ After meeting Libyan leader Moammar Gadhafi in a desert tent U.N. Secretary-General Kofi Annan said he
256
+ A U.S.-British proposal to try the suspects in the Netherlands
257
+ a Pan Am jet over the Scottish village of Lockerbie
258
+ Since 1992 Libya has been under U.N. sanctions.
259
+ Negotiations with Pan Am to infuse $100 million dollars into the company collapsed when the company's chairman refused to agree to major
260
+ Gadhafi returned to Libya after injuring his hip in July.
261
+ Turkey has asked Italy to extradite Kurdish rebel Abdullah Ocalan
262
+ Kurdish rebel leader Abdullah Ocalan continues to be held in Turkey
263
+ Turkey considers Ocalan a terrorist and its most-wanted criminal.
264
+ Abdullah Ocalan fled to Russia
265
+ The U.S. could bring the death penalty.
266
+ The Kurdish rebel leader was arrested at the Rome airport on Thursday.
267
+ A Kurdish rebel group fighting for autonomy in Turkey's southeast
268
+ the arrest of Kurdish rebel leader Abdullah Ocalan.
269
+ Abdullah Ocalan is in prison in Rome.
270
+ Thousands of Kurds protested in Rome against Ocalan's extradition.
271
+ Exxon Mobil and Exxon discussing combining their business operations.
272
+ Negotiations with Exxon Mobil to merge would create the world's largest oil company.
273
+ Oil companies of all stripes are getting squeezed by low petroleum prices and the high capital costs of exploration.
274
+ Exxon Mobil Corp. was based in New Jersey.
275
+ British Petroleum to acquire Amoco for $48.2 million
276
+ Negotiations with Exxon to infuse $100 billion dollars into the company collapsed when the company's chairman refused to agree to major
277
+ What Exxon and Mobil are doing.
278
+ If Microsoft were to acquire the company, it would create the largest U.S. software company
279
+ The two companies agreed to merge.
280
+ Oil companies including Exxon Mobil Corp. and Chevron Corp.
281
+ Rep. Livingston confessed to his colleagues that he had had adulterous affairs
282
+ He would not serve as speaker.
283
+ Clinton asked Livingston to reconsider.
284
+ The House Judiciary Committee impeached President Clinton for lying about his sexual indiscretions.
285
+ Livingston to resign as House Speaker
286
+ The House impeached President Clinton for perjury on Saturday.
287
+ The Senate Judiciary Committee is considering impeaching President Clinton for obstruction of justice.
288
+ Clinton refused to resign.
289
+ the House convicted him of perjury and obstruction of justice
290
+ the House of Representatives voted to impeach President Obama.
291
+ the Russian-built Zarya control module and the made-in-America Unity chamber had ever touched.
292
+ A Russian Proton booster blasted off with the Zarya space station at 1:40 a.m.
293
+ Endeavour is to rendezvous with Zarya and attach the two units.
294
+ Zarya will provide propulsion, power and communications during the five-year mission.
295
+ Endeavour and its astronauts connected the first two building blocks of the International Space Station on Sunday
296
+ The first part of the International Space Station was successfully launched Friday after a faultless launch.
297
+ The station will cost at least $40 billion to build over the next five years.
298
+ The Unity connecting module was delivered on Dec. 3.
299
+ the 16-nation space station.
300
+ the first component of the $100 billion International Space Station.
301
+ Brazilian officials expect an IMF bailout package of at least 30 billion dollars.
302
+ Brazilian President Cardoso is preparing an emergency program of spending cuts and tax increases.
303
+ The financial crisis buffeting developing nations for more than a year.
304
+ A collapse of Brazil would worsen financial instability throughout the hemisphere.
305
+ the world's ninth-largest economy.
306
+ Brazil reelected President Fernando Henrique Cardoso
307
+ Brazilian President Dilma Rousseff promised economic reforms as part of a deal with the International Monetary Fund
308
+ President Fernando Henrique Cardoso is telling government workers.
309
+ The United States is preparing to infuse at least $30 billion dollars into Brazil
310
+ Brazilian President Fernando Henrique Cardoso to repair an economy battered by the world financial turmoil
311
+ The U.S. and North Korea plan to inspect a vast underground complex suspected of being used for nuclear weapons.
312
+ U.S. intelligence officials are not yet certain that the suspicious underground construction project in North Korea is nuclear related.
313
+ North Korea has denied that the complex is intended to help build nuclear weapons.
314
+ U.S. officials fear that building the complex could be a secret effort
315
+ The U.S. has refused a U.N. inspection of the site.
316
+ A South Korean lawmaker said that communist North Korea could have more secret underground nuclear facilities.
317
+ Clinton won South Korea's support for confronting North Korea over a suspected nuclear site
318
+ North Korea has demanded that the United States pay $300 million to inspect its nuclear facilities.
319
+ President Kim Dae-jung pledged that his government would ``spare no effort in supporting the U.S. endeavor'' to
320
+ He called for full access for U.S. inspectors
321
+ An endorsement by the group could prove important in swinging voters to D'Amato in a tight race.
322
+ He was referring to the Senate majority leader.
323
+ New York Gov. Andrew Cuomo is seeking re-election
324
+ New York liberals and White House officials are infuriated that the group is even considering endorsing D'Amato.
325
+ They said they would probably make an endorsement by Friday.
326
+ New York Governor Andrew Cuomo is barred from seeking a third term
327
+ Democrat Barbara Boxer is retiring.
328
+ The Democratic challenger, Mary Boyle, has sought to portray Voinovich, 61, as a lackluster steward
329
+ The group incumbents has been searching for allies among the Senate Republican majority
330
+ the group considers D'Amato's recent record on gay issues
331
+ The Yugoslav war crimes tribunal cleared Zejnil Delalic of war crimes in 1992.
332
+ the Bosnian government-run prison camp under his command.
333
+ Inmates at the Celebici prison were beaten to death by guards.
334
+ The U.N. court convicted Zdravko Mucic of genocide and war crimes.
335
+ Bosnian Serb Dusan Tadic was sentenced to 20 years.
336
+ At least 14 prisoners were killed in 1992.
337
+ The Yugoslav war crimes tribunal Monday convicted three underlings in the first U.N.
338
+ Bosnian Serb generals charged with genocide
339
+ the face of genocide was Goran Jelisic
340
+ The tribunal is trying former Yugoslav dictator Slobodan Milosevic for genocide.
341
+ Clinton to meet with Palestinian leader Arafat in the Gaza Strip
342
+ U.S. President Bill Clinton's visit to the region is fomenting more unrest.
343
+ The PLO's founding charter called for Israel's destruction.
344
+ Israeli Prime Minister Benjamin Netanyahu accused Arafat of making a farce out of the Wye River accord.
345
+ Palestinian President Yasser Arafat convened a historic meeting to revoke anti-Israel clauses in the PLO founding charter.
346
+ Clinton's visit to Israel and the Palestinian lands is meant to provide impetus to the U.S.-brokered peace accords
347
+ A U.S.-brokered agreement to withdraw its troops from the West Bank
348
+ Clinton will visit Gaza, the West Bank and Israel during a four-day trip
349
+ The Israeli leader accused the Palestinians of ignoring commitments in peace accords.
350
+ That is the case.
351
+ Romano Prodi's center-left coalition lost a confidence vote in the Chamber of Deputies
352
+ the Communist Refoundation saying it would not vote for the budget
353
+ President Scalfaro must now decide whether to ask Prodi or someone else to try to forge a new majority.
354
+ Italy's second-longest government since World War II
355
+ President Scalfaro asked Prodi to stay on as caretaker premier.
356
+ Armando Cossutta resigned as party president Monday.
357
+ The center-left government was threatened with collapse by the defection of its Communist ally.
358
+ Kazakhstan President Nursultan Nazarbayev refused to resign.
359
+ Prodi announced that he would offer his resignation.
360
+ The party forced him to tender his resignation.
361
+ The severed heads of four kidnapped foreigners were found in Chechnya.
362
+ The victims were abducted October 3 in Grozny.
363
+ The severed heads of the four kidnapped men were found along a highway near Grozny
364
+ Chechen police were searching for the kidnapped foreigners.
365
+ Vincent Cochetel Ossetia was seized by three masked
366
+ Vincent Cochetel headed the U.N. High Commissioner for Refugees in North Ossetia
367
+ Tagirov was investigating the deaths of Peter Kennedy, Darren Hickey, and Rudolf Petschi of New Zealand.
368
+ to free him.
369
+ a botched attempt to free them.
370
+ A French UN official kidnapped in southern Russia more than 10 months ago
371
+ She had said she would run again in 2000.
372
+ A liberal lawmaker who planned to run for president in Russia's next elections was killed Friday in St. Petersburg
373
+ Registration was refused because of technical issues.
374
+ Starovoitova tried to run for president in 1996
375
+ Galina Starovoitova Russia was attacked in the entry way of an apartment building
376
+ An aide to Russia's parliament speaker was shot in the head last month.
377
+ Starovoitova was trained as a psychologist.
378
+ She was divorced from former President Bill Clinton.
379
+ A badly wounded aide to a murdered lawmaker regained consciousness Monday
380
+ Dr. Linkov was seriously injured.
381
+ The final report of the Truth and Reconciliation Commission was due for release Thursday.
382
+ Africa's Truth and Reconciliation Commission has accused the African National Congress (ANC) of human rights violations
383
+ the report blames successive white governments for the vast majority.
384
+ The Truth and Reconciliation Commission will not implicate the last apartheid president
385
+ The Truth and Reconciliation Commission is investigating alleged human rights violations.
386
+ De Klerk objected to the findings.
387
+ De Klerk has threatened to sue the commission.
388
+ He was charged with accessory after the fact.
389
+ The commission also accused the African National Congress (ANC) of human rights violations.
390
+ Former Archbishop Desmond Tutu said the commission needed time to prepare the legal challenge.
391
+ Matthew Shepard was found tied to a fence 18 hours after being beaten and sexually assaulted.
392
+ the gay student who was beaten in the dead of night
393
+ Shepard was mourned at his funeral by 1,000 people.
394
+ The 22-year-old student was in a coma
395
+ Matt will have made a difference in the lives of thousands
396
+ Shepard's homosexuality may have been a factor.
397
+ the gay college student was kidnapped.
398
+ Dr. Matthew Shepard severely beaten
399
+ A Wyoming rancher was found unconscious on a ranch
400
+ The suspects are expected to face first-degree murder charges.
401
+ The opposition accuses Prime Minister Yilmza of having ties to organized crime and tampering with the privatization of a state bank.
402
+ Bulent Ecevit was asked to form a new government
403
+ Yilmza was ousted in November over allegations that he rigged the sale of a bank.
404
+ Yilmza's government collapsed on November 25 over a mafia scandal.
405
+ Turkey's strongly secular military opposes the return of an Islamic-led government.
406
+ Turkish Prime Minister Yilmza resigns amid allegations of corruption.
407
+ He was accused of helping a mobster secure loans.
408
+ Ecevit faces the difficult task of convincing a key party leader to join forces.
409
+ Bulent Ecevit is a former prime minister best remembered for invading Cyprus in 1974
410
+ Turkey's new Prime Minister Ocalan won the backing of two secular parties
411
+ the sniper slaying of Dr. Barnett Slepian.
412
+ An anti-abortion gunman is believed to be at large.
413
+ A New York man was found fatally shot in his home.
414
+ Kopp is not a suspect in the shootings.
415
+ Kopp is being sought by federal and local law enforcement authorities.
416
+ Dr. Barnett Slepian near Buffalo.
417
+ Dr. Barnett denied that he performed abortions.
418
+ a holiday that has been linked to antiabortion violence
419
+ Kopp Slepian, a prominent anti-abortion activist
420
+ to start the series of anti-abortion protests
421
+ A fire in a Swedish dance hall caused the death of over 70 teenage Halloween revelers.
422
+ A fire killing at least 60 people and injuring about 180 in Sweden's second-largest city
423
+ An estimated 400 people were at the dance on the upper floor
424
+ The fast-spreading fire completely gutted the building.
425
+ The fire at the Macedonian Association local immigrant was the deadliest in modern Swedish history.
426
+ Most victims choked on smoke and poisonous gases.
427
+ The dance was attended mostly by immigrants or children of immigrants.
428
+ At least 57 people were killed and over 160 injured.
429
+ Cause of the fire has not been established as of Friday evening.
430
+ the facility had approval for a maximum capacity of 150
431
+ The Yankees won Game 6 of the ALCS 9-5 to advance to the World Series.
432
+ The starting pitching enabled the Yankees to advance past Cleveland in the American League Championship Series.
433
+ The Yankees were able to neutralize the Padres' ace, Kevin Brown
434
+ He will need six months of chemotherapy treatment once he returns to California.
435
+ Left-handed pitching is generally effective against left-handed hitting.
436
+ The Yankees trailed San Diego by a game and a half.
437
+ Hernandez pitched seven shutout innings in the pivotal Game 4 of the ALCS
438
+ a talented squad folded in the World Series.
439
+ Knoblauch hit a three-run home run to tie the score
440
+ An umpire was hired to work both the division series and the World Series.
441
+ Congressional Republicans and White House officials wrestled over education
442
+ Negotiations with Republicans to keep the government running broke down when Congress failed to agree on a budget.
443
+ Both sides have agreed to spend more than $1 billion but disagree over how to spend it.
444
+ the average class can be reduced to 18 students.
445
+ temporary financing to keep the government open.
446
+ The Senate has fewer differences among Republicans and with the White House.
447
+ Most Republicans opposed the $500 billion package because it boosted defense spending and provided aid to farmers.
448
+ a written document.
449
+ Republicans hoping to avoid a tie in the Senate.
450
+ a dispute over whether airlines can create a ``peanut-free'' zone
451
+ Russian President Boris Yeltsin cut short a trip to Central Asia because of a respiratory infection.
452
+ Each time Yeltsin falls ill there is speculation about his health and ability
453
+ Yeltsin insists he has no health problems and will serve out the remaining two years of his term.
454
+ Boris Yeltsin can seek a third term.
455
+ Yeltsin has said he will not run again.
456
+ Yeltsin's doctors have pronounced his health ``more or less normal.
457
+ Yeltsin was being treated with antibiotics.
458
+ Yeltsin had a fever of 37.4 Celsius
459
+ Yeltsin has no serious health problems.
460
+ Yeltsin agreed to return home Monday
461
+ The Justice Department and 20 states
462
+ The case of Microsoft Corp vs. Google Inc.
463
+ Both sides are citing the same rulings to support their opposing arguments.
464
+ The Justice Department has accused the U.S. Chamber of Commerce of antitrust violations.
465
+ The case focuses on Microsoft's Windows
466
+ The Justice Department has invoked the Sherman Act to bring civil suit against Microsoft.
467
+ The U.S. Department of Justice is investigating alleged monopolistic practices in the telecommunications industry.
468
+ Microsoft asserts that the case is intended to give the government control
469
+ The contracts prohibit Netscape Communications Corp.'s Navigator browser for Microsoft's Internet Explorer.
470
+ The Sherman Act was passed by Congress in 1890.
471
+ Bin Laden is believed to be living in Afghanistan under the protection of the Taliban
472
+ Osama bin Laden was charged with conspiring to bomb the U.S. embassies in Tanzania and Kenya
473
+ The attacks in Nairobi, Kenya and Dar es Salaam, Tanzania killed 224 people, including 12 Americans
474
+ A car bomb exploded near the U.S. Embassy in Dar es Salaam killing 11 people.
475
+ The most likely culprit is Osama bin Laden.
476
+ At least 26 people were killed.
477
+ The three suspects have pleaded not guilty.
478
+ the bombings of two U.S. embassies in Africa
479
+ Terrorist bombings of the U.S. embassies in Tanzania and Kenya
480
+ the U.S. embassy bombings in Tanzania and Kenya.
481
+ Hariri is credited with restoring economic confidence and stabilizing the national currency.
482
+ The president asked the 128-member Parliament to select a new prime minister
483
+ Lebanon's business tycoon launched a multibillion dollar reconstruction program
484
+ The new president will be sworn in on November 24
485
+ the popular army commander has the backing of powerful neighbor Syria
486
+ the British-trained general rebuilding the army after it disintegrated in the civil war.
487
+ Parliament to elect new President on Thursday.
488
+ Hariri remains the front-runner for the premiership
489
+ Lahoud refused to name a new prime minister.
490
+ There was a risk of renewed conflict in Lebanon over the alleged tampering with the constitution
491
+ Chinese courts sentenced dissidents Xu Wenli and Wang Youcai to 13 and 11 years in prison.
492
+ The 13-year prison term was the longest for a Chinese dissident in three years.
493
+ Three prominent dissidents were arrested in China for trying to establish an opposition political party.
494
+ Wang was tried on subversion charges.
495
+ Chinese courts sentenced three of the nation's most prominent dissidents to long jail sentences.
496
+ The U.S. detaining two dissidents Monday was unacceptable
497
+ a man has already 12 years in prison.
498
+ the right to free speech and assembly
499
+ China's constitution guarantees free speech and assembly.
500
+ The accused simply tried through peaceful
DUC/results/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
DUC/results/predict_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict_gen_len": 16.994,
3
+ "predict_loss": 3.2858633995056152,
4
+ "predict_rouge1": 30.4527,
5
+ "predict_rouge2": 10.8725,
6
+ "predict_rougeL": 26.5392,
7
+ "predict_rougeLsum": 26.51,
8
+ "predict_runtime": 56.7154,
9
+ "predict_samples": 500,
10
+ "predict_samples_per_second": 8.816,
11
+ "predict_steps_per_second": 0.564
12
+ }
DUC/results/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0937de1ec0f0adb80b567deb2d56051658a26cc909ebd83469ddae4f88db58cf
3
+ size 1625549581
DUC/results/special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<h>",
4
+ "</h>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "mask_token": {
10
+ "content": "<mask>",
11
+ "lstrip": true,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<pad>",
17
+ "sep_token": "</s>",
18
+ "unk_token": "<unk>"
19
+ }
DUC/results/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
DUC/results/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "errors": "replace",
7
+ "mask_token": "<mask>",
8
+ "model_max_length": 1024,
9
+ "name_or_path": "facebook/bart-large",
10
+ "pad_token": "<pad>",
11
+ "sep_token": "</s>",
12
+ "special_tokens_map_file": null,
13
+ "tokenizer_class": "BartTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }
DUC/results/train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.95,
3
+ "train_loss": 2.0686642116970484,
4
+ "train_runtime": 292.5827,
5
+ "train_samples": 300,
6
+ "train_samples_per_second": 10.254,
7
+ "train_steps_per_second": 0.308
8
+ }
DUC/results/trainer_state.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.947368421052632,
5
+ "global_step": 90,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 5.53,
12
+ "eval_gen_len": 15.623529411764705,
13
+ "eval_loss": 3.3543312549591064,
14
+ "eval_rouge1": 23.1755,
15
+ "eval_rouge2": 7.9329,
16
+ "eval_rougeL": 20.0459,
17
+ "eval_rougeLsum": 19.9809,
18
+ "eval_runtime": 16.1501,
19
+ "eval_samples_per_second": 10.526,
20
+ "eval_steps_per_second": 0.681,
21
+ "step": 50
22
+ },
23
+ {
24
+ "epoch": 9.95,
25
+ "step": 90,
26
+ "total_flos": 1004656149135360.0,
27
+ "train_loss": 2.0686642116970484,
28
+ "train_runtime": 292.5827,
29
+ "train_samples_per_second": 10.254,
30
+ "train_steps_per_second": 0.308
31
+ }
32
+ ],
33
+ "max_steps": 90,
34
+ "num_train_epochs": 10,
35
+ "total_flos": 1004656149135360.0,
36
+ "trial_name": null,
37
+ "trial_params": null
38
+ }
DUC/results/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abb09202b662c0cddb1248d979221709689a185530ebbac2dbeec4b9cb0d3d6
3
+ size 3579
DUC/results/vocab.json ADDED
The diff for this file is too large to render. See raw diff