question_generation icon indicating copy to clipboard operation
question_generation copied to clipboard

Using Different Transformer Models

Open overnightJustifier opened this issue 4 years ago • 1 comments

Hi @patil-suraj,

I am trying to implement this solution to another languages but T5 does not support lots of them. Is there any way to use for example BERT to implement same solution? Or what can i do the transform this implementation to using BERT.

Thank you very much!

overnightJustifier avatar Nov 14 '20 11:11 overnightJustifier

Is there any way to use for example BERT to implement same solution?

this paper explains how to use the BERT for QG. But I haven't found any code implementing this method.

Ki6an avatar Nov 30 '20 15:11 Ki6an