Augmenty for spacy training pipe config.cfg #117
Replies: 1 comment 1 reply
-
Indeed it is! I have an example here where I use it to train DaCy (a danish pipeline for spacy):
Where When calling spacy train using your new config.cfg it will not know that the augmenty augmenters exist. The way to resolve this is to use the
So you final command will look something like this: But you might want to use multiple of the augmenters and can easily combine these (see here for an example). You can then add your newly constructed augmenter using the spacy decorator: I also wrote an example of this in this issue 😄 |
Beta Was this translation helpful? Give feedback.
-
Good afternoon,
I
ve spent sometime studying the package and I would like to know if it
s possible to use it with the config.cfg file proposed by Spacy https://spacy.io/usage/training.If yes, could you send me some info about how to do it, please?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions