File size: 602 Bytes
183260d
 
13a3092
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9cd0c1
13a3092
d9cd0c1
 
13a3092
 
 
 
 
183260d
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
---

license: cc-by-4.0
dataset_info:
  features:
  - name: qn
    dtype: int64
  - name: label
    dtype: int64
  - name: pronoun
    dtype: string
  - name: pronoun_loc
    dtype: int64
  - name: quote
    dtype: string
  - name: quote_loc
    dtype: int64
  - name: source
    dtype: string
  - name: text
    dtype: string
  - name: options
    sequence: string
  splits:
  - name: test
    num_bytes: 110188
    num_examples: 285
  download_size: 37900
  dataset_size: 110188
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---