paddle.dataset.wmt14 requires source language dictionary and target language dictionary has the same size
Created by: lcy-seso
-
paddle.dataset.wmt14
requires source language dictionary and target language dictionary has the same size (get_dict
]. This is not necessary. - Because a large source language dictionary does not increase the computation complexity. We always use a large source language dictionary and a relatively small target language dictionary.
- The interface should allow users to specify the size of the source and target language dictionary separately.