Update README.md
Browse files
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://
|
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`:
|
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
|
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).
|