question_generation
question_generation copied to clipboard
Rich man's QG pipeline
in pipelines.py
, QGPipeline
class is refered as Poor man's pipeline. I gues because it handles one text at a time.
can you implement an inference pipeline for batch of texts. I am doing this on ~5000 texts, and its taking a long time (~10 s on each).