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:1020b3b9a8295efa483782513b47ff7d6d56989e6fbb8b333ccf5b0e12dca8b6
3
- size 34773776
 
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:5f3aea5d0d1539221953539f336bffd71502165e66deea18cb5cb9db19fb7f42
3
- size 59740043
 
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:1e04b2b009d86d82c946a01b6361a45d31e9a7daf55722717a4d2d1649b481f2
3
- size 13645638
 
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:ae3bd89350351058f893912581505788e03d6db452eef62c67be11c1f1a11170
3
- size 11649207
 
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": "https://huggingface.co/datasets/gcjavi/parlaspeech-tests/tree/main/audio/{config}/{split}/{config}_{split}.tar",
55
  }
56
 
57
- #_SPLITS = {datasets.Split.TRAIN: "train", datasets.Split.VALIDATION: "dev", datasets.Split.TEST: "test"}
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."""