Datasets:
KaraKaraWitch
commited on
Commit
•
b778d43
1
Parent(s):
cc2dfb7
Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,8 @@ size_categories:
|
|
3 |
- 10K<n<100K
|
4 |
pretty_name: OKReddit Visionary
|
5 |
task_categories:
|
6 |
-
-
|
7 |
-
-
|
8 |
-
task_ids:
|
9 |
-
- language-modeling
|
10 |
-
- masked-language-modeling
|
11 |
source_datasets:
|
12 |
- original
|
13 |
language:
|
@@ -22,18 +19,25 @@ language:
|
|
22 |
|
23 |
OKReddit Visionary is a collection of **50 GiB** (~74K pairs) of image Question & Answers. This dataset has been prepared for research or archival purposes.
|
24 |
|
25 |
-
This dataset includes (obviously) a filtered list of subreddits.
|
26 |
-
|
27 |
- **Curated by:** KaraKaraWitch
|
28 |
- **Funded by:** Recursal.ai
|
29 |
- **Shared by:** KaraKaraWitch
|
30 |
-
- **
|
31 |
-
- **
|
|
|
32 |
|
33 |
### Dataset Sources
|
34 |
|
35 |
- **Source Data:** [Academic Torrents](https://academictorrents.com/details/9c263fc85366c1ef8f5bb9da0203f4c8c8db75f4) by (stuck_in_the_matrix, Watchful1, RaiderBDev & pushshift folks.)
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
## Languages
|
38 |
|
39 |
All the questions and answers should be in english at this size point.
|
@@ -55,6 +59,24 @@ tar_file = "PackedTar.tar"
|
|
55 |
hf_dataset = wds.WebDataset(str(tar_root)).decode("pil")
|
56 |
```
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
# Additional Information
|
59 |
|
60 |
## Recursal's Vision
|
|
|
3 |
- 10K<n<100K
|
4 |
pretty_name: OKReddit Visionary
|
5 |
task_categories:
|
6 |
+
- question-answering
|
7 |
+
- image-to-text
|
|
|
|
|
|
|
8 |
source_datasets:
|
9 |
- original
|
10 |
language:
|
|
|
19 |
|
20 |
OKReddit Visionary is a collection of **50 GiB** (~74K pairs) of image Question & Answers. This dataset has been prepared for research or archival purposes.
|
21 |
|
|
|
|
|
22 |
- **Curated by:** KaraKaraWitch
|
23 |
- **Funded by:** Recursal.ai
|
24 |
- **Shared by:** KaraKaraWitch
|
25 |
+
- **Special Thanks:** [harrison](https://huggingface.co/harrisonvanderbyl) (Suggestion)
|
26 |
+
- **Language(s) (NLP):** Mainly English.
|
27 |
+
- **License:** Refer to [Licensing Information](#licensing-information) for data license.
|
28 |
|
29 |
### Dataset Sources
|
30 |
|
31 |
- **Source Data:** [Academic Torrents](https://academictorrents.com/details/9c263fc85366c1ef8f5bb9da0203f4c8c8db75f4) by (stuck_in_the_matrix, Watchful1, RaiderBDev & pushshift folks.)
|
32 |
|
33 |
+
## Supported Tasks and Leaderboards
|
34 |
+
|
35 |
+
The dataset may be used for a variety of natural language processing (NLP) tasks including:
|
36 |
+
|
37 |
+
- Visual Questioning: Dataset contains question and answer pairs
|
38 |
+
- Text to Image (and vice versa).
|
39 |
+
|
40 |
+
|
41 |
## Languages
|
42 |
|
43 |
All the questions and answers should be in english at this size point.
|
|
|
59 |
hf_dataset = wds.WebDataset(str(tar_root)).decode("pil")
|
60 |
```
|
61 |
|
62 |
+
# Dataset Creation
|
63 |
+
|
64 |
+
## Curation Rationale
|
65 |
+
|
66 |
+
Some subreddits are more often than not, Q&A subreddits. Where the submission author asks a question (+An Image), and recieve responses back.
|
67 |
+
|
68 |
+
### Subreddits Picked
|
69 |
+
|
70 |
+
Following a suggestion from harrison, I've selected the following subreddits for this dataset:
|
71 |
+
|
72 |
+
- PeterExplainsTheJoke
|
73 |
+
- whatisthisanimal
|
74 |
+
- whatisthisbug
|
75 |
+
- whatisthiscar
|
76 |
+
- whatisthisthing
|
77 |
+
|
78 |
+
Some subreddits were not present in the base OKReddit-RC3 (/r/PeterExplainsTheJoke for example) dataset and had to be pulled from an intermediary step. But the same quality metrics where used in the final subreddit filtering.
|
79 |
+
|
80 |
# Additional Information
|
81 |
|
82 |
## Recursal's Vision
|