levente-murgas commited on
Commit
d9a0f02
·
verified ·
1 Parent(s): 0c2a059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -79,7 +79,7 @@ A data instance consists of an image and its metadata. For example:
79
  "shares": 25,
80
  "comments": 40,
81
  "post_text": "Here's a great moment captured #fun",
82
- "post_link": "https://twitter.com/example/status/12345",
83
  "img_link": "https://example.com/img.jpg",
84
  "ocr": "Here's a great moment captured",
85
  "captions": "A boy holding a balloon.",
@@ -89,13 +89,13 @@ A data instance consists of an image and its metadata. For example:
89
  ```
90
  ### Data Fields
91
  - `id`: Unique identifier for each post.
92
- - `user_id`: Twitter user ID of the post author.
93
  - `date`: Date the post was made.
94
  - `likes`: Number of likes the post received.
95
  - `shares`: Number of shares the post received.
96
  - `comments`: Number of comments on the post.
97
  - `post_text`: Text content of the post.
98
- - `post_link`: URL to the original Twitter post.
99
  - `img_link`: URL to the image.
100
  - `ocr`: Text extracted from the image using OCR.
101
  - `captions`: An image description generated by [BLIP](https://github.com/salesforce/BLIP).
 
79
  "shares": 25,
80
  "comments": 40,
81
  "post_text": "Here's a great moment captured #fun",
82
+ "post_link": "https://facebook.com/example/status/12345",
83
  "img_link": "https://example.com/img.jpg",
84
  "ocr": "Here's a great moment captured",
85
  "captions": "A boy holding a balloon.",
 
89
  ```
90
  ### Data Fields
91
  - `id`: Unique identifier for each post.
92
+ - `user_id`: Facebook user ID of the post author.
93
  - `date`: Date the post was made.
94
  - `likes`: Number of likes the post received.
95
  - `shares`: Number of shares the post received.
96
  - `comments`: Number of comments on the post.
97
  - `post_text`: Text content of the post.
98
+ - `post_link`: URL to the original Facebook post.
99
  - `img_link`: URL to the image.
100
  - `ocr`: Text extracted from the image using OCR.
101
  - `captions`: An image description generated by [BLIP](https://github.com/salesforce/BLIP).