StellarMilk
commited on
Commit
•
3267fa9
1
Parent(s):
fd83c82
Upload 4 files
Browse files- README.md +21 -0
- newsqa_cleaned_test.parquet +3 -0
- newsqa_cleaned_train.parquet +3 -0
- newsqa_cleaned_validation.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: newsqa_cleaned_train.parquet
|
9 |
+
- split: validation
|
10 |
+
path: newsqa_cleaned_validation.parquet
|
11 |
+
- split: test
|
12 |
+
path: newsqa_cleaned_test.parquet
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
---
|
16 |
+
|
17 |
+
Converting newsqa dataset to identical format as lmqg/qag_squad for asahi417/lm-question-generation
|
18 |
+
|
19 |
+
Questions, that dont end on "?" have been removed.
|
20 |
+
|
21 |
+
[GitHub Repo](https://github.com/gabrieltorresgamez/newsqa)
|
newsqa_cleaned_test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81343cb5615bdeb6092aa706d3c9d76f2a26fc606c5ac3d58fc25474fdc3a901
|
3 |
+
size 1439935
|
newsqa_cleaned_train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62ef7ec526c5c0eece55d52606f858f166c6f3c01b5c8a86f5646103c7af0560
|
3 |
+
size 23601462
|
newsqa_cleaned_validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d309f342333f87e3f0fcb2b4a188cce79ca16728a3c725030aa8d619b7240829
|
3 |
+
size 1397739
|