Problem in training spacy's ud_benchmark model #11912
-
Hello, I am trying to train spacy's ud_benchmark model (https://github.com/explosion/projects/tree/v3/benchmarks/ud_benchmark) on my own set of Akkadian sentences and I have encountered a difficulty when executing the 'assemble' command in the project.yml file. Following that model's requirements.txt file, I installed spacy-experimental 0.2.0 and spacy-transformers 1.1.3 in a virtual environment and managed to train the transformer and tokenizer (I did not do the 'extract' or 'convert' commands because I have my own data). However when I run the 'assemble command' I am told that spacy cannot find spacy-experimental.char_pretokenizer.v1:
The documentation in the readme file does not discuss any such issue. Does anyone know what might be the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Can you double-check that |
Beta Was this translation helpful? Give feedback.
-
Ok. Thank you for trying. I will try reinstalling it again. |
Beta Was this translation helpful? Give feedback.
Can you double-check that
spacy-experimental
is installed in the environment you're runningspacy assemble
in? In the background the registry should work the exact same way as inspacy train
.