flexthink commited on
Commit
a3cebb6
1 Parent(s): 95b81be

Minor fixes (remove double spaces, remove unused variables)

Browse files
dataset/homograph_test.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0af23e0021aa37912c9f7e5660cf53330d7e94276bd0d22bc1a0132955dbbe91
3
- size 708744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b883313fd5e16a7d9d8ca8bd881c877f5ad40876d9b81d165e7e97720903c7ba
3
+ size 708678
dataset/homograph_train.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50829cb1660c87f577fbadaf39bcbd6ec189bcad8ba9d67d02999a93a7cd5e73
3
- size 12544456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45ba7624628bbf9401b22765aa2725aa0eb7d29a14edda81130ceb67cf44e61
3
+ size 12543594
dataset/homograph_valid.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6de97f020d27b7a4e65c0ddf0194e48a9ca05f4b21dd405503d283fdb6fc4d23
3
- size 697966
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9024ed94b65c524ef2be384746d18f387e011d704edfd8aaac9286965d46c200
3
+ size 697912
librig2p-nostress-space.py CHANGED
@@ -12,10 +12,7 @@ Grapheme-to-Phoneme training, validation and test sets
12
  """
13
 
14
  _BASE_URL = "https://huggingface.co/datasets/flexthink/librig2p-nostress-space/resolve/main/dataset"
15
-
16
  _HOMEPAGE_URL = "https://huggingface.co/datasets/flexthink/librig2p-nostress-space"
17
-
18
- _ORIGINS = ["librispeech", "librispeech-lex", "wikipedia-homograph"]
19
  _NA = "N/A"
20
  _SPLIT_TYPES = ["train", "valid", "test"]
21
  _DATA_TYPES = ["lexicon", "sentence", "homograph"]
 
12
  """
13
 
14
  _BASE_URL = "https://huggingface.co/datasets/flexthink/librig2p-nostress-space/resolve/main/dataset"
 
15
  _HOMEPAGE_URL = "https://huggingface.co/datasets/flexthink/librig2p-nostress-space"
 
 
16
  _NA = "N/A"
17
  _SPLIT_TYPES = ["train", "valid", "test"]
18
  _DATA_TYPES = ["lexicon", "sentence", "homograph"]