Upload dataset
Browse files- README.md +44 -0
- data/train-00000-of-00001.parquet +2 -2
- data/validation-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Contains all the quac translated unfiltered conversations with scores
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: story
|
12 |
+
dtype: string
|
13 |
+
- name: questions
|
14 |
+
sequence: string
|
15 |
+
- name: answers
|
16 |
+
sequence: string
|
17 |
+
- name: source
|
18 |
+
dtype: string
|
19 |
+
- name: en_questions
|
20 |
+
sequence: string
|
21 |
+
- name: en_answers
|
22 |
+
sequence: string
|
23 |
+
- name: questions_scores
|
24 |
+
sequence: float64
|
25 |
+
- name: answers_scores
|
26 |
+
sequence: float64
|
27 |
+
- name: story_list_scores
|
28 |
+
sequence: float64
|
29 |
+
- name: story_score
|
30 |
+
dtype: float64
|
31 |
+
- name: id
|
32 |
+
dtype: int64
|
33 |
+
- name: en_story
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 133146530
|
38 |
+
num_examples: 11567
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 12558052
|
41 |
+
num_examples: 1000
|
42 |
+
download_size: 64712414
|
43 |
+
dataset_size: 145704582
|
44 |
+
---
|
45 |
Contains all the quac translated unfiltered conversations with scores
|
data/train-00000-of-00001.parquet
CHANGED
@@ -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:e1e4fe77df66068923785e054b9461fb11944c8257140538421814d2a2271b02
|
3 |
+
size 58943616
|
data/validation-00000-of-00001.parquet
CHANGED
@@ -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:233e6cc7326ac8a5e7d181e6f90382b7ab335fcf06dd5e6466f6d132e1b56af8
|
3 |
+
size 5768798
|