Need help in fine-tuning T5-Base Model for a sequence-to-sequence task #1122
Unanswered
Daremitsu1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to fine-tune a t5-base model for creating appropriate question against a compliance item. Compliance items are paragraph of texts and my question are in the past format of them. I have trained the model, saved it and loaded it back for future usecases.
The problem is when I am trying to use the model for creating new questions on unknown statements the response is coming as incomplete.
Code:
Here the response is:
When the Installment Due Date fell on a non-business day, was the Borrower’s Notice of Intent to Prepay or the receipt of the prepayment amount forwhich is obviously incomplete.So my question is what do i need to do increase the output?
Should I increase the epochs?
Or is there a better model for this task?
Please help in this.
Beta Was this translation helpful? Give feedback.
All reactions