File size: 2,856 Bytes
3c7da9a
6010539
2d18b25
 
 
 
 
 
 
 
e0dd203
2d18b25
 
 
 
 
 
e0dd203
 
 
 
 
 
 
 
 
 
 
3c7da9a
1d8c480
 
e0dd203
1d8c480
 
 
c11aea3
1d8c480
 
 
 
 
 
e0dd203
 
6010539
e0dd203
1d8c480
 
 
 
 
ead306f
e0dd203
 
 
ead306f
e0dd203
 
ead306f
e0dd203
ead306f
e0dd203
 
 
 
 
 
ead306f
e0dd203
8966992
e0dd203
ead306f
e0dd203
8966992
e0dd203
ead306f
e0dd203
6010539
e0dd203
ead306f
e0dd203
9bcb032
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
license: cc-by-4.0
dataset_info:
  features:
  - name: text
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 282285477
    num_examples: 10000
  - name: test
    num_bytes: 56612023.875
    num_examples: 2001
  download_size: 320681179
  dataset_size: 338897500.875
task_categories:
- text-to-image
multilinguality:
- monolingual
language:
- de
size_categories:
- 1K<n<10K
source_datasets:
- original
pretty_name: Fashion12k DE
---

<br><br>

<p align="center">
<img src="https://github.com/jina-ai/finetuner/blob/main/docs/_static/finetuner-logo-ani.svg?raw=true" alt="Finetuner logo: Finetuner helps you to create experiments in order to improve embeddings on search tasks. It accompanies you to deliver the last mile of performance-tuning for neural search applications." width="150px">
</p>


<p align="center">
<b>The data offered by Jina AI, Finetuner team.</b>
</p>

## Summary

This dataset is a German-language dataset based on the [Fashion12K](https://github.com/Toloka/Fashion12K_german_queries) dataset, which originally contains both English and German text descriptions for each item.
This dataset was used to to finetuner CLIP using the [Finetuner](https://finetuner.jina.ai/) tool.

## Fine-tuning

Please refer to our documentation: [Multilingual Text-to-Image Search with MultilingualCLIP](https://finetuner.jina.ai/notebooks/multilingual_text_to_image/)
and blog [Improving Search Quality for Non-English Queries with Fine-tuned Multilingual CLIP Models](https://jina.ai/news/improving-search-quality-non-english-queries-fine-tuned-multilingual-clip-models/)

## Instances

Each data point consists of a 'text' and an 'image' field, where the 'text' field describes an item of clothing in German, and the 'image' field contains and image of that item of clothing.

## Fields

- 'text': A string describing the item of clothing.
- 'image': A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the "image" column, i.e. `dataset[0]["image"]` should always be preferred over dataset["image"][0].

## Splits

|            | train | test |
|------------|-------|------|
| # of items | 10000 | 2001 |


## Source

Images were sampled from the [Fashion200K dataset](https://github.com/xthan/fashion-200k).

## Annotations

Data was annotated using [Toloka](https://toloka.ai/). See their site for more details.

## Licensing Information

This work is licensed under a Creative Commons Attribution 4.0 International License.

## Contributors

Thanks to contributors from [Jina AI](https://jina.ai) and [Toloka](https://toloka.ai) for adding this dataset.