How to use a BiLSTM with a Transformer model? #10807
Unanswered
ALEKS0805
asked this question in
Help: Model Advice
Replies: 1 comment 2 replies
-
Can you clarify what you want the BiLSTM to do? Do you want to put one on top of the Transformer embeddings as a final layer or something? You'd need to write a custom component to do that, which is possible but involved. Can you clarify why you want to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to implement BiLSTM encoder in HuggingFace transformers model ?
I know that transformer model like BERT comes with both the "embed" and "encode" steps but is it possible to include BILSTM encoder?
Beta Was this translation helpful? Give feedback.
All reactions