Create README.md
Browse files
README.md
CHANGED
@@ -1,43 +1,7 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
- name: tweet_text
|
9 |
-
dtype: string
|
10 |
-
- name: ocr_text
|
11 |
-
dtype: string
|
12 |
-
- name: image_path
|
13 |
-
dtype: image
|
14 |
-
- name: image_url
|
15 |
-
dtype: string
|
16 |
-
- name: class_label
|
17 |
-
dtype:
|
18 |
-
class_label:
|
19 |
-
names:
|
20 |
-
'0': not-check-worthy
|
21 |
-
'1': check-worthy
|
22 |
-
splits:
|
23 |
-
- name: train
|
24 |
-
num_bytes: 252025700.988
|
25 |
-
num_examples: 2356
|
26 |
-
- name: dev
|
27 |
-
num_bytes: 31090143.0
|
28 |
-
num_examples: 271
|
29 |
-
- name: dev_test
|
30 |
-
num_bytes: 61577374.0
|
31 |
-
num_examples: 548
|
32 |
-
download_size: 343849553
|
33 |
-
dataset_size: 344693217.98800004
|
34 |
-
configs:
|
35 |
-
- config_name: default
|
36 |
-
data_files:
|
37 |
-
- split: train
|
38 |
-
path: data/train-*
|
39 |
-
- split: dev
|
40 |
-
path: data/dev-*
|
41 |
-
- split: dev_test
|
42 |
-
path: data/dev_test-*
|
43 |
-
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: CLEF CheckThat! 2023 Task 1A (Multimodal Checkworthiness Detection)
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|