|
--- |
|
language: |
|
- ru |
|
- en |
|
license: mit |
|
size_categories: |
|
- 1M<n<10M |
|
task_categories: |
|
- image-to-text |
|
- text-to-image |
|
- feature-extraction |
|
- image-feature-extraction |
|
dataset_info: |
|
features: |
|
- name: caption |
|
dtype: string |
|
- name: url |
|
dtype: string |
|
- name: translated_caption |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 1182762606 |
|
num_examples: 3552701 |
|
download_size: 722587696 |
|
dataset_size: 1182762606 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
tags: |
|
- caption |
|
- blip |
|
- coco |
|
- sbu |
|
pretty_name: Russian Filtered Web Captions |
|
--- |
|
|
|
# DiTy/ru-filtered-web-captions |
|
|
|
## Dataset summary |
|
|
|
This is a translated Russian part of the [filtered web captions](https://github.com/salesforce/BLIP?tab=readme-ov-file#pre-training-datasets-download). |
|
|
|
## Data Instances |
|
|
|
``` |
|
{ |
|
'caption': 'gladiator standing in a smoke with torch and sword', |
|
'url': 'https://thumb9.shutterstock.com/display_pic_with_logo/78238/155376242/stock-photo-gladiator-standing-in-a-smoke-with-torch-and-sword-155376242.jpg', |
|
'translated_caption': 'гладиатор, стоящий в дыму с факелом и мечом' |
|
} |
|
``` |
|
|
|
## Data Fields |
|
|
|
- `caption`: Original textual description of the image |
|
- `url`: Static URL for downloading the image associated with the post. |
|
- `translated_caption`: Russain textual description of the image. |