question_generation
question_generation copied to clipboard
Using Different Transformer Models
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!
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.