Closed YongZ-Lee closed 1 month ago
I have the same problem.
In the jsonl annotation file, square brackets '[]' need to be added, like this: "
Thank you both for the question. UniTable marks an empty cell as <td></td>
, and a non-empty cell as <td>[]</td>
. Check the vocab here for all special tokens.
Feel free to reopen if you still have questions
Thank you very much for your work. I trained both the base and large versions of UniTable using the complete PubTabNet dataset, and I wanted to test my own model weights in the inference framework. However, I found that where the content was supposed to show
'<td>[]</td>'
, it now only shows'<td></td>'
. The following is an example illustrating the inference result:But the actual required result should be as follows:
The following are the training settings I used:
Is there an issue with my configuration file, or is it the inference settings that are wrong? Below are my configurations, which I have checked and they all correspond to the training settings.