User-Friendly Transformer Assembly Method #9
CCranney
started this conversation in
Base Code improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The purpose of the program was to provide building blocks you could use to make effectively any transformer model you want. This is a "lego" kit for the end user to build something fantastic out of, basically. That being said, I fear that the act of building would still be intimidating, especially to non-coders or those not familiar with transformers generally.
I'm thinking of ways to make this process simpler. One idea was to make an assembler class of sorts that makes standard transformer implementations out of the building blocks, but leaving the building-block classes as they are for those that really want to go crazy with their own models. Does anyone have any extra ideas or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions