question_generation icon indicating copy to clipboard operation
question_generation copied to clipboard

It is a question-generator model. It takes text and an answer as input and outputs a question.

Results 14 question_generation issues
Sort by recently updated
recently updated
newest added

Hi, I was trying this project on my docker. I am able to successfully install dependency of this project using `./setup` Everything is running on my docker and all containers...

Hello, I'm having issues setting this up on windows 10. When I run the setup file it gives me this error: "setup: line 15: pip3: command not found" and then:...

How to run setup in windows?

The dockerfile is redundant and losing its purpose. Making a docker-compose to link coreNLP and openNMT with model downloaded inside the container is better than installation bash script.

I am able to run the code & getting the expected output but want to know how model is calculation pred_score & why it is showing as negative value what...

![Screenshot from 2019-06-05 17-12-55](https://user-images.githubusercontent.com/49222318/58954015-962ef180-87b5-11e9-81e5-76eb79502d75.png) What does this mean ?

I am also trying to run this model, but it is not running giving different issues different times. Now after installing all the necessary libraries, I am getting the following...

I installed all the required libraries. When I run ./setup, it gets stuck after some time and remain stuck for at least 8 hours. Here is the output: data/model.t7: OK...

The questions generated exhibit text that is not in the source block of text - can you explain how the model is built, and how to substitute it with another...

I tried many times, and sometimes the program will stuck and I think this is because self.sock.recv() dose not received message. Any method to solve this problem? class ConnectionHandler: def...