File size: 759 Bytes
63befd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: pronoun
    dtype: string
  - name: pronoun_loc
    dtype: int32
  - name: quote
    dtype: string
  - name: quote_loc
    dtype: int32
  - name: options
    sequence: string
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
  - name: source
    dtype: string
  - name: template_name
    dtype: string
  - name: template
    dtype: string
  - name: rendered_input
    dtype: string
  - name: rendered_output
    dtype: string
  splits:
  - name: test
    num_bytes: 1265512.0
    num_examples: 2184
  download_size: 183645
  dataset_size: 1265512.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---