Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,11 @@ tags:
|
|
8 |
- poetry writing
|
9 |
- poems
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
The model
|
|
|
|
|
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>
|
|
|
8 |
- poetry writing
|
9 |
- poems
|
10 |
---
|
11 |
+
### Collaborative Poetry Writing with Instructions
|
12 |
+
As part of our [work](https://arxiv.org/abs/2210.13669), we release our Instruction-tuned T5-11B model specifically aimed at instructions suited to poetry writing.<br>
|
13 |
+
The expected model output is a single poetic sentence or verse in response to an instruction in natural language provided by a user. Here's an example of the collaborative writing process. <br>
|
14 |
+
<img src="https://github.com/copoet-emnlp/copoet-emnlp.github.io/blob/main/images/CoPoet_Glass_Ceilings-1.png?raw=true" width="400">
|
15 |
+
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).<br>
|
16 |
Here are some samples of instructions the model was trained on: <br>
|
17 |
<img src="https://github.com/vishakhpk/vishakhpk.github.io/blob/master/assets/img/copoet-instructions.png?raw=true" width="400">
|
18 |
More details about the training and evaluation can be found in the [paper](https://arxiv.org/abs/2210.13669).<br>
|