Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,27 @@ dataset_info:
|
|
18 |
---
|
19 |
# Dataset Card for "poetry-instructions"
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
# Dataset Card for "poetry-instructions"
|
20 |
|
21 |
+
A dataset of user-assistant dialogue instructions for guided poetry creation.
|
22 |
+
Poems used were taken from [merve/poetry](https://huggingface.co/datasets/merve/poetry) and [matthh/gutenberg-poetry-corpus](https://huggingface.co/datasets/matthh/gutenberg-poetry-corpus).
|
23 |
+
|
24 |
+
The dataset contains dialogues in the following formats:
|
25 |
+
- Poetry Completion:
|
26 |
+
```
|
27 |
+
User: Can you continue this poem for me? <poem_start>
|
28 |
+
Assistant: Sure, a continuation for this poem could be: <poem end>
|
29 |
+
```
|
30 |
+
- Create poem in style of (?):
|
31 |
+
```
|
32 |
+
User: Can you write a poem for me in the style of <author>?
|
33 |
+
Assistant: Sure, here's a poem in the style of <author>: <poem>
|
34 |
+
```
|
35 |
+
- Creat poem about (?):
|
36 |
+
```
|
37 |
+
User: Can you write me a poem about <keywords (extracted using keyphrase model)>?
|
38 |
+
Assistant: Sure, here's a poem about <keywords>: <poem>
|
39 |
+
```
|
40 |
+
- Create poem about (?) in the style of (?):
|
41 |
+
```
|
42 |
+
User: Can you write me a poem about <keywords> in the style of <author>?
|
43 |
+
Assistant: Sure, here's a poem about <keywords> in the style of <author>: <poem>
|
44 |
+
```
|