d0rj commited on
Commit
84ddabd
·
1 Parent(s): 62af0b7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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: 1170197
63
+ dataset_size: 2480990
64
+ ---
65
+ # Dataset Card for "RuBQ_2.0"
66
+
67
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)