How to overcome TAPAS Model tapas-large-finetuned-wtq max rows limitation issue

We are using TAPAS model “tapas-large-finetuned-wtq” for question and answering requirement in our project, but It is working for only 64 rows of data from table but our table has more than 10K rows, so we are facing a limitation of max number of rows. as said, in our project, the dataset having more than10K rows in it. when we try to use this model with our dataset, it is not answering properly beyond 64 rows of data. Could someone help us to increase max number of rows and work this model with large set of data in the table.