Rolv-Arild
commited on
Commit
•
fa98048
1
Parent(s):
2168606
Training in progress, step 12500
Browse files
.run_speech_recognition_ctc.py.swp
ADDED
Binary file (1.02 kB). View file
|
|
run_speech_recognition_ctc.py
CHANGED
@@ -407,6 +407,7 @@ def main():
|
|
407 |
batch["text"] = re.sub('[ç]', 'c', batch["text"])
|
408 |
batch["text"] = re.sub('[úùüû]', 'u', batch["text"])
|
409 |
batch["text"] = re.sub('\s', ' ', batch["text"])
|
|
|
410 |
batch["text"] = re.sub('<ee>', 'eee', batch["text"])
|
411 |
batch["text"] = re.sub('<qq>', 'qqq', batch["text"])
|
412 |
batch["text"] = re.sub('<mm>', 'mmm', batch["text"])
|
|
|
407 |
batch["text"] = re.sub('[ç]', 'c', batch["text"])
|
408 |
batch["text"] = re.sub('[úùüû]', 'u', batch["text"])
|
409 |
batch["text"] = re.sub('\s', ' ', batch["text"])
|
410 |
+
batch["text"] = re.sub(r'\\', '', batch["text"])
|
411 |
batch["text"] = re.sub('<ee>', 'eee', batch["text"])
|
412 |
batch["text"] = re.sub('<qq>', 'qqq', batch["text"])
|
413 |
batch["text"] = re.sub('<mm>', 'mmm', batch["text"])
|
runs/Jan30_14-45-48_ficino/events.out.tfevents.1643550375.ficino.242588.0
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:c99360184fc7da7c48a6822c78596d0285442821bbd19f129f3205c3a993965e
|
3 |
+
size 32220
|