Commit
·
c79e06d
1
Parent(s):
107f938
Update parquet files
Browse files
.gitattributes
CHANGED
@@ -18,3 +18,5 @@ qg_valid.csv filter=lfs diff=lfs merge=lfs -text
|
|
18 |
qa_eval_train.csv filter=lfs diff=lfs merge=lfs -text
|
19 |
qa_eval_valid.csv filter=lfs diff=lfs merge=lfs -text
|
20 |
qg_train.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
18 |
qa_eval_train.csv filter=lfs diff=lfs merge=lfs -text
|
19 |
qa_eval_valid.csv filter=lfs diff=lfs merge=lfs -text
|
20 |
qg_train.csv filter=lfs diff=lfs merge=lfs -text
|
21 |
+
iarfmoose--question_generator/csv-train.parquet filter=lfs diff=lfs merge=lfs -text
|
22 |
+
iarfmoose--question_generator/csv-validation.parquet filter=lfs diff=lfs merge=lfs -text
|
.gitignore
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
.vscode
|
|
|
|
README.md
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
This dataset is made up of data taken from SQuAD v2.0, RACE, CoQA, and MSMARCO. Some examples have been filtered out of the original datasets and others have been modified.
|
2 |
-
|
3 |
-
There are two fields; question and text. The question field contains the question, and the text field contains both the answer and the context in the following format:
|
4 |
-
"\<answer> (answer text) \<context> (context text)"
|
5 |
-
|
6 |
-
The <answer> and <context> are included as special tokens in the question generator's tokenizer.
|
7 |
-
|
8 |
-
This dataset is intended to be used with the [question_generator repo](https://github.com/AMontgomerie/question_generator) to train the question generator model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qg_train.csv → iarfmoose--question_generator/csv-train.parquet
RENAMED
@@ -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:521f7233e191fd7433c5aec9adfaf7cbc6dfa8fd864cfdc6449fdb7c97bd98fe
|
3 |
+
size 144950133
|
qg_valid.csv → iarfmoose--question_generator/csv-validation.parquet
RENAMED
@@ -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:d0858333302e0d9eef6cb7cc0a5cfb0b60a45cb22a476d78b4c5d2b4da0a40ae
|
3 |
+
size 25482857
|