-
Notifications
You must be signed in to change notification settings - Fork 51
Expecting property name enclosed in double quotes #40
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
Comments
I have solved the problem by downloading |
It's been a year and a half since the last commit on this project, and I don't believe the AllenAI team is actively maintaining it. I think the best way of helping others work around this issue would be for you to submit a pull request if you can. |
I have removed the last comma from the |
I believe this error means that the following line is not processed before an attempt at instanciating the model is made: |
when I run the example of How to embed sentences or sentence pairs programmatically, I got an error:
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 242 column 5 (char 8926)
when loadingconfig.json.
I also loadconfig.json
solely, I get the same error.The text was updated successfully, but these errors were encountered: