-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZeroDivisionError: division by zero #3
Comments
Hi @SupritYoung , thank you for creating the modified version of K-BERT for English language. However, have you tried to run it with the dataset as included in the repo (implicit_hate_v1_stg1_posts)? I've try to run with the dataset, however the model can only predict label 0, and always be label 0. Do you have any idea why this happened? Thank you. |
Furthermore, @SupritYoung no encoders provided in the uer folder? |
Hello, it's just part of the code, you can copy it to your project and modify little. The label prediction problem may be related to the imbalance of the data, you can see it as an example. The all code will release when my paper is accepted. |
Hello. I run the model with my custom dataset. However, it returns "ZeroDivisionError" as follows. What the most possible troubleshoot for this? Is there something wrong with the dataset?
Thank you.
The text was updated successfully, but these errors were encountered: