bwang0911 commited on
Commit
ead306f
1 Parent(s): 3f86a6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -56,41 +56,34 @@ This dataset was used to to finetuner CLIP using the [Finetuner](https://finetun
56
  Please refer to our documentation: [Multilingual Text-to-Image Search with MultilingualCLIP](https://finetuner.jina.ai/notebooks/multilingual_text_to_image/)
57
  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/)
58
 
59
- ## Dataset Structure
60
-
61
- ### Data Instances
62
 
63
  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.
64
 
65
- ### Data Fields
66
 
67
  - 'text': A string describing the item of clothing.
68
- - '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].
69
 
70
- ### Data Splits
71
 
72
  | | train | test |
73
  |------------|-------|------|
74
  | # of items | 10000 | 2001 |
75
 
76
- ### Source Data
77
 
78
- #### Initial Data Collection and Normalization
79
 
80
  Images were sampled from the [Fashion200K dataset](https://github.com/xthan/fashion-200k).
81
 
82
- ### Annotations
83
-
84
- #### Annotation process
85
 
86
  Data was annotated using [Toloka](https://toloka.ai/). See their site for more details.
87
 
88
- ## Additional Information
89
-
90
- ### Licensing Information
91
 
92
  This work is licensed under a Creative Commons Attribution 4.0 International License.
93
 
94
- ### Contributions
95
 
96
  Thanks to contributors from [Jina AI](https://jina.ai) and [Toloka](https://toloka.ai) for adding this dataset.
 
56
  Please refer to our documentation: [Multilingual Text-to-Image Search with MultilingualCLIP](https://finetuner.jina.ai/notebooks/multilingual_text_to_image/)
57
  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/)
58
 
59
+ ## Instances
 
 
60
 
61
  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.
62
 
63
+ ## Fields
64
 
65
  - 'text': A string describing the item of clothing.
66
+ - '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].
67
 
68
+ ## Splits
69
 
70
  | | train | test |
71
  |------------|-------|------|
72
  | # of items | 10000 | 2001 |
73
 
 
74
 
75
+ ## Source
76
 
77
  Images were sampled from the [Fashion200K dataset](https://github.com/xthan/fashion-200k).
78
 
79
+ ## Annotations
 
 
80
 
81
  Data was annotated using [Toloka](https://toloka.ai/). See their site for more details.
82
 
83
+ ## Licensing Information
 
 
84
 
85
  This work is licensed under a Creative Commons Attribution 4.0 International License.
86
 
87
+ ## Contributors
88
 
89
  Thanks to contributors from [Jina AI](https://jina.ai) and [Toloka](https://toloka.ai) for adding this dataset.