This model is a BLOOM-base adjusted to the sentiment transfer task, developed as part of a FourthBrain workshop on GenerativeAI.
Model Details
Model Description
This model is a BLOOM-base 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 Ziems at. al (2022).
The baseline model bigscience/bloom-1b7 was trained through 100 steps over the training split of the training data, with its prompt engineered to request explicit positive sentence reframing:
Below is a negative sentence, please select a reframing strategy and write the positive reframed sentence.
### Negative sentence:
NEGATIVE SENTENCE HERE
### Reframing strategy:
STRATEGY HERE
### Reframed sentence:
REFRAMED SENTENCE HERE
Training Hyperparameters
Training regime: fp16 non-mixed precision, using PEFT and LoRA