javigonzalezcorbelle
commited on
Commit
•
1287860
1
Parent(s):
fafab43
my files
Browse files- data/clean/{test/clean_test.tsv → dev/dev_clean.tsv} +2 -2
- data/clean/{train/clean_train.tsv → test/test_clean.tsv} +2 -2
- data/{other/dev/other_dev.tsv → clean/train/train_clean.tsv} +2 -2
- data/{clean/dev/clean_dev.tsv → other/dev/dev_other.tsv} +2 -2
- data/other/test/other_test.tsv +0 -3
- data/other/test/test_other.tsv +3 -0
- data/other/train/other_train.tsv +0 -3
- data/other/train/train_other.tsv +3 -0
- parlament_parla.py +1 -1
data/clean/{test/clean_test.tsv → dev/dev_clean.tsv}
RENAMED
@@ -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:ad0dabc84186cce570edef5f3411052775da45ad5ee22fc0646e6a7bb02fe3b8
|
3 |
+
size 31640691
|
data/clean/{train/clean_train.tsv → test/test_clean.tsv}
RENAMED
@@ -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:1020b3b9a8295efa483782513b47ff7d6d56989e6fbb8b333ccf5b0e12dca8b6
|
3 |
+
size 34773776
|
data/{other/dev/other_dev.tsv → clean/train/train_clean.tsv}
RENAMED
@@ -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:5f3aea5d0d1539221953539f336bffd71502165e66deea18cb5cb9db19fb7f42
|
3 |
+
size 59740043
|
data/{clean/dev/clean_dev.tsv → other/dev/dev_other.tsv}
RENAMED
@@ -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:46f28f6dce0945a1df8f0dfceb6a9ab4195f26dbf2b3c385b84ff8184fcc6066
|
3 |
+
size 9116799
|
data/other/test/other_test.tsv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:aa31cb93d286fbe230d79ebdb9858a143027202731059858637df08ece5161da
|
3 |
-
size 428578
|
|
|
|
|
|
|
|
data/other/test/test_other.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e04b2b009d86d82c946a01b6361a45d31e9a7daf55722717a4d2d1649b481f2
|
3 |
+
size 13645638
|
data/other/train/other_train.tsv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ff9993146d5fb0f1a615833251a5b287ec945bd52c97e3494f01c04d1ad40b5a
|
3 |
-
size 33228059
|
|
|
|
|
|
|
|
data/other/train/train_other.tsv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae3bd89350351058f893912581505788e03d6db452eef62c67be11c1f1a11170
|
3 |
+
size 11649207
|
parlament_parla.py
CHANGED
@@ -50,7 +50,7 @@ _LICENSE = "Creative Commons Attribution 4.0 International"
|
|
50 |
|
51 |
_INDEX_REPO = "https://huggingface.co/datasets/gcjavi/parlaspeech-tests/tree/main/"
|
52 |
_URLS = {
|
53 |
-
"index": _INDEX_REPO + "data/{config}/{split}/{
|
54 |
"audio": "",
|
55 |
}
|
56 |
|
|
|
50 |
|
51 |
_INDEX_REPO = "https://huggingface.co/datasets/gcjavi/parlaspeech-tests/tree/main/"
|
52 |
_URLS = {
|
53 |
+
"index": _INDEX_REPO + "data/{config}/{split}/{split}_{config}.tsv",
|
54 |
"audio": "",
|
55 |
}
|
56 |
|