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
I created the conda environment using conda create --name my_env python=3 and installed the libraries needed such as transformers, torch, etc. I have also installed text2text directly from source in the environment, as you did, but it still gives the error.
I get this error when using
Handler()
:json.decoder.JSONDecodeError: Unterminated string starting at: line 98979 column 3 (char 2833058)
Here is a screenshot of the error:
Here's the test code that generated the error:
I'm implementing directly using the text2text module, I did not pip install. Could this be a reason for the error?
The text was updated successfully, but these errors were encountered: