d0rj commited on
Commit
a822e3b
1 Parent(s): 5748c32

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: type
28
+ dtype: string
29
+ - name: value
30
+ dtype: string
31
+ - name: xml:lang
32
+ dtype: string
33
+ - name: tags
34
+ sequence: string
35
+ - name: question_eng
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 472281
40
+ num_examples: 1200
41
+ - name: dev
42
+ num_bytes: 115029
43
+ num_examples: 300
44
+ download_size: 249954
45
+ dataset_size: 587310
46
+ ---
47
+ # Dataset Card for "RuBQ_1.0"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)