Skip to content

Commit

Permalink
Update multi30k.py (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajitghana committed Jul 1, 2021
1 parent e3c6458 commit aa75fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtext/datasets/multi30k.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def Multi30k(root, split, language_pair=('de', 'en')):
Args:
root: Directory where the datasets are saved. Default: ".data"
split: split or splits to be returned. Can be a string or tuple of strings. Default: (train’, ‘valid’, ‘test)
split: split or splits to be returned. Can be a string or tuple of strings. Default: ('train', 'valid', 'test')
language_pair: tuple or list containing src and tgt language. Available options are ('de','en') and ('en', 'de')
"""

Expand Down

0 comments on commit aa75fe0

Please sign in to comment.