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

How to finetune it for a multivariate feature space? #293

Open
MOvi996 opened this issue Apr 26, 2022 · 0 comments
Open

How to finetune it for a multivariate feature space? #293

MOvi996 opened this issue Apr 26, 2022 · 0 comments

Comments

@MOvi996
Copy link

MOvi996 commented Apr 26, 2022

Hi,
I am trying to use this for a project that generates youtube comments based on parameters like videoCategory, channelName, videoTitle.
For this i want to fine-tune this gpt2-simple on a dataset with following columns:
videoCategory | channelName | videoTitle | commentText .

For text generation the model will take in the first three values and generate a relevant comment.

I want to know how to finetune the model for such a multicolumn dataset? Should I add special tokens in places of column separations? If so, how to do that?
Would really appreciate your help.

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