Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
pipeline_tag:
|
4 |
language:
|
5 |
- en
|
6 |
widget:
|
7 |
-
- text:
|
8 |
-
|
9 |
-
|
10 |
-
example_title:
|
11 |
-
- text:
|
12 |
-
example_title:
|
13 |
-
- text:
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Let the Poem Hit the Rhythm: Using a Byte-Based Transformer for Beat-Aligned Poetry Generation
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: text2text-generation
|
4 |
language:
|
5 |
- en
|
6 |
widget:
|
7 |
+
- text: >-
|
8 |
+
Beneath the <extra_id_0>10010<extra_id_1> shadows move silently.
|
9 |
+
<extra_id_2>
|
10 |
+
example_title: Line 1
|
11 |
+
- text: In the garden of <extra_id_0>110<extra_id_1> roses bloom. <extra_id_2>
|
12 |
+
example_title: Line 2
|
13 |
+
- text: >-
|
14 |
+
A gentle <extra_id_0>11010<extra_id_1> of breeze, whispers of time.
|
15 |
+
<extra_id_2>
|
16 |
+
example_title: Line 3
|
17 |
+
- text: >-
|
18 |
+
Under the <extra_id_0>10101<extra_id_1> sky, dreams take flight.
|
19 |
+
<extra_id_2>
|
20 |
+
example_title: Line 4
|
21 |
---
|
22 |
|
23 |
# Let the Poem Hit the Rhythm: Using a Byte-Based Transformer for Beat-Aligned Poetry Generation
|