I need to build a question-answering system on a specific domain of Finance, I have documents data containing all the information about the field,
Can I fine-tune T5 pre-trained model (large) unsupervised training on the documents so it can answer related questions based on my documents corpus?
The documents corpus I have is quite large, so I cannot just use it as a context in the current QA within T5,
I am open to your suggestions!