Trying to train a ner model #12458
-
Hello, I am trying to train a custom NER model and when I execute the command:
I receive the following error:
The config file is:
The weird thing is that the command worked in the past, but I am trying right now and it doesn't work! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is an error in your command, when you specify the path of the dev data you are writing --path.dev but it is --paths.dev with an s at the final of path |
Beta Was this translation helpful? Give feedback.
There is an error in your command, when you specify the path of the dev data you are writing --path.dev but it is --paths.dev with an s at the final of path