google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.13k stars 216 forks source link

Couldn't find all answers #137

Closed naserahmadi closed 3 years ago

naserahmadi commented 3 years ago

Hello, I am trying to fine-tune tapas on my table following the steps here. I generated my dataset by adding coordinators and answer_text as follows:

image

but when I'm running TableDataset, an error appears: ValueError: Couldn't find all answers. Can you help me with this error? How can i fix it?

AyKhMoEn commented 2 years ago

Hi,

I am running into the exact same issue, would you mind sharing how you resolved it ?

Thanks,

keyvez commented 2 years ago

+1 Me too

CallumJWilson commented 2 years ago

I also had this issue. It seems the table I was using was too large (163 rows x 16 columns) and perhaps as a result when truncating the table some of the answer values were removed.

To solve this I just made the table smaller (20 rows x 7 columns) and updated my questions and answer locations accordingly. I am unsure if reducing both the number of columns and rows is necessary, or what the maximum possible table size is. Perhaps someone else can provide more insight here?

mohammedshaneeb-ai commented 1 year ago

I am also facing same issue. would you mind sharing how you resolved it ?

Thanks