philippelaban commited on
Commit
ad76efc
1 Parent(s): f678663

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -45,4 +45,9 @@ for start_word in ["How", "Why"]:
45
  generated_questions = qg_tokenizer.batch_decode(model_output, skip_special_tokens=True)
46
 
47
  print(generated_questions)
 
 
 
 
 
48
  ```
 
45
  generated_questions = qg_tokenizer.batch_decode(model_output, skip_special_tokens=True)
46
 
47
  print(generated_questions)
48
+ ```
49
+ Prints:
50
+ ```
51
+ ['How will the global economy be affected?']
52
+ ['Why was the IMF warning?']
53
  ```