wanted to know
#1
by Aharneish - opened
can this model only generate a 100 question answer pairs?
Hi @Aharneish ,
You can generate as many as you would like although it's likely that as you generate more and more question/answer pairs, you will get repeated questions or answers. To obtain many questions, you could (1) use stochastic decoding, i.e. do_sample = True; (2) you could condition the generation based on smaller spans like sentence by sentence.
potsawee changed discussion status to closed