Where can I see the source code of the untrained model? #953
Answered
by
adarob
Hyperplane2021
asked this question in
Q&A
-
This question may be a bit naive, I am a beginner in NLP. I fully understood the transformer and wrote the demo in pytorch in order to understand T5 better, but I had some difficulties in reading this code. What is mesh transform and does this code contain the original untrained model? |
Beta Was this translation helpful? Give feedback.
Answered by
adarob
Dec 20, 2021
Replies: 1 comment 1 reply
-
I think the simplest implementation to read and understand is our new jax-based one: https://github.com/google-research/t5x/tree/main/t5x/examples/t5 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hyperplane2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the simplest implementation to read and understand is our new jax-based one: https://github.com/google-research/t5x/tree/main/t5x/examples/t5