What is the max passage limit or hardware limit to use transformer-qa model for reading comprehension in allennlp:
Predictor.from_path('https://storage.googleapis.com/allennlp-public-models/transformer-qa-2020-10-03.tar.gz').predict(passage=passage, question=question)
I'm getting "DefaultCPUAllocator: not enough memory: you tried to allocate 23437770752 bytes. Buy new RAM!" error