javigonzalezcorbelle commited on
Commit
1287860
1 Parent(s): fafab43
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:300313eba4e106d7fd0801373accc7027f60147269ca6fa7338c924c74cd3593
3
- size 456971
 
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:bb77a2c82be179618f21c309f52e7eb74441c138c9c6b3659c1a879deced0459
3
- size 17669608
 
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:a31f8a48d20f79b622003cf5d40bcefce596b93c2e85403b9a18b63c6f7cf076
3
- size 442974
 
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:ef83262825fc6f79c4a1f436ed980e260e59e765e9f9ef1cc51258c8f4cab3a7
3
- size 456000
 
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}/{config}_{split}.tsv",
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