Datasets:

Languages:
Norwegian
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
pere commited on
Commit
fa0e869
1 Parent(s): 390edc7

minor update

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.tsv",
25
  "dev": f"{_BASE_URL}dev.tsv",
 
19
 
20
  _HOMEPAGE = "https://github.com/NBAiLab/notram/"
21
 
22
+ _BASE_URL = "https://huggingface.co/datasets/NbAiLab/norwegian_parliament/raw/main/data/"
23
  _URLS = {
24
  "train": f"{_BASE_URL}train.tsv",
25
  "dev": f"{_BASE_URL}dev.tsv",