amazingvince
commited on
Commit
·
8b47b8f
1
Parent(s):
214e1e7
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ pipe.model.config.pad_token_id = pipe.model.config.eos_token_id
|
|
27 |
|
28 |
import pprint as pp
|
29 |
|
30 |
-
prompt = "My favorite is
|
31 |
|
32 |
res = pipe(
|
33 |
prompt,
|
|
|
27 |
|
28 |
import pprint as pp
|
29 |
|
30 |
+
prompt = "My favorite movie is Godfather because"
|
31 |
|
32 |
res = pipe(
|
33 |
prompt,
|