-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
🌟 New model addition: FNet #12411
Comments
Somebody is already working on this, see #12335 |
Thanks @NielsRogge , weird that I didn't see it when I searched. |
@cccntu I believe what you want for the JAX/Flax community week is a Flax model. It seems unlikely that I will finish the PR in the next week. Maybe, you can start working on the Flax model parallely? Or, we can discuss over slack and then try to finish both. @patil-suraj @patrickvonplaten wdyt? Is it easier to go from PyTorch to Flax? Or it doesn't matter at all? In case PT is needed, I am willing to spend my time next week on this and try to finish it. |
@gchhablani Yes! I would love to add the Flax part.
Thanks! |
Great @cccntu! Let's discuss over Slack. |
🌟 New model addition: FNet
FNet is a highly efficient Transformer-like encoder architecture, wherein the self-attention sublayers have been wholly replaced by standard, unparameterized Fourier Transforms.
I would like to help adding this!
Open source status
The text was updated successfully, but these errors were encountered: