Iker commited on
Commit
183ff85
1 Parent(s): 1dfc692

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: pattern_id
6
+ dtype: int64
7
+ - name: pattern
8
+ dtype: string
9
+ - name: test_id
10
+ dtype: int64
11
+ - name: negation_type
12
+ dtype: string
13
+ - name: semantic_type
14
+ dtype: string
15
+ - name: syntactic_scope
16
+ dtype: string
17
+ - name: isDistractor
18
+ dtype: bool
19
+ - name: label
20
+ dtype: bool
21
+ - name: sentence
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 41264658
26
+ num_examples: 268505
27
+ - name: validation
28
+ num_bytes: 3056321
29
+ num_examples: 22514
30
+ - name: test
31
+ num_bytes: 12684749
32
+ num_examples: 90281
33
+ download_size: 6311034
34
+ dataset_size: 57005728
35
  ---