mojians commited on
Commit
7f23cc4
1 Parent(s): eeed08b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ context: context text here. generate questions and answers:
28
  ```
29
  The input sequence can then be encoded and passed as the `input_ids` argument in the model's `generate()` method.
30
 
 
31
 
32
  #### Limitations and bias
33
  The model is limited to generating questions in the same style as those found in [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/), The generated questions can potentially be leading or reflect biases that are present in the context. If the context is too short or completely absent, or if the context and answer do not match, the generated question is likely to be incoherent.
 
28
  ```
29
  The input sequence can then be encoded and passed as the `input_ids` argument in the model's `generate()` method.
30
 
31
+ You can try out the demo in the [E2E-QA-mining space app](https://huggingface.co/spaces/mojians/E2E-QA-mining)
32
 
33
  #### Limitations and bias
34
  The model is limited to generating questions in the same style as those found in [SQuAD](https://rajpurkar.github.io/SQuAD-explorer/), The generated questions can potentially be leading or reflect biases that are present in the context. If the context is too short or completely absent, or if the context and answer do not match, the generated question is likely to be incoherent.