ianporada commited on
Commit
067eb64
1 Parent(s): bacc362

Upload dataset

Browse files
README.md CHANGED
@@ -1,5 +1,47 @@
1
  ---
2
  license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Winograd Schema Challenge examples included in the SuperGLUE Benchmark
 
1
  ---
2
  license: unknown
3
+ dataset_info:
4
+ config_name: wsc
5
+ features:
6
+ - name: text
7
+ dtype: string
8
+ - name: span1_index
9
+ dtype: int32
10
+ - name: span2_index
11
+ dtype: int32
12
+ - name: span1_text
13
+ dtype: string
14
+ - name: span2_text
15
+ dtype: string
16
+ - name: idx
17
+ dtype: int32
18
+ - name: label
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ - 'False'
23
+ - 'True'
24
+ splits:
25
+ - name: train
26
+ num_bytes: 89311
27
+ num_examples: 554
28
+ - name: validation
29
+ num_bytes: 21521
30
+ num_examples: 104
31
+ - name: test
32
+ num_bytes: 31408
33
+ num_examples: 146
34
+ download_size: 49592
35
+ dataset_size: 142240
36
+ configs:
37
+ - config_name: wsc
38
+ data_files:
39
+ - split: train
40
+ path: wsc/train-*
41
+ - split: validation
42
+ path: wsc/validation-*
43
+ - split: test
44
+ path: wsc/test-*
45
  ---
46
 
47
  # Winograd Schema Challenge examples included in the SuperGLUE Benchmark
wsc/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1f13bbd6f528d70269665defec57d843e267404b062bdc5b219a546a0faefa
3
+ size 12164
wsc/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40522cf62f385577ddca1ed4583c16e3466df2c30f6d41032921dc19ae8db7f
3
+ size 27222
wsc/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca2547a7207cc55b6058f7dea1252a7626ff15267a57080c4f806cc9abf75fc
3
+ size 10206