Upload 3 files
Browse files- .gitattributes +1 -0
- README +20 -0
- dev.json +0 -0
- train.json +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
train.json filter=lfs diff=lfs merge=lfs -text
|
README
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The json has a list of passages. Each passage has [title, links, questions, text].
|
| 2 |
+
Overall:
|
| 3 |
+
[
|
| 4 |
+
{
|
| 5 |
+
title,
|
| 6 |
+
links,
|
| 7 |
+
questions, (see below for structure)
|
| 8 |
+
text (Original passage for which the question was written)
|
| 9 |
+
},
|
| 10 |
+
]
|
| 11 |
+
|
| 12 |
+
questions:
|
| 13 |
+
[
|
| 14 |
+
{
|
| 15 |
+
question,
|
| 16 |
+
answer,
|
| 17 |
+
question_links, (Links labeled by question writer as relevant)
|
| 18 |
+
context (context selected by question answerer as necessary)
|
| 19 |
+
}
|
| 20 |
+
]
|
dev.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00a88b97dbbda56c32c620254eb7f0ac0a41507152c2de21f21164052ffcdaa5
|
| 3 |
+
size 25735742
|