add datasets to frontmatter
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ model-index:
|
|
7 |
results: []
|
8 |
task:
|
9 |
- question-answering
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
results: []
|
8 |
task:
|
9 |
- question-answering
|
10 |
+
datasets:
|
11 |
+
- squad_v2
|
12 |
+
- quoref
|
13 |
+
- adversarial_qa
|
14 |
+
- duorc
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|