Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,56 +1,58 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: image
|
5 |
-
dtype: image
|
6 |
-
- name: filename
|
7 |
-
dtype: string
|
8 |
-
- name: imgid
|
9 |
-
dtype: int32
|
10 |
-
- name: sentids
|
11 |
-
list: int32
|
12 |
-
- name: sentences
|
13 |
-
list:
|
14 |
-
- name: tokens
|
15 |
-
list: string
|
16 |
-
- name: raw
|
17 |
-
dtype: string
|
18 |
-
- name: imgid
|
19 |
-
dtype: int32
|
20 |
-
- name: sentid
|
21 |
-
dtype: int32
|
22 |
-
- name: raw_turkish
|
23 |
-
sequence: string
|
24 |
-
splits:
|
25 |
-
- name: train
|
26 |
-
num_bytes: 3843262999
|
27 |
-
num_examples: 29000
|
28 |
-
- name: validation
|
29 |
-
num_bytes: 141460570.428
|
30 |
-
num_examples: 1014
|
31 |
-
- name: test
|
32 |
-
num_bytes: 143011292
|
33 |
-
num_examples: 1000
|
34 |
-
download_size: 4318471070
|
35 |
-
dataset_size: 4127734861.428
|
36 |
-
configs:
|
37 |
-
- config_name: default
|
38 |
-
data_files:
|
39 |
-
- split: train
|
40 |
-
path: data/train-*
|
41 |
-
- split: validation
|
42 |
-
path: data/validation-*
|
43 |
-
- split: test
|
44 |
-
path: data/test-*
|
45 |
-
license: other
|
46 |
-
task_categories:
|
47 |
-
- image-to-text
|
48 |
-
|
49 |
-
-
|
50 |
-
|
51 |
-
|
52 |
-
-
|
53 |
-
|
54 |
-
|
|
|
|
|
55 |
|
56 |
This dataset is a machine-translated version of the [HuggingFaceM4/flickr30k](https://huggingface.co/datasets/HuggingFaceM4/flickr30k) into Turkish using the [facebook/nllb-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B) translation model.
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: filename
|
7 |
+
dtype: string
|
8 |
+
- name: imgid
|
9 |
+
dtype: int32
|
10 |
+
- name: sentids
|
11 |
+
list: int32
|
12 |
+
- name: sentences
|
13 |
+
list:
|
14 |
+
- name: tokens
|
15 |
+
list: string
|
16 |
+
- name: raw
|
17 |
+
dtype: string
|
18 |
+
- name: imgid
|
19 |
+
dtype: int32
|
20 |
+
- name: sentid
|
21 |
+
dtype: int32
|
22 |
+
- name: raw_turkish
|
23 |
+
sequence: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 3843262999
|
27 |
+
num_examples: 29000
|
28 |
+
- name: validation
|
29 |
+
num_bytes: 141460570.428
|
30 |
+
num_examples: 1014
|
31 |
+
- name: test
|
32 |
+
num_bytes: 143011292
|
33 |
+
num_examples: 1000
|
34 |
+
download_size: 4318471070
|
35 |
+
dataset_size: 4127734861.428
|
36 |
+
configs:
|
37 |
+
- config_name: default
|
38 |
+
data_files:
|
39 |
+
- split: train
|
40 |
+
path: data/train-*
|
41 |
+
- split: validation
|
42 |
+
path: data/validation-*
|
43 |
+
- split: test
|
44 |
+
path: data/test-*
|
45 |
+
license: other
|
46 |
+
task_categories:
|
47 |
+
- image-to-text
|
48 |
+
- translation
|
49 |
+
- sentence-similarity
|
50 |
+
language:
|
51 |
+
- tr
|
52 |
+
- en
|
53 |
+
size_categories:
|
54 |
+
- 10K<n<100K
|
55 |
+
pretty_name: flickr30k-tr
|
56 |
+
---
|
57 |
|
58 |
This dataset is a machine-translated version of the [HuggingFaceM4/flickr30k](https://huggingface.co/datasets/HuggingFaceM4/flickr30k) into Turkish using the [facebook/nllb-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B) translation model.
|