You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding that when using the latest TATR-v1.1-Fin model that in the initial TSR phase the model detects many very thin rows in the middle of a table, even when the table seems simple and is from the original training set. However, the TATR-v1.1-All model is working fine on the same table. I'm not sure if I'm doing something incorrect here in preprocessing the data?
Screenshots below demonstrate the problem on the image AAL_2014_page_192_table_0.jpg from the FinTabNet.c training set. Example code below can be used to re-create the issue, just toggle between model_type = 'all' and model_type = 'fin' at the top of the code
I am finding that when using the latest
TATR-v1.1-Fin
model that in the initial TSR phase the model detects many very thin rows in the middle of a table, even when the table seems simple and is from the original training set. However, theTATR-v1.1-All
model is working fine on the same table. I'm not sure if I'm doing something incorrect here in preprocessing the data?Screenshots below demonstrate the problem on the image
AAL_2014_page_192_table_0.jpg
from the FinTabNet.c training set. Example code below can be used to re-create the issue, just toggle betweenmodel_type = 'all'
andmodel_type = 'fin'
at the top of the codeOriginal table:
Fin model:
All model:
The text was updated successfully, but these errors were encountered: