File size: 1,390 Bytes
9c74887
eb0ab64
 
 
 
 
 
 
 
 
 
 
9c74887
 
 
 
 
 
 
 
 
 
eb0ab64
b5c0546
eb0ab64
 
9c74887
 
 
 
 
1ada322
 
 
 
 
 
eb0ab64
1ada322
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
---
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.