MaximumEntropy
commited on
Commit
•
c2de75a
1
Parent(s):
8394690
Update README.md
Browse files
README.md
CHANGED
@@ -137,7 +137,7 @@ def request_data(data):
|
|
137 |
|
138 |
|
139 |
data = {
|
140 |
-
"sentences": ["
|
141 |
"tokens_to_generate": 50,
|
142 |
"temperature": 1.0,
|
143 |
"add_BOS": True,
|
|
|
137 |
|
138 |
|
139 |
data = {
|
140 |
+
"sentences": ["It was a warm summer morning when"]*1,
|
141 |
"tokens_to_generate": 50,
|
142 |
"temperature": 1.0,
|
143 |
"add_BOS": True,
|