mathiascreutz
commited on
Commit
·
92f8f8d
1
Parent(s):
586e978
Modified test and validation _URLs
Browse files- opusparcus.py +3 -3
opusparcus.py
CHANGED
@@ -45,9 +45,9 @@ _LICENSE = ""
|
|
45 |
|
46 |
_URLs = {
|
47 |
|
48 |
-
#"train": "train
|
49 |
-
"validation": "validation
|
50 |
-
"test": "test
|
51 |
|
52 |
}
|
53 |
|
|
|
45 |
|
46 |
_URLs = {
|
47 |
|
48 |
+
#"train": "train",
|
49 |
+
"validation": "validation",
|
50 |
+
"test": "test"
|
51 |
|
52 |
}
|
53 |
|