Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
extended|winograd_wsc
ArXiv:
License:
lhoestq HF staff commited on
Commit
6ff2ef4
1 Parent(s): 4d1fb5b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -19,6 +19,28 @@ task_categories:
19
  task_ids:
20
  - multiple-choice-coreference-resolution
21
  paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for The modified Winograd Schema Challenge (MWSC)
@@ -180,4 +202,4 @@ If you use this in your work, please cite:
180
 
181
  ### Contributions
182
 
183
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
19
  task_ids:
20
  - multiple-choice-coreference-resolution
21
  paperswithcode_id: null
22
+ dataset_info:
23
+ features:
24
+ - name: sentence
25
+ dtype: string
26
+ - name: question
27
+ dtype: string
28
+ - name: options
29
+ sequence: string
30
+ - name: answer
31
+ dtype: string
32
+ splits:
33
+ - name: test
34
+ num_bytes: 15220
35
+ num_examples: 100
36
+ - name: train
37
+ num_bytes: 11022
38
+ num_examples: 80
39
+ - name: validation
40
+ num_bytes: 13109
41
+ num_examples: 82
42
+ download_size: 19197
43
+ dataset_size: 39351
44
  ---
45
 
46
  # Dataset Card for The modified Winograd Schema Challenge (MWSC)
 
202
 
203
  ### Contributions
204
 
205
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@lhoestq](https://github.com/lhoestq) for adding this dataset.