foldl commited on
Commit
cba8c97
·
1 Parent(s): b90842a

Create README.md

Browse files

# 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 (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.

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - ru
5
+ tags:
6
+ - ru
7
+ - memes
8
+ - text2image
9
+ - image2text
10
+ pretty_name: rumeme-desc
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---