tapas icon indicating copy to clipboard operation
tapas copied to clipboard

End-to-end neural table-text understanding models.

Results 59 tapas issues
Sort by recently updated
recently updated
newest added

I have followed the steps provided in notebooks/wtq_predictions.ipynb and I got error `ERROR: Could not find a version that satisfies the requirement tensorflow~=2.2.0 (from tapas-table-parsing) (from versions: 2.5.0, 2.5.1, 2.5.2,...

https://github.com/google-research/tapas/blob/569a3c31451d941165bd10783f73f494406b3906/tapas/utils/interaction_utils_parser.py#L269 What is the format of Table message and Question message?

Hello, I would like to reproduce the bm25 results for the retrieval part. I found a script called "tapas/retrieval/create_baseline_results.py" that my be the main script for the baseline system. Can...

Basically im trying to use HuggingFace's Tapas transfer to make an open-domain Q&A bot, but I need to tokenize the strings and table. I've been trying to use Deep Java...

Hello Maintainer of Github repo google-research/tapas! Thank you for your work on google-research/tapas. This GitHub project is interesting, and we think that it would be a great addition to make...

When running tapas_classifier_experiment.py leads to the error `AttributeError: 'int' object has no attribute 'value'`. The issue happens because the file doesn't `disable_v2_behavior` tapas_classifier_experiment ``` python tapas/experiments/tapas_classifier_experiment.py \ --use_tpu=False \ ......

An `AttributeError` for the `restrict_attention_bucket_size` flag is raised when running the `tapas_pretraining_experiment` script. Explicitly providing the command line flag doesn't solve the the problem (`Unknown command line flag 'restrict_attention_bucket_size'`). Probably,...

Fixing error an AttributeError for the restrict_attention_bucket_size flag is raised when running the tapas_pretraining_experiment script. Explicitly providing the command line flag doesn't solve the the problem (Unknown command line flag...

* Tapas classifier file doesn't disable v2 tf behaviour, which leads to error during running the experiment: ``` hidden_size_agg = output_layer_aggregation.shape[-1].value AttributeError: 'int' object has no attribute 'value' ``` Resolve...