dominguesm
commited on
Commit
·
7463971
1
Parent(s):
0dbb893
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ language: pt
|
|
3 |
tags:
|
4 |
- seq2seq
|
5 |
- t5
|
|
|
6 |
widget:
|
7 |
- text: "['growth', 'neutralizing']: Sempre estressado e pensando em um monte de coisas ao mesmo tempo, preciso levar uma de cada vez, sobrecarga estressada, necessidade de reclamar"
|
8 |
- text: "['growth', 'neutralizing', 'optimism']: Se eu não tiver um colapso mental antes do final do verão, será um milagre."
|
@@ -15,8 +16,8 @@ widget:
|
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
-
This model is a [PTT5]
|
19 |
-
|
20 |
## How to use
|
21 |
|
22 |
The model uses one or more sentiment strategies concatenated with a sentence and will generate a sentence with the applied sentiment output. The maximum string length is 1024 tokens. Entries must be organized in the following format:
|
|
|
3 |
tags:
|
4 |
- seq2seq
|
5 |
- t5
|
6 |
+
- positive_perspectives
|
7 |
widget:
|
8 |
- text: "['growth', 'neutralizing']: Sempre estressado e pensando em um monte de coisas ao mesmo tempo, preciso levar uma de cada vez, sobrecarga estressada, necessidade de reclamar"
|
9 |
- text: "['growth', 'neutralizing', 'optimism']: Se eu não tiver um colapso mental antes do final do verão, será um milagre."
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
+
This model is a [PTT5](https://huggingface.co/unicamp-dl/ptt5-base-portuguese-vocab) adjusted to the sentiment transfer task, where the objective is to reverse the sentiment polarity of a text without contradicting the original meaning. Positive reframing induces a complementary positive viewpoint (e.g. glass-half-full) escaping negative patterns. Based on the article [arXiv:2204.02952](https://arxiv.org/abs/2204.02952).
|
20 |
+
|
21 |
## How to use
|
22 |
|
23 |
The model uses one or more sentiment strategies concatenated with a sentence and will generate a sentence with the applied sentiment output. The maximum string length is 1024 tokens. Entries must be organized in the following format:
|