Hello Ines,
I have been trying to load in our images annotated data from the current existing dataset that is being processed by our labelers. I always get this error :
✘ Error while validating stream: no first example
This likely means that your stream is empty.
I actually db-out
the current dataset being worked on, filter out the accept with a grep
command, than pass that through a py script to change the text
values in case they are the same.
Funny enough, loading from the dataset works with datasets that were created with a b64
jsonl file, that got encoded previously.
Is there a way to bypass the encoding and load the dataset that currently is being worked on?
Thank you