bogdankostic
commited on
Commit
·
9d56951
1
Parent(s):
7440303
Add adapted model
Browse files- README.md +3 -0
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -8,6 +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 |
|
12 |
# Usage
|
13 |
## 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 which 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 corredponds to the original checkpoint from the TaPas repository and can be accessed setting `revision="original"`.
|
14 |
|
15 |
# Usage
|
16 |
## In Haystack
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a9b532c0096d45ea49b4268020491d7baf386a4dd555eb0192be9f6b62bd22c
|
3 |
+
size 1347080931
|