Sebastian
commited on
Commit
·
1abbc29
1
Parent(s):
3b9b9fc
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ license: apache-2.0
|
|
| 8 |
This model contains the converted PyTorch checkpoint of the original Tensorflow model available in the [TaPas repository](https://github.com/google-research/tapas/blob/master/DENSE_TABLE_RETRIEVER.md#reader-models).
|
| 9 |
It is described in Herzig et al.'s (2021) [paper](https://aclanthology.org/2021.naacl-main.43/) _Open Domain Question Answering over Tables via Dense Retrieval_.
|
| 10 |
|
| 11 |
-
This model has 2 versions
|
| 12 |
The default one has an adapted table scoring head in order to be able to generate probabilities out of the logits.
|
| 13 |
-
The other (non-default) version
|
| 14 |
|
| 15 |
# Usage
|
| 16 |
## In Haystack
|
|
|
|
| 8 |
This model contains the converted PyTorch checkpoint of the original Tensorflow model available in the [TaPas repository](https://github.com/google-research/tapas/blob/master/DENSE_TABLE_RETRIEVER.md#reader-models).
|
| 9 |
It is described in Herzig et al.'s (2021) [paper](https://aclanthology.org/2021.naacl-main.43/) _Open Domain Question Answering over Tables via Dense Retrieval_.
|
| 10 |
|
| 11 |
+
This model has 2 versions that can be used differing only in the table scoring head.
|
| 12 |
The default one has an adapted table scoring head in order to be able to generate probabilities out of the logits.
|
| 13 |
+
The other (non-default) version corresponds to the original checkpoint from the TaPas repository and can be accessed by setting `revision="original"`.
|
| 14 |
|
| 15 |
# Usage
|
| 16 |
## In Haystack
|