bogdankostic
commited on
Commit
•
9325c02
1
Parent(s):
26f4844
Add adapted model
Browse files- README.md +4 -0
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -8,6 +8,10 @@ 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 |
|
16 |
# Usage
|
17 |
## 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:5fbde7b8e6044cec61f9f8e4d4c2d731c3b98a57a8c9ab3b02fbf82c7556ce0e
|
3 |
+
size 1347080931
|