data loader
Browse files- norwegian_parliament.py +1 -1
norwegian_parliament.py
CHANGED
@@ -19,7 +19,7 @@ of the two major parties: Fremskrittspartiet and Sosialistisk Venstreparti.
|
|
19 |
|
20 |
_HOMEPAGE = "https://github.com/NBAiLab/notram/"
|
21 |
|
22 |
-
_BASE_URL = "https://
|
23 |
_URLS = {
|
24 |
"train": f"{_BASE_URL}train.csv",
|
25 |
"dev": f"{_BASE_URL}dev.csv",
|
|
|
19 |
|
20 |
_HOMEPAGE = "https://github.com/NBAiLab/notram/"
|
21 |
|
22 |
+
_BASE_URL = "https://huggingface.co/datasets/NbAiLab/norwegian_parliament/blob/main/data/"
|
23 |
_URLS = {
|
24 |
"train": f"{_BASE_URL}train.csv",
|
25 |
"dev": f"{_BASE_URL}dev.csv",
|