Datasets:

Modalities:
Text
Formats:
json
Languages:
Norwegian
ArXiv:
Libraries:
Datasets
pandas
License:
pere commited on
Commit
4fe6f67
1 Parent(s): 51440bf

data loader

Browse files
Files changed (1) hide show
  1. 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://raw.githubusercontent.com/your-username/your-repo/main/data/"
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",