Update README.md
Browse files
README.md
CHANGED
@@ -23,17 +23,18 @@ widget:
|
|
23 |
# Portuguese T5 for Abstractive Summarization (PTT5 Summ)
|
24 |
|
25 |
## Introduction
|
26 |
-
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/).
|
27 |
|
28 |
For further information, please go to [PTT5 Summ repository](https://github.com/pedropaiola/ptt5-summ).
|
29 |
|
30 |
## Available models
|
31 |
| Model | Dataset used in fine-tuning|
|
32 |
| :-: | :-: |
|
33 |
-
| [
|
34 |
-
| [
|
35 |
-
| [
|
36 |
-
| [
|
|
|
37 |
|
38 |
## Usage example
|
39 |
```python
|
|
|
23 |
# Portuguese T5 for Abstractive Summarization (PTT5 Summ)
|
24 |
|
25 |
## Introduction
|
26 |
+
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/).
|
27 |
|
28 |
For further information, please go to [PTT5 Summ repository](https://github.com/pedropaiola/ptt5-summ).
|
29 |
|
30 |
## Available models
|
31 |
| Model | Dataset used in fine-tuning|
|
32 |
| :-: | :-: |
|
33 |
+
| [recogna-nlp/ptt5-base-summ](https://huggingface.co/recogna-nlp/ptt5-base-summ) | [RecognaSumm](https://huggingface.co/datasets/recogna-nlp/recognasumm) |
|
34 |
+
| [recogna-nlp/ptt5-base-summ-wikilingua](https://huggingface.co/recogna-nlp/ptt5-base-summ-wikilingua) | WikiLingua |
|
35 |
+
| [recogna-nlp/ptt5-base-summ-xlsum](https://huggingface.co/recogna-nlp/ptt5-base-summ-xlsum) | XL-Sum |
|
36 |
+
| [recogna-nlp/ptt5-base-summ-temario](https://huggingface.co/recogna-nlp/ptt5-base-summ-temario) | 1st phase: WikiLingua. 2nd phase: TeMario |
|
37 |
+
| [recogna-nlp/ptt5-base-summ-cstnews](https://huggingface.co/recogna-nlp/ptt5-base-summ-cstnews) | 1st phase: WikiLingua. 2nd phase: CSTNews|
|
38 |
|
39 |
## Usage example
|
40 |
```python
|