PaulLerner
commited on
Commit
•
b2f0521
1
Parent(s):
01702e6
docs: create minimal model card
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- PaulLerner/triviaqa_for_viquae
|
4 |
+
---
|
5 |
+
Model trained on TriviaQA, filtered of all questions used in ViQuAE, as described in https://paullerner.github.io/ViQuAE/index.html#reading-comprehension but after fixing the loss (mean-pooling instead of max-pooling, see https://github.com/facebookresearch/DPR/issues/244)
|