Datasets:

ArXiv:
Tags:
License:
ianporada commited on
Commit
06fcd97
1 Parent(s): 671bd3f

Upload dataset

Browse files
README.md CHANGED
@@ -1,5 +1,50 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Dataset Card for "gap"
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: ID
6
+ dtype: string
7
+ - name: Text
8
+ dtype: string
9
+ - name: Pronoun
10
+ dtype: string
11
+ - name: Pronoun-offset
12
+ dtype: int32
13
+ - name: A
14
+ dtype: string
15
+ - name: A-offset
16
+ dtype: int32
17
+ - name: A-coref
18
+ dtype: bool
19
+ - name: B
20
+ dtype: string
21
+ - name: B-offset
22
+ dtype: int32
23
+ - name: B-coref
24
+ dtype: bool
25
+ - name: URL
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1095599
30
+ num_examples: 2000
31
+ - name: validation
32
+ num_bytes: 248305
33
+ num_examples: 454
34
+ - name: test
35
+ num_bytes: 1090438
36
+ num_examples: 2000
37
+ download_size: 1610585
38
+ dataset_size: 2434342
39
+ configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: train
43
+ path: data/train-*
44
+ - split: validation
45
+ path: data/validation-*
46
+ - split: test
47
+ path: data/test-*
48
  ---
49
 
50
  # Dataset Card for "gap"
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa08c919bfd99014d0c8d7463bbbccd776604cf54c8dc30a6e2979caf990c769
3
+ size 724406
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a49a0595f1840b78569a37f8d3e37b9181ae38fcf2f7869e996f25aaf3b1e1b
3
+ size 719644
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e9fad45b9af3e146634c09e6684a22989816bea497f9e1e88fbeea2c02da68c
3
+ size 166535