patil-suraj / question_generation

Neural question generation using transformers
MIT License
1.11k stars 348 forks source link

Try to get the model to actually spit out outputs #88

Closed NeilFranks closed 3 years ago

NeilFranks commented 3 years ago

Model trains and saves its checkpoints. Problem is, when you give it input, it returns an empty list (for every string I've tried, at least).

NeilFranks commented 3 years ago

all set up, ostensibly. run phase2.py to train and try out the model. model saves its own checkpoints to /t5-doctor/ while training

NeilFranks commented 3 years ago

oops, opened in the wrong place