Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,22 +2,65 @@
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
-
- split:
|
6 |
-
path: data/
|
|
|
|
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: uid
|
10 |
dtype: int64
|
11 |
-
- name:
|
12 |
-
dtype:
|
13 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
dtype: string
|
15 |
splits:
|
16 |
-
- name:
|
17 |
-
num_bytes:
|
18 |
-
num_examples:
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
---
|
22 |
# Dataset Card for "RuBQ_2.0"
|
23 |
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
+
- split: test
|
6 |
+
path: data/test-*
|
7 |
+
- split: dev
|
8 |
+
path: data/dev-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: uid
|
12 |
dtype: int64
|
13 |
+
- name: question_text
|
14 |
+
dtype: string
|
15 |
+
- name: query
|
16 |
+
dtype: string
|
17 |
+
- name: answer_text
|
18 |
+
dtype: string
|
19 |
+
- name: question_uris
|
20 |
+
sequence: string
|
21 |
+
- name: question_props
|
22 |
+
sequence: string
|
23 |
+
- name: answers
|
24 |
+
list:
|
25 |
+
- name: datatype
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype: string
|
29 |
+
- name: type
|
30 |
+
dtype: string
|
31 |
+
- name: value
|
32 |
+
dtype: string
|
33 |
+
- name: wd_names
|
34 |
+
struct:
|
35 |
+
- name: en
|
36 |
+
sequence: string
|
37 |
+
- name: ru
|
38 |
+
sequence: string
|
39 |
+
- name: wp_names
|
40 |
+
sequence: string
|
41 |
+
- name: xml:lang
|
42 |
+
dtype: string
|
43 |
+
- name: paragraphs_uids
|
44 |
+
struct:
|
45 |
+
- name: all_related
|
46 |
+
sequence: int64
|
47 |
+
- name: with_answer
|
48 |
+
sequence: int64
|
49 |
+
- name: tags
|
50 |
+
sequence: string
|
51 |
+
- name: RuBQ_version
|
52 |
+
dtype: string
|
53 |
+
- name: question_eng
|
54 |
dtype: string
|
55 |
splits:
|
56 |
+
- name: test
|
57 |
+
num_bytes: 1992076
|
58 |
+
num_examples: 2330
|
59 |
+
- name: dev
|
60 |
+
num_bytes: 488914
|
61 |
+
num_examples: 580
|
62 |
+
download_size: 0
|
63 |
+
dataset_size: 2480990
|
64 |
---
|
65 |
# Dataset Card for "RuBQ_2.0"
|
66 |
|