Datasets:
Commit
·
fe407d8
1
Parent(s):
3c432c7
fix: Update urls
Browse files- scandiqa.py +9 -9
scandiqa.py
CHANGED
@@ -62,19 +62,19 @@ _HOMEPAGE = "https://huggingface.co/alexandrainst/scandiqa"
|
|
62 |
_LICENSE = "CC BY 4.0"
|
63 |
_URLS = {
|
64 |
"da": [
|
65 |
-
"https://huggingface.co/
|
66 |
-
"https://huggingface.co/
|
67 |
-
"https://huggingface.co/
|
68 |
],
|
69 |
"sv": [
|
70 |
-
"https://huggingface.co/
|
71 |
-
"https://huggingface.co/
|
72 |
-
"https://huggingface.co/
|
73 |
],
|
74 |
"no": [
|
75 |
-
"https://huggingface.co/
|
76 |
-
"https://huggingface.co/
|
77 |
-
"https://huggingface.co/
|
78 |
],
|
79 |
}
|
80 |
|
|
|
62 |
_LICENSE = "CC BY 4.0"
|
63 |
_URLS = {
|
64 |
"da": [
|
65 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/da/train.jsonl",
|
66 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/da/val.jsonl",
|
67 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/da/test.jsonl",
|
68 |
],
|
69 |
"sv": [
|
70 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/sv/train.jsonl",
|
71 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/sv/val.jsonl",
|
72 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/sv/test.jsonl",
|
73 |
],
|
74 |
"no": [
|
75 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/no/train.jsonl",
|
76 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/no/val.jsonl",
|
77 |
+
"https://huggingface.co/datasets/saattrupdan/scandiqa/blob/main/data/no/test.jsonl",
|
78 |
],
|
79 |
}
|
80 |
|