File size: 820 Bytes
2f7a5d0
 
3a36356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f7a5d0
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
---
license: apache-2.0
dataset_info:
  features:
  - name: pairID
    dtype: string
  - name: gold_label
    dtype: string
  - name: link
    dtype: string
  - name: context
    dtype: string
  - name: sentence1
    dtype: string
  - name: sentenceID
    dtype: string
  - name: topic
    dtype: string
  - name: sentence2
    dtype: string
  - name: annotator_labels
    sequence: string
  splits:
  - name: validation
    num_bytes: 7936065
    num_examples: 3016
  - name: test
    num_bytes: 8006374
    num_examples: 3016
  - name: train
    num_bytes: 65117985
    num_examples: 24376
  download_size: 6440757
  dataset_size: 81060424
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---