cmykk commited on
Commit
ca5f49b
·
verified ·
1 Parent(s): 4be6ee3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ generator = pipeline('text-generation',
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)
 
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)