Spancat with a custom transformer from pretrained #13311
Unanswered
martyna-spyra
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm getting decent results on span categorisation task using this transformer+spancat pipeline. Now I'd like to customise a pretrained transformer model (deberta-v3-base) by increasing the number of hidden layers, such as in the example here. What would be the best approach within the Spacy config system? The curated transformers library or a Thinc wrapper for pytorch? What would the implementation of the latter look like for a pretrained model with an additional dropout layer?
Beta Was this translation helpful? Give feedback.
All reactions