This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
_create_dataset_directory ,
12
12
)
13
13
14
+ # TODO: Update URL to original once the server is back up (see https://github.com/pytorch/text/issues/1756)
14
15
URL = {
15
- "train" : "http ://www.quest.dcs.shef.ac.uk/wmt16_files_mmt /training.tar.gz" ,
16
- "valid" : "http ://www.quest.dcs.shef.ac.uk/wmt16_files_mmt /validation.tar.gz" ,
17
- "test" : "http ://www.quest.dcs.shef.ac.uk/wmt16_files_mmt /mmt16_task1_test.tar.gz" ,
16
+ "train" : r"https ://raw.githubusercontent.com/neychev/small_DL_repo/master/datasets/Multi30k /training.tar.gz" ,
17
+ "valid" : r"https ://raw.githubusercontent.com/neychev/small_DL_repo/master/datasets/Multi30k /validation.tar.gz" ,
18
+ "test" : r"https ://raw.githubusercontent.com/neychev/small_DL_repo/master/datasets/Multi30k /mmt16_task1_test.tar.gz" ,
18
19
}
19
20
20
21
MD5 = {
21
22
"train" : "20140d013d05dd9a72dfde46478663ba05737ce983f478f960c1123c6671be5e" ,
22
23
"valid" : "a7aa20e9ebd5ba5adce7909498b94410996040857154dab029851af3a866da8c" ,
23
- "test" : "0681be16a532912288a91ddd573594fbdd57c0fbb81486eff7c55247e35326c2 " ,
24
+ "test" : "6d1ca1dba99e2c5dd54cae1226ff11c2551e6ce63527ebb072a1f70f72a5cd36 " ,
24
25
}
25
26
26
27
_PREFIX = {
You can’t perform that action at this time.
0 commit comments