File size: 798 Bytes
8cba42e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f209c24
 
 
020be14
 
 
 
 
8cba42e
 
 
 
 
f209c24
 
020be14
 
8cba42e
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
46
---
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: index
    dtype: int64
  - name: Statement
    dtype: string
  - name: Context
    dtype: string
  - name: annotation_id
    dtype: int64
  - name: Topic
    dtype: string
  - name: Author
    dtype: string
  - name: Url
    dtype: string
  - name: labels
    dtype: int64
  - name: Evidence
    dtype: string
  splits:
  - name: train
    num_bytes: 24434360
    num_examples: 5062
  - name: dev
    num_bytes: 3389077
    num_examples: 723
  - name: test
    num_bytes: 6954118
    num_examples: 1447
  download_size: 11781342
  dataset_size: 34777555
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---