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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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"]
|