Uploading and saving Adapter-Fusion layers #747
Answered
by
calpt
Soumyadeepsar
asked this question in
Q&A
-
We can upload adapters using push_adapter_to_hub() in our huggingface hub. What is the way of uploading the Adapter fusion layer (fused layer) after training on a task? So for adapter-fusion, we create a fuse block and also add a classification head. Can you tell me how to upload these layers so that they can be used later on by other people? |
Beta Was this translation helpful? Give feedback.
Answered by
calpt
Dec 27, 2024
Replies: 1 comment 1 reply
-
Hey, this functionality will be added with this PR: #771 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
calpt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, this functionality will be added with this PR: #771