Mihaj commited on
Commit
c24d25f
·
1 Parent(s): ca60dba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: answers
12
+ struct:
13
+ - name: answer_start
14
+ sequence: int64
15
+ - name: text
16
+ sequence: string
17
+ - name: context
18
+ dtype: string
19
+ - name: id
20
+ dtype: string
21
+ - name: question
22
+ dtype: string
23
+ - name: title
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 384292
28
+ num_examples: 968
29
+ - name: validation
30
+ num_bytes: 165616
31
+ num_examples: 416
32
+ download_size: 287881
33
+ dataset_size: 549908
34
+ ---
35
+ # Dataset Card for "ruovaqa_demo"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)