Update README.md
Browse files
README.md
CHANGED
@@ -13,16 +13,16 @@ dataset_info:
|
|
13 |
sequence: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes: 829019413
|
17 |
num_examples: 6000
|
18 |
- name: test
|
19 |
-
num_bytes: 137254728
|
20 |
num_examples: 1000
|
21 |
- name: validation
|
22 |
-
num_bytes: 138403935
|
23 |
num_examples: 1000
|
24 |
download_size: 1104541860
|
25 |
-
dataset_size: 1104678076
|
26 |
configs:
|
27 |
- config_name: default
|
28 |
data_files:
|
@@ -32,4 +32,19 @@ configs:
|
|
32 |
path: data/test-*
|
33 |
- split: validation
|
34 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
|
|
|
|
|
13 |
sequence: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 829019413
|
17 |
num_examples: 6000
|
18 |
- name: test
|
19 |
+
num_bytes: 137254728
|
20 |
num_examples: 1000
|
21 |
- name: validation
|
22 |
+
num_bytes: 138403935
|
23 |
num_examples: 1000
|
24 |
download_size: 1104541860
|
25 |
+
dataset_size: 1104678076
|
26 |
configs:
|
27 |
- config_name: default
|
28 |
data_files:
|
|
|
32 |
path: data/test-*
|
33 |
- split: validation
|
34 |
path: data/validation-*
|
35 |
+
task_categories:
|
36 |
+
- image-to-text
|
37 |
+
- translation
|
38 |
+
- sentence-similarity
|
39 |
+
language:
|
40 |
+
- tr
|
41 |
+
- en
|
42 |
+
tags:
|
43 |
+
- image captioning
|
44 |
+
- image-to-text
|
45 |
+
pretty_name: flickr8k-tr-mt
|
46 |
+
size_categories:
|
47 |
+
- 1K<n<10K
|
48 |
---
|
49 |
+
|
50 |
+
This dataset is a machine-translated version of the [flickr8k](https://huggingface.co/datasets/atasoglu/flickr8k-dataset) into Turkish using the [facebook/nllb-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B) translation model.
|