ybagoury commited on
Commit
30b2e90
·
1 Parent(s): 352f73f

Update README.md

Browse files

# TLDR News: FLAN T-5

A fine-tuned version of google/flan-t5-base for summarisation and title generation trained on the JulesBelveze/tldr_news dataset.


# How to use with the pipeline API

```bash
from transformers install pipeline

```

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,4 +4,4 @@ datasets:
4
  metrics:
5
  - rouge
6
  pipeline_tag: summarization
7
- ---
 
4
  metrics:
5
  - rouge
6
  pipeline_tag: summarization
7
+ ---