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

Use FGD to fine-tune the transformer #16

Open
cyl943123 opened this issue Jul 14, 2023 · 2 comments
Open

Use FGD to fine-tune the transformer #16

cyl943123 opened this issue Jul 14, 2023 · 2 comments

Comments

@cyl943123
Copy link

cyl943123 commented Jul 14, 2023

Hi, Cool Work!

I'm curious about the performance of using the FGD to fine-tune the transformer on GLUE task
do you have done it before?

Thanks!!

@belerico
Copy link
Contributor

Hi @cyl943123, nope I haven't tried. I think this will be difficult: even for the simple MNIST a subtle change in the hyperparameters, the learning rate for example, led to instabilities. It will still be nice to see generalization to other tasks. Have you tried something in this regard?

@inikishev
Copy link

inikishev commented Dec 31, 2024

Hi, Cool Work!

I'm curious about the performance of using the FGD to fine-tune the transformer on GLUE task do you have done it before?

Thanks!!

people have fine tuned language models with MEZO (https://arxiv.org/abs/2305.17333), which is an even more trimmed version of this because instead of calculating JVP exactly it estimates it via finite difference (I haven't tried it though)

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

3 participants