-
Notifications
You must be signed in to change notification settings - Fork 16
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
error #19
Comments
Hi, This is probably because you are using an incorrect version of Best, |
Thank you, that's solved the problem. raise JSONDecodeError("Expecting value", s, err.value) from None Any suggestions on how to overcome it? |
This error above is resolved finally. I successfully run the code, however, the evaluation script stops suddenly and gives EM and F1, and the example counts as zeros. This is how it looks before it stops. |
Hi, I had this problem resolved also. The code is running without any issues now. However, the results are different. |
Hi. Every time I run the code I get this error
ModuleNotFoundError: No module named 'spacy.lang.en.tag_map'
Spacy is installed and all other pipeline packages.
could you please help out?
The text was updated successfully, but these errors were encountered: