File size: 685 Bytes
73a0531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
679b543
73a0531
 
679b543
73a0531
 
679b543
73a0531
679b543
 
73a0531
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: labels
    dtype:
      class_label:
        names:
          '0': not-check-worthy
          '1': check-worthy
  - name: image
    dtype: image
  - name: origin
    dtype: string
  splits:
  - name: dev1
    num_bytes: 935910285.0
    num_examples: 4910
  - name: dev2
    num_bytes: 925543844.481
    num_examples: 4911
  - name: test
    num_bytes: 477536979.456
    num_examples: 2456
  download_size: 2330174548
  dataset_size: 2338991108.937
configs:
- config_name: default
  data_files:
  - split: dev1
    path: data/dev1-*
  - split: dev2
    path: data/dev2-*
  - split: test
    path: data/test-*
---