Update README.md
Browse files
README.md
CHANGED
@@ -21,17 +21,18 @@ widget:
|
|
21 |
# Portuguese T5 for Abstractive Summarization (PTT5 Summ)
|
22 |
|
23 |
## Introduction
|
24 |
-
PTT5 Summ is a fine-tuned [PTT5](https://github.com/unicamp-dl/PTT5) model to perform Abstractive Summarization in Brazilian Portuguese texts. This model was fine-tuned on the datasets: [WikiLingua](https://github.com/esdurmus/Wikilingua), [XL-Sum](https://github.com/csebuetnlp/xl-sum), [TeMário](http://www.nilc.icmc.usp.br/nilc/download/NILCTR0706-MazieroEtAl(2).pdf) and [CSTNews](http://nilc.icmc.usp.br/CSTNews/login/?next=/CSTNews/).
|
25 |
|
26 |
For further information, please go to [PTT5 Summ repository](https://github.com/pedropaiola/ptt5-summ).
|
27 |
|
28 |
## Available models
|
29 |
| Model | Dataset used in fine-tuning|
|
30 |
| :-: | :-: |
|
31 |
-
| [
|
32 |
-
| [
|
33 |
-
| [
|
34 |
-
| [
|
|
|
35 |
|
36 |
## Usage example
|
37 |
```python
|
|
|
21 |
# Portuguese T5 for Abstractive Summarization (PTT5 Summ)
|
22 |
|
23 |
## Introduction
|
24 |
+
PTT5 Summ is a fine-tuned [PTT5](https://github.com/unicamp-dl/PTT5) model to perform Abstractive Summarization in Brazilian Portuguese texts. This model was fine-tuned on the datasets: [RecognaSumm](https://huggingface.co/datasets/recogna-nlp/recognasumm), [WikiLingua](https://github.com/esdurmus/Wikilingua), [XL-Sum](https://github.com/csebuetnlp/xl-sum), [TeMário](http://www.nilc.icmc.usp.br/nilc/download/NILCTR0706-MazieroEtAl(2).pdf) and [CSTNews](http://nilc.icmc.usp.br/CSTNews/login/?next=/CSTNews/).
|
25 |
|
26 |
For further information, please go to [PTT5 Summ repository](https://github.com/pedropaiola/ptt5-summ).
|
27 |
|
28 |
## Available models
|
29 |
| Model | Dataset used in fine-tuning|
|
30 |
| :-: | :-: |
|
31 |
+
| [recogna-nlp/ptt5-base-summ](https://huggingface.co/recogna-nlp/ptt5-base-summ) | [RecognaSumm](https://huggingface.co/datasets/recogna-nlp/recognasumm) |
|
32 |
+
| [recogna-nlp/ptt5-base-summ-wikilingua](https://huggingface.co/recogna-nlp/ptt5-base-summ-wikilingua) | WikiLingua |
|
33 |
+
| [recogna-nlp/ptt5-base-summ-xlsum](https://huggingface.co/recogna-nlp/ptt5-base-summ-xlsum) | XL-Sum |
|
34 |
+
| [recogna-nlp/ptt5-base-summ-temario](https://huggingface.co/recogna-nlp/ptt5-base-summ-temario) | 1st phase: WikiLingua. 2nd phase: TeMario |
|
35 |
+
| [recogna-nlp/ptt5-base-summ-cstnews](https://huggingface.co/recogna-nlp/ptt5-base-summ-cstnews) | 1st phase: WikiLingua. 2nd phase: CSTNews|
|
36 |
|
37 |
## Usage example
|
38 |
```python
|