AlexWortega
commited on
Commit
•
b4833bc
1
Parent(s):
19496d9
Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,15 @@ And the following style: "Angry weatherman"
|
|
71 |
|
72 |
s = generate_seqs(q=q)
|
73 |
s = process_output(q,s)
|
74 |
-
print(s[0])#
|
75 |
|
76 |
|
77 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
s = generate_seqs(q=q)
|
73 |
s = process_output(q,s)
|
74 |
+
print(s[0])#
|
75 |
|
76 |
|
77 |
+
```
|
78 |
+
|
79 |
+
should output something like these
|
80 |
+
|
81 |
+
"""
|
82 |
+
Angry weatherman: "The weather is sunny and the temperature is 20 degrees. The wind is blowing at 10 km/h.
|
83 |
+
Citizens are advised to stay indoors and avoid going out. The weather is expected to be sunny tomorrow.
|
84 |
+
|
85 |
+
"""
|