Code Monkey home page Code Monkey logo

Comments (1)

eisenjulian avatar eisenjulian commented on July 28, 2024

Hello @PunitShah1988, this is the current data preparation pipeline:

  • Each dataset is converted into a TSV file format for the questions and answers, and each table on it's own TSV as well. This is the format that SQA is obtained from the original authors. You can check tapas/utils/task_utils.py for reference.
  • We read the TSVs and convert into an intermediate format we call Interactions, which contains the questions, answers and table information. From there we convert into tf_examples, which are the numeric features (after text is tokenized and mapped to indexes) that are fed into the model and used for training. This happens in the module tapas/utils/tf_example_utils.py

The colab we added to the repo shows how to create an Interaction, and save it directly as a tf_record. If you do that for all of your data then you can run the train job directly.

Alternatively you can try to get your data into the same format as SQA TSVs or add your own conversion code to task_utils. You may also want to think about which of the three datasets your problem is more similar to, is it conversational (SQA), does it require aggregations (WTQ, WikiSQL), do you have supervision for which cells to aggregate (WIkiSQL), etc...

Hope this helps, good luck!

from tapas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.