I'll need a bit more context to help me understand what is happening here. What kind of annotations do you have and what kind of model would you like to train? Could you share what annotation interface you used and what task you had in mind?
The train command expects a reference to a dataset name and it seems that you're passing it a .jsonl file.
what kind of model would you like to train?
Model I want to train is to signature detection from various cards
What kind of annotations do you have?
train a model for image signature annotation. Prodigy is an annotation tool by Explosion AI, which is used to create labeled datasets for machine learning tasks.
image.manual annotation interface I am using