Update README.md
Browse files
README.md
CHANGED
@@ -1,44 +1 @@
|
|
1 |
-
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: source
|
5 |
-
dtype: string
|
6 |
-
- name: story
|
7 |
-
dtype: string
|
8 |
-
- name: questions
|
9 |
-
sequence: string
|
10 |
-
- name: answers
|
11 |
-
sequence: string
|
12 |
-
- name: en_questions
|
13 |
-
sequence: string
|
14 |
-
- name: en_answers
|
15 |
-
sequence: string
|
16 |
-
- name: en_story
|
17 |
-
dtype: string
|
18 |
-
- name: questions_scores
|
19 |
-
sequence: float64
|
20 |
-
- name: answers_scores
|
21 |
-
sequence: float64
|
22 |
-
- name: story_list_scores
|
23 |
-
sequence: float64
|
24 |
-
- name: story_score
|
25 |
-
dtype: float64
|
26 |
-
- name: id
|
27 |
-
dtype: int64
|
28 |
-
splits:
|
29 |
-
- name: train
|
30 |
-
num_bytes: 60246377
|
31 |
-
num_examples: 7199
|
32 |
-
- name: validation
|
33 |
-
num_bytes: 4099138
|
34 |
-
num_examples: 500
|
35 |
-
download_size: 30838835
|
36 |
-
dataset_size: 64345515
|
37 |
-
configs:
|
38 |
-
- config_name: default
|
39 |
-
data_files:
|
40 |
-
- split: train
|
41 |
-
path: data/train-*
|
42 |
-
- split: validation
|
43 |
-
path: data/validation-*
|
44 |
-
---
|
|
|
1 |
+
Contains all the coqa translated unfiltered conversations with scores
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|