Datasets:
saattrupdan
commited on
Commit
·
8ad09d9
1
Parent(s):
fd5fa61
feat: Update dataset with splits consistent across languages
Browse files- data/da/test.jsonl +2 -2
- data/da/train.jsonl +2 -2
- data/da/val.jsonl +2 -2
- data/no/test.jsonl +2 -2
- data/no/train.jsonl +2 -2
- data/no/val.jsonl +2 -2
- data/sv/test.jsonl +2 -2
- data/sv/train.jsonl +2 -2
- data/sv/val.jsonl +2 -2
- scandiqa.py +1 -1
data/da/test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:330a233979bacba3ec86cf46f05cbd998f7aa4e97043bfbe28a31b89ea0fce47
|
3 |
+
size 1268977
|
data/da/train.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b276686c54e8f29140b35209cb5735a283cdad5d0255e0a2c368e1f4c7611297
|
3 |
+
size 20699322
|
data/da/val.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93402d8923619b5a4eaea388011ff6201b1023bf89d6abe0e975f0cd95b5f7d0
|
3 |
+
size 1585921
|
data/no/test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c8ef583fc46ba1a478e81fabab2cbe18244cb268452465f922a6ad3e6cd2f46
|
3 |
+
size 1258408
|
data/no/train.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96aaed36d8c630789accbb6ff6cc08c679f55f98594cb8ddee00b6cc6de56cf5
|
3 |
+
size 20543206
|
data/no/val.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e65e233223ce1b6b2aaddfdbb05db15433ada00bb73344cae18bae3add254696
|
3 |
+
size 1577053
|
data/sv/test.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee226eb216ec0cfc913851dff712bc1fad087bac6e13b64355f99fff9650d88d
|
3 |
+
size 1294162
|
data/sv/train.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae8fd6f7392a201e6f509b044164e95899721910edb257993c21310072544124
|
3 |
+
size 20948943
|
data/sv/val.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96c63fa0529e2e5babcdcca7d4581825c2ddf2ccb2deb96a7d79809dc32667fa
|
3 |
+
size 1607615
|
scandiqa.py
CHANGED
@@ -23,7 +23,7 @@ from datasets.builder import BuilderConfig, GeneratorBasedBuilder
|
|
23 |
from datasets.download import DownloadManager
|
24 |
from datasets.features import Features, Value
|
25 |
from datasets.info import DatasetInfo
|
26 |
-
from datasets.splits import
|
27 |
|
28 |
_DESCRIPTION = """
|
29 |
ScandiQA is a dataset of questions and answers in the Danish, Norwegian, and Swedish
|
|
|
23 |
from datasets.download import DownloadManager
|
24 |
from datasets.features import Features, Value
|
25 |
from datasets.info import DatasetInfo
|
26 |
+
from datasets.splits import SplitGenerator
|
27 |
|
28 |
_DESCRIPTION = """
|
29 |
ScandiQA is a dataset of questions and answers in the Danish, Norwegian, and Swedish
|