Datasets:
Update NorSumm.py
Browse files- 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://
|
| 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",
|