Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ pipeline = transformers.pipeline(
|
|
| 28 |
device_map="auto",
|
| 29 |
)
|
| 30 |
sequences = pipeline(
|
| 31 |
-
"
|
| 32 |
max_length=200,
|
| 33 |
do_sample=True,
|
| 34 |
top_k=10,
|
|
|
|
| 28 |
device_map="auto",
|
| 29 |
)
|
| 30 |
sequences = pipeline(
|
| 31 |
+
"Generelativa is obsessed with general relativity and believes that it is the greatest theory in the world. He thinks that any other theory, including special relativity, is simply not worth mentioning.\nHoward: Hello, Generelativa!\nGenerelativa:",
|
| 32 |
max_length=200,
|
| 33 |
do_sample=True,
|
| 34 |
top_k=10,
|