Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,48 @@ tags:
|
|
10 |
pretty_name: rumeme-desc
|
11 |
size_categories:
|
12 |
- 1K<n<10K
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pretty_name: rumeme-desc
|
11 |
size_categories:
|
12 |
- 1K<n<10K
|
13 |
+
---
|
14 |
+
|
15 |
+
# Dataset Card for ruMeme Descriptions
|
16 |
+
|
17 |
+
## Table of Contents
|
18 |
+
- [Dataset Description](#dataset-description)
|
19 |
+
- [Dataset Summary](#dataset-summary)
|
20 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
21 |
+
- [Languages](#languages)
|
22 |
+
- [Dataset Structure](#dataset-structure)
|
23 |
+
- [Data Fields](#data-fields)
|
24 |
+
- [Data Splits](#data-splits)
|
25 |
+
- [Dataset Creation](#dataset-creation)
|
26 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
27 |
+
- [Contributions](#contributions)
|
28 |
+
|
29 |
+
## Dataset Description
|
30 |
+
|
31 |
+
### Dataset Summary
|
32 |
+
This is a dataset of more than 2500 memes in Russian and their descriptions from parsing https://vk.com/textmeme.
|
33 |
+
|
34 |
+
### Supported Tasks and Leaderboards
|
35 |
+
|
36 |
+
`text2image` - generate meme from its textual description
|
37 |
+
|
38 |
+
`image2text` - generate description of given meme
|
39 |
+
|
40 |
+
### Languages
|
41 |
+
|
42 |
+
The text in the dataset is in only in Russian. The associated BCP-47 code is `ru`.
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
### Data Fields
|
47 |
+
|
48 |
+
- `Image`: Meme itself (image)
|
49 |
+
- `Text`: Description (str)
|
50 |
+
|
51 |
+
### Data Splits
|
52 |
+
|
53 |
+
There is not enough examples yet to split it to train/test/val in my opinion.
|
54 |
+
|
55 |
+
## Dataset Creation
|
56 |
+
|
57 |
+
As already mentioned, data was gathered from parsing https://vk.com/textmeme.
|