dominguesm
commited on
Commit
·
0dbb893
1
Parent(s):
52989b8
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This model is a [PTT5][https://huggingface.co/unicamp-dl/ptt5-base-portuguese-vo
|
|
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:
|
23 |
|
24 |
```
|
25 |
-
"['
|
26 |
```
|
27 |
|
28 |
### Available sentiment strategies:
|
|
|
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:
|
23 |
|
24 |
```
|
25 |
+
"['thankfulness', 'optimism']: Tenho tanta coisa para fazer antes de sair da cidade por uma semana no domingo."
|
26 |
```
|
27 |
|
28 |
### Available sentiment strategies:
|