javigonzalezcorbelle
commited on
Commit
•
fafab43
1
Parent(s):
84483db
test parlament-parla files
Browse files
data/clean/dev/clean_dev.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef83262825fc6f79c4a1f436ed980e260e59e765e9f9ef1cc51258c8f4cab3a7
|
3 |
+
size 456000
|
data/clean/test/clean_test.tsv
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:300313eba4e106d7fd0801373accc7027f60147269ca6fa7338c924c74cd3593
|
3 |
+
size 456971
|
data/clean/train/clean_train.tsv
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:bb77a2c82be179618f21c309f52e7eb74441c138c9c6b3659c1a879deced0459
|
3 |
+
size 17669608
|
data/other/dev/other_dev.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31f8a48d20f79b622003cf5d40bcefce596b93c2e85403b9a18b63c6f7cf076
|
3 |
+
size 442974
|
data/other/test/other_test.tsv
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:aa31cb93d286fbe230d79ebdb9858a143027202731059858637df08ece5161da
|
3 |
+
size 428578
|
data/other/train/other_train.tsv
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:ff9993146d5fb0f1a615833251a5b287ec945bd52c97e3494f01c04d1ad40b5a
|
3 |
+
size 33228059
|
parlament_parla.py
CHANGED
@@ -51,12 +51,11 @@ _LICENSE = "Creative Commons Attribution 4.0 International"
|
|
51 |
_INDEX_REPO = "https://huggingface.co/datasets/gcjavi/parlaspeech-tests/tree/main/"
|
52 |
_URLS = {
|
53 |
"index": _INDEX_REPO + "data/{config}/{split}/{config}_{split}.tsv",
|
54 |
-
"audio": "
|
55 |
}
|
56 |
|
57 |
-
|
58 |
|
59 |
-
_SPLITS = {datasets.Split.TRAIN: "train", datasets.Split.TEST: "test"}
|
60 |
|
61 |
class ParlamentParla(datasets.GeneratorBasedBuilder):
|
62 |
"""ParlamentParla."""
|
|
|
51 |
_INDEX_REPO = "https://huggingface.co/datasets/gcjavi/parlaspeech-tests/tree/main/"
|
52 |
_URLS = {
|
53 |
"index": _INDEX_REPO + "data/{config}/{split}/{config}_{split}.tsv",
|
54 |
+
"audio": "",
|
55 |
}
|
56 |
|
57 |
+
_SPLITS = {datasets.Split.TRAIN: "train", datasets.Split.VALIDATION: "dev", datasets.Split.TEST: "test"}
|
58 |
|
|
|
59 |
|
60 |
class ParlamentParla(datasets.GeneratorBasedBuilder):
|
61 |
"""ParlamentParla."""
|