-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use new GoogleDrive link for IWSLT dataset All IWSLT datasets are now on Google Drive. Also the language pairs are not provided as seperate archives anymore, but all in a single archive. The IWSLT datadep was updated with the new Google drive link and the postfetchmethod adapted to extract the nested language pair archives. * Fix wrong error message in IWSLT tunefile When the requested file was not found in tunefile, a error was thrown, which should have included the list of available files in the datadeps. Here the wrong datadeps string was used, which triggered the download of the fr-en language pair. Co-authored-by: Markus Jörg <[email protected]>
- Loading branch information
Showing
2 changed files
with
51 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
module IWSLT | ||
using Fetch | ||
using DataDeps | ||
|
||
using ..Datasets: Dataset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters