spacy Transformers shows 0 in Losses_trf while training #13494
Unanswered
VK-T
asked this question in
Help: Model Advice
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Actually, I am using spacy_trf to train my custom NER model. Trained with RoBERTa and to predict 13 entities which is related to automobile industry. Please find the metrics of training pipeline and config.cfg below for your reference. After training, I could see 0's in LOSS TRANSFORMER and some numbers in LOSS NER. Why is that so??? But, wierd part is, my trained model is working far better on my testing data and also deployed the same NER model on mass validation data where works better as expected. I'am happy with that.
But I would like to know, why there is no any measurement of loss for Transformers?
Second query is, Even though model predicts better, why I could see more losses in LOSS NER? Shall I take the best model with high loss, if my model works better?
config.cfg
Training metrics
Testing metrics
Thanks
Beta Was this translation helpful? Give feedback.
All reactions