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