Commit
•
e1f1527
1
Parent(s):
3963b15
Add 'qran_generation' config data files
Browse files
README.md
CHANGED
@@ -428,6 +428,24 @@ dataset_info:
|
|
428 |
num_examples: 10000
|
429 |
download_size: 177919076
|
430 |
dataset_size: 337944012
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
- config_name: qran_question
|
432 |
features:
|
433 |
- name: text
|
@@ -654,6 +672,14 @@ configs:
|
|
654 |
path: qran_full/validation-*
|
655 |
- split: test
|
656 |
path: qran_full/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
- config_name: qran_question
|
658 |
data_files:
|
659 |
- split: train
|
|
|
428 |
num_examples: 10000
|
429 |
download_size: 177919076
|
430 |
dataset_size: 337944012
|
431 |
+
- config_name: qran_generation
|
432 |
+
features:
|
433 |
+
- name: question
|
434 |
+
dtype: string
|
435 |
+
- name: answer
|
436 |
+
dtype: string
|
437 |
+
splits:
|
438 |
+
- name: train
|
439 |
+
num_bytes: 256974814
|
440 |
+
num_examples: 63683
|
441 |
+
- name: validation
|
442 |
+
num_bytes: 40332643
|
443 |
+
num_examples: 10000
|
444 |
+
- name: test
|
445 |
+
num_bytes: 40218140
|
446 |
+
num_examples: 10000
|
447 |
+
download_size: 171963615
|
448 |
+
dataset_size: 337525597
|
449 |
- config_name: qran_question
|
450 |
features:
|
451 |
- name: text
|
|
|
672 |
path: qran_full/validation-*
|
673 |
- split: test
|
674 |
path: qran_full/test-*
|
675 |
+
- config_name: qran_generation
|
676 |
+
data_files:
|
677 |
+
- split: train
|
678 |
+
path: qran_generation/train-*
|
679 |
+
- split: validation
|
680 |
+
path: qran_generation/validation-*
|
681 |
+
- split: test
|
682 |
+
path: qran_generation/test-*
|
683 |
- config_name: qran_question
|
684 |
data_files:
|
685 |
- split: train
|
qran_generation/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a1bbdea14e3bc3c403874efebb336e0cde752891841b93579809106dc54e78e
|
3 |
+
size 20497143
|
qran_generation/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6037ade57d78d1dc78921b0ab78d5aea74b0168fbb4c8bf8816c1f4c56214152
|
3 |
+
size 130854668
|
qran_generation/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f508047abf61eeccc4ee527a4def373b9b90755453553563b61516c1b08267e
|
3 |
+
size 20611804
|