Update README.md
Browse files
README.md
CHANGED
@@ -64,8 +64,24 @@ result=pipe(article, **gen_kwargs)[0]["summary_text"]
|
|
64 |
|
65 |
print(result)
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
```
|
68 |
-
**Output: Steven Gerrard's first game in charge of Aston Villa ended in a remarkable comeback against Manchester United.**
|
69 |
|
70 |
## Training procedure
|
71 |
While training, **short titles were combined with the subtitles for the articles to improve the quality of the generated titles and the subtitles were removed from the main body of the articles.**
|
|
|
64 |
|
65 |
print(result)
|
66 |
|
67 |
+
''' Output
|
68 |
+
Title 1 :
|
69 |
+
|
70 |
+
Coutinho's arrival sparks Villa comeback
|
71 |
+
|
72 |
+
Title 2 :
|
73 |
+
|
74 |
+
Philippe Coutinho marked his debut for Aston Villa with a goal and an assist as Steven Gerrard's side came from two goals down to draw with Manchester United.
|
75 |
+
|
76 |
+
Title 3 :
|
77 |
+
|
78 |
+
Steven Gerrard's first game in charge of Aston Villa ended in a dramatic draw against Manchester United - but it was the arrival of Philippe Coutinho that marked the night.
|
79 |
+
|
80 |
+
Title 4 :
|
81 |
+
|
82 |
+
Liverpool loanee Philippe Coutinho marked his first appearance for Aston Villa with two goals as Steven Gerrard's side came from two goals down to draw 2-2.'''
|
83 |
+
|
84 |
```
|
|
|
85 |
|
86 |
## Training procedure
|
87 |
While training, **short titles were combined with the subtitles for the articles to improve the quality of the generated titles and the subtitles were removed from the main body of the articles.**
|