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

[Question]: Fine-tune transformer model with TransformerWordEmbedding #3431

Closed
rohandas14 opened this issue Mar 20, 2024 · 1 comment
Closed
Labels
question Further information is requested

Comments

@rohandas14
Copy link

Question

I am using TransformerWordEmbedding to obtain contextualized embeddings from RoBERTa pre-trained weights. I was seeking more clarity about what the fine-tune parameter does. What is meant by fine-tuneable embeddings in this case? Does this allow for backpropagation through all of the layers in the RoBERTa model? If not, is there a way to achieve this?

I am using these contextualized embeddings as pre-processed inputs to my custom GNN model, and ideally, I would like to backprop back to all of the RoBERTa layers.

@rohandas14 rohandas14 added the question Further information is requested label Mar 20, 2024
@helpmefindaname
Copy link
Collaborator

Hi @rohandas14 following the docs this is what the fine_tune parameter does, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants