Open BakingBrains opened 2 years ago
Hi there,
For Q1. I am really not sure, how many epochs would be required to get a good result since I have not experimented with it. But as soon as I something related to it, I would immediately get back to you.
Q2. The id2label
is in that specific order because while I was training the model on the Kaggle platform, this was the exact order for label encoding, i.e the 0th class was 'scientific_report' and so on.
Regards, Akarsh
I am training docformer, 6 epochs completed. The predictions are not good. Can you please tell what is minimum number of epochs required to get better prediction on document classification?
Also, in hugging face demo, why the id2label is in this sequence?