File size: 836 Bytes
1ec5265
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6bdaf1
 
1ec5265
 
f6bdaf1
1ec5265
 
f6bdaf1
1ec5265
 
f6bdaf1
1ec5265
f6bdaf1
 
1ec5265
 
 
 
 
 
 
 
 
 
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: event_name
    dtype: string
  - name: tweet_id
    dtype: int64
  - name: image_id
    dtype: string
  - name: tweet_text
    dtype: string
  - name: image
    dtype: image
  - name: label
    dtype: string
  - name: label_text
    dtype: string
  - name: label_image
    dtype: string
  - name: label_text_image
    dtype: string
  - name: image_path
    dtype: string
  splits:
  - name: train
    num_bytes: 759209248.458
    num_examples: 6126
  - name: dev
    num_bytes: 100858101.0
    num_examples: 998
  - name: test
    num_bytes: 94563364.0
    num_examples: 955
  download_size: 858026950
  dataset_size: 954630713.458
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---