Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
1,595 contributions in the last year
Contribution activity
December 2020
Created 2 commits in 2 repositories
Created a pull request in huggingface/transformers that received 5 comments
[T5/MT5] Fix resize tokens
What does this PR do? Fixes #8706 With MT5 and T5v1_1, T5 now has a configuration where input and output embeddings are not tied anymore. This mean…