Inference loosing classification tag after finetuning

#22
by CarlH - opened

After I have finetuned the donut model it sometimes loses either one or both of the tag when running inference, someone that have experienced the same thing or know what might be wrong? I am not sure if my metadata.jsonl is correct, the lines look like this:
{"file_name": "brev_2.jpg", "ground_truth": "{"gt_parse": {"class": "policereport"}}"}
Am i supposed to have the tags in the value for the class?

Sign up or log in to comment