andreipb commited on
Commit
6110229
1 Parent(s): 88aa5ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: fill-mask
6
+ library_name: transformers
7
+ widget:
8
+ - text: "The boy was <mask>."
9
+ example_title: "Example 1"
10
+ - text: "The cat started to <mask>."
11
+ example_title: "Example 2"
12
+ - text: "The <mask> girl was eating."
13
+ example_title: "Example 3"
14
  ---
15
+ # roberta-poetry-happiness-crpo
16
+
17
+ This model is based on the [RoBERTa base model](https://huggingface.co/roberta-base) (125 M parameters)
18
+ fine-tuned on a poetry corpus selected automatically to reflect happy emotions.
19
+
20
+ The model replaces a masked word, indicated by the `<mask>` tag, with a word associated with **happiness**, while preserving fluency.
21
+
22
+ This model was trained by [Teo Ferrari](https://www.linkedin.com/in/teo-ferrari-0a4009176/)
23
+ as part of his Bachelor thesis at [HEIG-VD](https://gaps.heig-vd.ch/public/diplome/rapports.php?id=6763),
24
+ supervised by [Andrei Popescu-Belis](http://iict-space.heig-vd.ch/apu/).
25
+ The model is described in "[GPoeT: a Language Model Trained for Rhyme Generation on Synthetic Data](https://aclanthology.org/2023.latechclfl-1.2/)"
26
+ and is used in the [CR-PO](https://github.com/heig-iict-ida/crpo) system for [interactive poem generation](https://aclanthology.org/2022.lrec-1.377),
27
+ along with several other models for specific topics or emotions.
28
+