SamiaT commited on
Commit
2ba0a29
·
verified ·
1 Parent(s): 601fd47

Update NorSumm.py

Browse files
Files changed (1) hide show
  1. NorSumm.py +1 -1
NorSumm.py CHANGED
@@ -13,7 +13,7 @@ NorSumm is a Norwegian manually created summarization dataset for benchmarking m
13
  _LICENSE = "CC0 1.0 Universal"
14
 
15
  _HOMEPAGE= "https://github.com/SamiaTouileb/NorSumm/"
16
- _URL = "https://github.com/SamiaTouileb/NorSumm/raw/main/" #https://github.com/SamiaTouileb/NorSumm/blob/main/"
17
  _URLS = {
18
  "dev": _URL + "NorSumm_dev.json",
19
  "test": _URL + "NorSumm_test.json",
 
13
  _LICENSE = "CC0 1.0 Universal"
14
 
15
  _HOMEPAGE= "https://github.com/SamiaTouileb/NorSumm/"
16
+ _URL = "https://huggingface.co/datasets/SamiaT/NorSumm/raw/main/" #"https://github.com/SamiaTouileb/NorSumm/raw/main/"
17
  _URLS = {
18
  "dev": _URL + "NorSumm_dev.json",
19
  "test": _URL + "NorSumm_test.json",