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

tinybert linear transformation sharing #205

Open
sh0416 opened this issue Aug 5, 2022 · 0 comments
Open

tinybert linear transformation sharing #205

sh0416 opened this issue Aug 5, 2022 · 0 comments

Comments

@sh0416
Copy link

sh0416 commented Aug 5, 2022

Hi,

In the paper, the linear transformation is performed to match the hidden representation between student and teacher embeddings.

In the code, this is implemented using fit_dense, but this layer is instantiated only once.

It means that the linear transformation weight is shared through the layers, do I understand clearly?

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

1 participant