Datasets:
ChongyanChen
commited on
Commit
•
3e0b8ae
1
Parent(s):
85db251
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,11 @@ It differs from prior datasets; examples include that it contains:
|
|
20 |
- (2) an answer the individual asking the question validated as acceptable from all community provided answers,
|
21 |
- (3) answers that are considerably longer (e.g., a mean of 173 words versus typically 11 words or fewer in prior work)
|
22 |
- (4) user-chosen topics for each visual question from 105 diverse topics revealing the dataset’s inherent diversity.
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
## Dataset Structure
|
25 |
In total, the VQAonline dataset contains 64,696 visual questions.
|
26 |
|
|
|
20 |
- (2) an answer the individual asking the question validated as acceptable from all community provided answers,
|
21 |
- (3) answers that are considerably longer (e.g., a mean of 173 words versus typically 11 words or fewer in prior work)
|
22 |
- (4) user-chosen topics for each visual question from 105 diverse topics revealing the dataset’s inherent diversity.
|
23 |
+
## Download
|
24 |
+
To download, you can use the following code:
|
25 |
+
```
|
26 |
+
git clone https://huggingface.co/datasets/ChongyanChen/VQAonline
|
27 |
+
```
|
28 |
## Dataset Structure
|
29 |
In total, the VQAonline dataset contains 64,696 visual questions.
|
30 |
|