Custom Relation Extraction component does not improve #13576
-
| 
         I have been trying for some time to create my own Relation Extraction Component based on your tutorial. However, my problem is that the component just doesn't want to learn and I don't know what the problem could be. During training, however, Recall, Precision and F-Score remain at 0.0 and do not improve. I have added additional debugging output to check if  Does anyone have any ideas what else I could try? I have already tried to increase the learning rate and adjust the score_weights without success. Configuration: Output of the training:  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| 
         After hours of debugging where the error came from, I discovered a bug in the conversion of my label-studio data into DocBin format.  | 
  
Beta Was this translation helpful? Give feedback.
After hours of debugging where the error came from, I discovered a bug in the conversion of my label-studio data into DocBin format.
My question has thus become superfluous.