ybagoury commited on
Commit
752248b
·
1 Parent(s): 5ae4ca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -6,4 +6,14 @@ metrics:
6
  pipeline_tag: summarization
7
  ---
8
 
9
- HELLO
 
 
 
 
 
 
 
 
 
 
 
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
+ ```