Datasets:
yongchanghao
commited on
Commit
•
a9ece0f
1
Parent(s):
b7eb05f
Add 'passage_count' config data files
Browse files- README.md +28 -0
- passage_count/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -421,6 +421,30 @@ dataset_info:
|
|
421 |
num_examples: 200
|
422 |
download_size: 1308980
|
423 |
dataset_size: 21682299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
configs:
|
425 |
- config_name: 2wikimqa
|
426 |
data_files:
|
@@ -490,6 +514,10 @@ configs:
|
|
490 |
data_files:
|
491 |
- split: test
|
492 |
path: narrativeqa/test-*
|
|
|
|
|
|
|
|
|
493 |
---
|
494 |
|
495 |
# Introduction
|
|
|
421 |
num_examples: 200
|
422 |
download_size: 1308980
|
423 |
dataset_size: 21682299
|
424 |
+
- config_name: passage_count
|
425 |
+
features:
|
426 |
+
- name: input
|
427 |
+
dtype: string
|
428 |
+
- name: context
|
429 |
+
dtype: string
|
430 |
+
- name: answers
|
431 |
+
list: string
|
432 |
+
- name: length
|
433 |
+
dtype: int32
|
434 |
+
- name: dataset
|
435 |
+
dtype: string
|
436 |
+
- name: language
|
437 |
+
dtype: string
|
438 |
+
- name: all_classes
|
439 |
+
list: string
|
440 |
+
- name: _id
|
441 |
+
dtype: string
|
442 |
+
splits:
|
443 |
+
- name: test
|
444 |
+
num_bytes: 13417957
|
445 |
+
num_examples: 200
|
446 |
+
download_size: 4953911
|
447 |
+
dataset_size: 13417957
|
448 |
configs:
|
449 |
- config_name: 2wikimqa
|
450 |
data_files:
|
|
|
514 |
data_files:
|
515 |
- split: test
|
516 |
path: narrativeqa/test-*
|
517 |
+
- config_name: passage_count
|
518 |
+
data_files:
|
519 |
+
- split: test
|
520 |
+
path: passage_count/test-*
|
521 |
---
|
522 |
|
523 |
# Introduction
|
passage_count/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16edfd24c341e784903834fd2208657aa6ab66b34487a1d0484492a05f82caca
|
3 |
+
size 4953911
|