Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
57bab16
1 Parent(s): 45d2dc4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -19,6 +19,29 @@ task_ids:
19
  - open-domain-qa
20
  paperswithcode_id: null
21
  pretty_name: dyk
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for [Dataset Name]
@@ -145,4 +168,4 @@ CC BY-SA 3.0
145
 
146
  ### Contributions
147
 
148
- Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
 
19
  - open-domain-qa
20
  paperswithcode_id: null
21
  pretty_name: dyk
22
+ dataset_info:
23
+ features:
24
+ - name: q_id
25
+ dtype: string
26
+ - name: question
27
+ dtype: string
28
+ - name: answer
29
+ dtype: string
30
+ - name: target
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ 0: '0'
35
+ 1: '1'
36
+ splits:
37
+ - name: test
38
+ num_bytes: 353643
39
+ num_examples: 1029
40
+ - name: train
41
+ num_bytes: 1388690
42
+ num_examples: 4154
43
+ download_size: 685462
44
+ dataset_size: 1742333
45
  ---
46
 
47
  # Dataset Card for [Dataset Name]
 
168
 
169
  ### Contributions
170
 
171
+ Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.