File size: 773 Bytes
5cb4e73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
dataset_info:
  config_name: wsc
  features:
  - name: text
    dtype: string
  - name: span1_index
    dtype: int32
  - name: span2_index
    dtype: int32
  - name: span1_text
    dtype: string
  - name: span2_text
    dtype: string
  - name: idx
    dtype: int32
  - name: label
    dtype:
      class_label:
        names:
        - 'False'
        - 'True'
  splits:
  - name: train
    num_bytes: 89311
    num_examples: 554
  - name: validation
    num_bytes: 21521
    num_examples: 104
  - name: test
    num_bytes: 31408
    num_examples: 146
  download_size: 49592
  dataset_size: 142240
configs:
- config_name: wsc
  data_files:
  - split: train
    path: wsc/train-*
  - split: validation
    path: wsc/validation-*
  - split: test
    path: wsc/test-*
---