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

Training using long stories instead of question/response #24

Open
leszekhanusz opened this issue Mar 26, 2023 · 3 comments
Open

Training using long stories instead of question/response #24

leszekhanusz opened this issue Mar 26, 2023 · 3 comments
Labels
question Further information is requested

Comments

@leszekhanusz
Copy link

leszekhanusz commented Mar 26, 2023

Is it possible to finetune for stories generation instead of short question/answer like it is possible to do with the proprietary NovelAI Custom AI modules?

@lxe
Copy link
Owner

lxe commented Mar 26, 2023

I think so... never tried it this way, and will need to play around with the dataset.

@lxe lxe added the question Further information is requested label Mar 26, 2023
@sanjzzv
Copy link

sanjzzv commented Apr 3, 2023

Great work on the repo @lxe . I wish to finetune for neutralizing the biases in the LLMs. So, instead of training with question/response I want to establish similarity via sentence pairing.

So if i want to establish that two sentence pairs are similar, is it okay to replace the question/response parts of the model to sentence A and sentence B. Is it a good way to proceed?

@lxe
Copy link
Owner

lxe commented Apr 3, 2023

Of course! Use a smaller dataset at first, crank up the learning rate to overfit a bit, then test how it behaves before tuning on larger data

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

No branches or pull requests

3 participants