atasoglu commited on
Commit
01a5042
1 Parent(s): 09640ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -54
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
- language:
49
- - tr
50
- - en
51
- size_categories:
52
- - 10K<n<100K
53
- pretty_name: flickr30k-tr
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.