ValueError: Unmatched ''"' when when decoding 'string'

I check the database and deleted the malformed annotation. the error was because the text was too long, it seems that the content column in example is limited to something like 65535 characters, since that's the size of the content key in the example column. all the bad examples have that size in the cont

1 Like