bogdankostic
Add model files
26f4844
|
raw
history blame
730 Bytes
metadata
language: en
tags:
  - tapas
license: apache-2.0

This model contains the converted PyTorch checkpoint of the original Tensorflow model available in the TaPas repository. It is described in Herzig et al.'s (2021) paper Open Domain Question Answering over Tables via Dense Retrieval.

Usage

In Haystack

If you want to use this model for question-answering over tables, you can load it in Haystack:

from haystack.nodes import TableReader

table_reader = TableReader(model_name_or_path="deepset/tapas-large-nq-reader")