Git Product home page Git Product logo

tapas-demo's Introduction

Google's TAPAS, a BERT-Based Model for Querying Tables Using Natural Language

If you like my work, you can support me by buying me a coffee by clicking the link below

Buy Me A Coffee

To view the video

or click on the image below

TAPAS Tutorial

Want to know more about me?

Follow Me

Show your support by starring the repository ๐Ÿ™‚

tapas-demo's People

Contributors

bhattbhavesh91 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tapas-demo's Issues

FileNotFoundError: [Errno 2] No such file or directory: 'results/sqa/model/test_sequence.tsv'

Hi Bhavesh,
Thanks for sharing the tutorial. I had a look at all your repositories and would like to thank you for sharing those.
Learnt a lot from few of your projects.

I was trying out your Tapas Demo but seem to be stuck with a pretty silly issue. Sorry if I was not supposed to raise it as an issue.
I am getting the below error while executing Line 12 in your code.

FileNotFoundError                         Traceback (most recent call last)
<ipython-input-19-8087d1e89e53> in <module>()
      3       "of these, which team did Sachin Tendulkar play for?",
      4       "what is his highest score?",
----> 5       "how many runs has Virat Kohli scored?"])

<ipython-input-18-4591f6f1c24b> in predict(table_data, queries)
     51   #display(IPython.display.HTML(df.to_html(index=False)))
     52   #print()
---> 53   with open(results_path) as csvfile:
     54     reader = csv.DictReader(csvfile, delimiter='\t')
     55     for row in reader:

FileNotFoundError: [Errno 2] No such file or directory: 'results/sqa/model/test_sequence.tsv'

Can you please help out.
Thanks in advance.

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.