flexthink
commited on
Commit
•
11cc4b7
1
Parent(s):
af7bf66
Remove breakpoint
Browse files
librig2p-nostress-space.py
CHANGED
@@ -72,7 +72,6 @@ class GraphemeToPhoneme(datasets.GeneratorBasedBuilder):
|
|
72 |
def _generate_examples(self, datapath, datatype):
|
73 |
with open(datapath, encoding="utf-8") as f:
|
74 |
data = json.load(f)
|
75 |
-
breakpoint()
|
76 |
for sentence_counter, (item_id, item) in enumerate(data.items()):
|
77 |
resp = {
|
78 |
"id": item_id,
|
|
|
72 |
def _generate_examples(self, datapath, datatype):
|
73 |
with open(datapath, encoding="utf-8") as f:
|
74 |
data = json.load(f)
|
|
|
75 |
for sentence_counter, (item_id, item) in enumerate(data.items()):
|
76 |
resp = {
|
77 |
"id": item_id,
|