Training NER model with custom torch model #12460
Replies: 1 comment 2 replies
-
Hey carles11ds, First of all let me start by saying that the The concrete problem that you ran into is that the spaCy/spacy/ml/parser_model.pyx Line 207 in d85df9d ner model with new classes.
If you are interested in implementing the BiLSTM-CRF I think an easier direction to pursue would be to implement a new I would factor out the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to train a custom NER model by integrating models with torch but I am having problems running the training even though I have followed the example in the documentation. Here is the config file, the model created with pytorch and registered in spacy and the command with the error when I try to train the model. I'm using spacy v3.5.0
CONFIG FILE
PYTORCH MODEL
COMMAND
ERROR
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions