visheratin
commited on
Commit
•
3df0c04
1
Parent(s):
e2e9148
Update README.md
Browse files
README.md
CHANGED
@@ -262,7 +262,8 @@ the largest [NLLB-200 model](https://huggingface.co/facebook/nllb-200-3.3B) (3.3
|
|
262 |
1. `id` - unique ID of the image.
|
263 |
2. `url` - original URL of the image from the LAION-COCO dataset.
|
264 |
3. `eng_caption` - original English caption from the LAION-COCO dataset.
|
265 |
-
4. `captions` - a list of captions translated to the languages from the Flores 200 dataset. Every item in the list is a list where the first element is a BCP-47 language code and the second one is a caption in this language. The list of all language codes for the Flores 200 dataset can be found [here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200).
|
|
|
266 |
|
267 |
## Images
|
268 |
|
|
|
262 |
1. `id` - unique ID of the image.
|
263 |
2. `url` - original URL of the image from the LAION-COCO dataset.
|
264 |
3. `eng_caption` - original English caption from the LAION-COCO dataset.
|
265 |
+
4. `captions` - a list of captions translated to the languages from the Flores 200 dataset. Every item in the list is a list where the first element is a BCP-47 language code, and the second one is a caption in this language. The list of all language codes for the Flores 200 dataset can be found [here](https://github.com/facebookresearch/flores/blob/main/flores200/README.md#languages-in-flores-200).
|
266 |
+
5. `score` - aesthetic score generated using [LAION aesthetic predictor](https://github.com/christophschuhmann/improved-aesthetic-predictor/). The images in the dataset have the score of 4.5+.
|
267 |
|
268 |
## Images
|
269 |
|