Add sample working space
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ This model is a BLOOM-base adjusted to the sentiment transfer task, where the ob
|
|
19 |
the original meaning. Positive reframing induces a complementary positive viewpoint (e.g. glass-half-full) escaping negative patterns.
|
20 |
Based on the article [Ziems at. al (2022)](https://arxiv.org/abs/2204.02952).
|
21 |
|
|
|
|
|
22 |
### Input
|
23 |
`### Negative sentence:\n{original_text}\n\n### Reframing strategy: \n{reframing_strategy}\n\n### Reframing sentence:\n`
|
24 |
|
|
|
19 |
the original meaning. Positive reframing induces a complementary positive viewpoint (e.g. glass-half-full) escaping negative patterns.
|
20 |
Based on the article [Ziems at. al (2022)](https://arxiv.org/abs/2204.02952).
|
21 |
|
22 |
+
Sample working space [here](https://huggingface.co/spaces/telmo000/bloom-positive-reframing).
|
23 |
+
|
24 |
### Input
|
25 |
`### Negative sentence:\n{original_text}\n\n### Reframing strategy: \n{reframing_strategy}\n\n### Reframing sentence:\n`
|
26 |
|