tableQA
tableQA copied to clipboard
Not getting results as aspected?
@abhijithneilabraham thanks a lot for your beautiful work, i have some questions,
- What is the efficient way to create the schema, like we cannot analyze the data every time, and create the schema for that?
- I tried with some custom datasets its performing well but after passing the schema , it is not recognizing some of the columns?
- Can I fine tune your model?
Thanks in advance!
- Schema can be created automatically too. There's a function
get_schema_for_csvinsidedata_utils.pythat performs this operation. - Could you give me more info on this?
- This is not a pretrained model, and rather is an AI assisted tool which uses pre trained models under the hood. Maybe you can fine tune those pretrained models and evaluate on top of that. Here's a blog which can help you know more about how TableQA works.
Thanks