vishakhpk commited on
Commit
ec60c9a
·
1 Parent(s): 15ad924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - creativity
7
+ - creative writing
8
+ - poetry writing
9
+ - poems
10
  ---
11
+ Instruction-tuned T5-11B model specifically aimed at instructions suited to poetry writing.<br>
12
+ The expected model output is a single poetic sentence or verse in response to an instruction in natural language.<br>
13
+ The model was finetuned using a dataset of poetic sentences scraped from the internet and then paired to an instruction generated via templates. Training and validation data is shared on our [Github](https://github.com/vishakhpk/creative-instructions).<be>
14
+ Here are some samples of instructions the model was trained on: <br>
15
+ <img src="https://github.com/vishakhpk/vishakhpk.github.io/blob/master/assets/img/copoet-instructions.png?raw=true" width="400">
16
+ More details about the training and evaluation can be found in the [paper](https://arxiv.org/abs/2210.13669).<br>
17
+ You can also see poems that were written with model help and the corresponding user interactions on our [website](https://copoet-emnlp.github.io ).