Update NCR.py
Browse files
NCR.py
CHANGED
@@ -30,9 +30,9 @@ _HOMEPAGE = ""
|
|
30 |
_LICENSE = ""
|
31 |
|
32 |
_URLS = {
|
33 |
-
"train": "https://
|
34 |
-
"validation": "https://
|
35 |
-
"test": "https://
|
36 |
}
|
37 |
|
38 |
|
|
|
30 |
_LICENSE = ""
|
31 |
|
32 |
_URLS = {
|
33 |
+
"train": "https://raw.githubusercontent.com/wicsaax/NCR/main/train_2.json",
|
34 |
+
"validation": "https://raw.githubusercontent.com/wicsaax/NCR/main/dev_2.json",
|
35 |
+
"test": "https://raw.githubusercontent.com/wicsaax/NCR/main/test_2.json",
|
36 |
}
|
37 |
|
38 |
|