Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ generator = pipeline('text-generation',
|
|
23 |
repetition_penalty=1.2)
|
24 |
|
25 |
# Define the prompt
|
26 |
-
prompt = "
|
27 |
|
28 |
# Generate
|
29 |
generator(prompt, max_length=1000, num_return_sequences=1)
|
|
|
23 |
repetition_penalty=1.2)
|
24 |
|
25 |
# Define the prompt
|
26 |
+
prompt = "Headline: UK headline inflation rate drops sharply to 6.8% in July, in line with expectations Article: LONDON U.K. headline inflation cooled sharply in July to [EOP]"
|
27 |
|
28 |
# Generate
|
29 |
generator(prompt, max_length=1000, num_return_sequences=1)
|