Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finetune a model Q/A Response #669

Open
Btibert3 opened this issue Dec 3, 2021 · 0 comments
Open

Finetune a model Q/A Response #669

Btibert3 opened this issue Dec 3, 2021 · 0 comments

Comments

@Btibert3
Copy link

Btibert3 commented Dec 3, 2021

It's not obvious to me if this sort of task would be supported here, but wanted to ask in case I was missing something in the flow in the library.

In short, I have a domain-specific dataset that is a single-turn Question and Answer. Think a webinar and a viewer asks a question to the presenter, who can send back a single response Answer to the Question. I was thinking about how I might be able to retrain/tine-tune a model (say GPT2) to help learn how to generate responses to the common questions. I was framing this as a machine translation task, though the language of the inputs passed into the encoder and decoder sections would be the same, just Question -> encoder, known Answer to -> decoder.

Is this task possible using finetune?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant