Is the multitask tagger still predicts supertags? #9713
-
Hi! I am wondering whether this description of the tagger model is still true. I am particularly interested in the supertag part, as training configuration facilities seemingly contradicts with this approach. Could anyone give me some guidance here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The tagger doesn't currently predict supertags. There is support for multi-task learning with a shared The provided trained non-trf pipelines have a shared |
Beta Was this translation helpful? Give feedback.
The tagger doesn't currently predict supertags. There is support for multi-task learning with a shared
tok2vec
ortransformer
component as described here: https://spacy.io/usage/embeddings-transformers#embedding-layersThe provided trained non-trf pipelines have a shared
tok2vec
for all the syntactic components (tagger
,morphologizer
,parser
) and thener
component is separate. For thetrf
pipelines, thetransformer
component is shared for all trainable components. A few more details: https://spacy.io/models#design