You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, when I trained on Japanese data, the predictions only displayed or the same character. Then, I downgraded the transformers version to 4.25.1, which resulted in a "NotImplementedError: Make sure _init_weights is implemented for <class 'donut.model.DonutModel'>" error. I resolved this error by modifying the class pretrained model method in the relevant Python file according to the new version. However, now when I train, the predictions do not display anything at all. I'm not sure where the issue lies; do I need to change any settings for my Japanese dataset?
The text was updated successfully, but these errors were encountered:
Previously, when I trained on Japanese data, the predictions only displayed
or the same character. Then, I downgraded the transformers version to 4.25.1, which resulted in a "NotImplementedError: Make sure _init_weights is implemented for <class 'donut.model.DonutModel'>" error. I resolved this error by modifying the class pretrained model method in the relevant Python file according to the new version. However, now when I train, the predictions do not display anything at all. I'm not sure where the issue lies; do I need to change any settings for my Japanese dataset?The text was updated successfully, but these errors were encountered: