tktung commited on
Commit
c60e15b
1 Parent(s): 3bf964d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: user_name
5
- dtype: string
 
 
6
  - name: post_message
7
  dtype: string
8
  - name: timestamp_post
@@ -13,10 +15,10 @@ dataset_info:
13
  dtype: string
14
  - name: num_share_post
15
  dtype: string
 
 
16
  - name: label
17
  dtype: int64
18
- - name: image_0
19
- dtype: image
20
  - name: image_1
21
  dtype: image
22
  - name: image_2
@@ -39,8 +41,6 @@ dataset_info:
39
  dtype: image
40
  - name: image_11
41
  dtype: image
42
- - name: id
43
- dtype: int64
44
  splits:
45
  - name: train
46
  num_bytes: 266261283.984
@@ -85,7 +85,7 @@ post_message: the text content of the news
85
 
86
  timestamp_post: the time when the news is posted
87
 
88
- image: image of type ```PIL.JpegImagePlugin.JpegImageFile``` associated with the news
89
 
90
  num_like_post: the number of likes that the news is received
91
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: image_0
7
+ dtype: image
8
  - name: post_message
9
  dtype: string
10
  - name: timestamp_post
 
15
  dtype: string
16
  - name: num_share_post
17
  dtype: string
18
+ - name: user_name
19
+ dtype: string
20
  - name: label
21
  dtype: int64
 
 
22
  - name: image_1
23
  dtype: image
24
  - name: image_2
 
41
  dtype: image
42
  - name: image_11
43
  dtype: image
 
 
44
  splits:
45
  - name: train
46
  num_bytes: 266261283.984
 
85
 
86
  timestamp_post: the time when the news is posted
87
 
88
+ image_{i}, where i is in [0,12]: image of type ```PIL.JpegImagePlugin.JpegImageFile``` associated with the news
89
 
90
  num_like_post: the number of likes that the news is received
91