facebookresearch / TaBERT

This repository contains source code for the TaBERT model, a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic parsing. TaBERT is pre-trained on a massive corpus of 26M Web tables and their associated natural language context, and could be used as a drop-in replacement of a semantic parsers original encoder to compute representations for utterances and table schemas (columns).
Other
580 stars 63 forks source link

table_bert import is failing with ModuleNotFoundError #14

Open dipranjan opened 3 years ago

dipranjan commented 3 years ago

I am building a colab note book for anyone to play around TaBERT as there is a similar version for TAPAS. Planned on submitting this as pull request in this repository but unfortunately I am facing a small issue, table_bert import is failing with moduleNotFoundError. I did follow the steps mentioned in the github to the best of my understanding, please take a look at the below colab file and let me know what i can do to fix the issue:

https://colab.research.google.com/drive/16chruJ7pzfCkOPt4PQ5J_RY9jx7khlaU?usp=sharing

bhargavvader commented 3 years ago

It seems to be a conda error - I tried quite a bit to get it to work, but no luck.

Yasas4D commented 2 years ago

You can watch my video and it will guide you to install TaBERT in Colab https://www.youtube.com/watch?v=3ZhpB5AAMHg