romrawinjp commited on
Commit
3a7df39
·
verified ·
1 Parent(s): 54218e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  - cs
@@ -22,13 +22,13 @@ dataset_info:
22
  dtype: image
23
  splits:
24
  - name: train
25
- num_bytes: 9864232355.0
26
  num_examples: 29000
27
  - name: validation
28
  num_bytes: 343487659.18
29
  num_examples: 1014
30
  - name: test
31
- num_bytes: 344102587.0
32
  num_examples: 1000
33
  download_size: 10550398293
34
  dataset_size: 10551822601.18
@@ -44,3 +44,24 @@ configs:
44
  ---
45
 
46
  # Multi30k Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
  language:
4
  - en
5
  - cs
 
22
  dtype: image
23
  splits:
24
  - name: train
25
+ num_bytes: 9864232355
26
  num_examples: 29000
27
  - name: validation
28
  num_bytes: 343487659.18
29
  num_examples: 1014
30
  - name: test
31
+ num_bytes: 344102587
32
  num_examples: 1000
33
  download_size: 10550398293
34
  dataset_size: 10551822601.18
 
44
  ---
45
 
46
  # Multi30k Dataset
47
+ This dataset is a rearrangement version of the Multi30K dataset. The original dataset was retrived from [https://github.com/multi30k/dataset](Multi30K original github).
48
+
49
+ # Reference
50
+
51
+ If you find this dataset beneficial, please cite to their incredible work.
52
+ ```
53
+ @InProceedings{W16-3210,
54
+ author = "Elliott, Desmond
55
+ and Frank, Stella
56
+ and Sima'an, Khalil
57
+ and Specia, Lucia",
58
+ title = "Multi30K: Multilingual English-German Image Descriptions",
59
+ booktitle = "Proceedings of the 5th Workshop on Vision and Language",
60
+ year = "2016",
61
+ publisher = "Association for Computational Linguistics",
62
+ pages = "70--74",
63
+ location = "Berlin, Germany",
64
+ doi = "10.18653/v1/W16-3210",
65
+ url = "http://www.aclweb.org/anthology/W16-3210"
66
+ }
67
+ ```