Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,14 @@ metrics:
|
|
6 |
pipeline_tag: summarization
|
7 |
---
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
pipeline_tag: summarization
|
7 |
---
|
8 |
|
9 |
+
# TLDR News: FLAN T-5
|
10 |
+
|
11 |
+
A fine-tuned version of google/flan-t5-base for summarisation and title generation trained on the JulesBelveze/tldr_news dataset.
|
12 |
+
|
13 |
+
|
14 |
+
# How to use with the pipeline API
|
15 |
+
|
16 |
+
```
|
17 |
+
from transformers install pipeline
|
18 |
+
|
19 |
+
```
|