Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,32 @@ configs:
|
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/train-*
|
32 |
+
tags:
|
33 |
+
- caption
|
34 |
+
- blip
|
35 |
+
- coco
|
36 |
+
- sbu
|
37 |
+
pretty_name: Russian Filtered Web Captions
|
38 |
---
|
39 |
+
|
40 |
+
# DiTy/ru-filtered-web-captions
|
41 |
+
|
42 |
+
## Dataset summary
|
43 |
+
|
44 |
+
This is a translated Russian part of the [filtered web captions](https://github.com/salesforce/BLIP?tab=readme-ov-file#pre-training-datasets-download).
|
45 |
+
|
46 |
+
## Data Instances
|
47 |
+
|
48 |
+
```
|
49 |
+
{
|
50 |
+
'caption': 'gladiator standing in a smoke with torch and sword',
|
51 |
+
'url': 'https://thumb9.shutterstock.com/display_pic_with_logo/78238/155376242/stock-photo-gladiator-standing-in-a-smoke-with-torch-and-sword-155376242.jpg',
|
52 |
+
'translated_caption': 'гладиатор, стоящий в дыму с факелом и мечом'
|
53 |
+
}
|
54 |
+
```
|
55 |
+
|
56 |
+
## Data Fields
|
57 |
+
|
58 |
+
- `caption`: Original textual description of the image
|
59 |
+
- `url`: Static URL for downloading the image associated with the post.
|
60 |
+
- `translated_caption`: Russain textual description of the image.
|