File size: 939 Bytes
73f2cf9
f0d3381
 
 
 
227203a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
---
language:
- en
size_categories:
- 1K<n<10K
pretty_name: CLEF CheckThat! 2023 Task 1A (Multimodal Checkworthiness Detection)
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: dev_test
    path: data/dev_test-*
dataset_info:
  features:
  - name: tweet_id
    dtype: int64
  - name: tweet_url
    dtype: string
  - name: tweet_text
    dtype: string
  - name: ocr_text
    dtype: string
  - name: image_path
    dtype: image
  - name: image_url
    dtype: string
  - name: class_label
    dtype:
      class_label:
        names:
          '0': not-check-worthy
          '1': check-worthy
  splits:
  - name: train
    num_bytes: 230399671.5
    num_examples: 2356
  - name: dev
    num_bytes: 27692371.0
    num_examples: 271
  - name: dev_test
    num_bytes: 53872920.0
    num_examples: 548
  download_size: 309310575
  dataset_size: 311964962.5
---