michiel commited on
Commit
227203a
·
verified ·
1 Parent(s): f0d3381

Upload dataset

Browse files
README.md CHANGED
@@ -1,7 +1,48 @@
1
  ---
2
  language:
3
  - en
4
- pretty_name: CLEF CheckThat! 2023 Task 1A (Multimodal Checkworthiness Detection)
5
  size_categories:
6
  - 1K<n<10K
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
 
4
  size_categories:
5
  - 1K<n<10K
6
+ pretty_name: CLEF CheckThat! 2023 Task 1A (Multimodal Checkworthiness Detection)
7
+ configs:
8
+ - config_name: default
9
+ data_files:
10
+ - split: train
11
+ path: data/train-*
12
+ - split: dev
13
+ path: data/dev-*
14
+ - split: dev_test
15
+ path: data/dev_test-*
16
+ dataset_info:
17
+ features:
18
+ - name: tweet_id
19
+ dtype: int64
20
+ - name: tweet_url
21
+ dtype: string
22
+ - name: tweet_text
23
+ dtype: string
24
+ - name: ocr_text
25
+ dtype: string
26
+ - name: image_path
27
+ dtype: image
28
+ - name: image_url
29
+ dtype: string
30
+ - name: class_label
31
+ dtype:
32
+ class_label:
33
+ names:
34
+ '0': not-check-worthy
35
+ '1': check-worthy
36
+ splits:
37
+ - name: train
38
+ num_bytes: 230399671.5
39
+ num_examples: 2356
40
+ - name: dev
41
+ num_bytes: 27692371.0
42
+ num_examples: 271
43
+ - name: dev_test
44
+ num_bytes: 53872920.0
45
+ num_examples: 548
46
+ download_size: 309310575
47
+ dataset_size: 311964962.5
48
+ ---
data/dev-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff62c38da49d7961c94807fbd6e08f07823217095b15c1b3f68c8d0641c34204
3
- size 30943336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a94de4e794d95f10ed96424fc9ea82ac0cea5667406fa55db138a4c77a5e62c
3
+ size 27394384
data/dev_test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58595783fd3d0fb9580e10f3d3da6d09c12e8c5520d38dcdaa55bc8e6492dce8
3
- size 61429040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf0c513b0413437101e3fe8464d5d268006a698f233bfa02215e4e979e3c846
3
+ size 53461204
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84aff34781b36a5c02235e7e4c598f9653092eb31e90aae8afd9a9d94227277e
3
- size 251477177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b71f3119b92207a6224c8c39427a2b0700d10971bc012aafd5021b0c04ba36a6
3
+ size 228454987