Skip to content

Commit

Permalink
Remove punctuation filtering that is handled elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
asumagic committed Oct 23, 2024
1 parent 5b15078 commit 76a803b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/GigaSpeech/gigaspeech_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ def create_csv(
nb_samples = 0

to_remove = GARBAGE_UTTERANCE_TAGS
if not punctuation:
to_remove += PUNCTUATION_TAGS
if not filler:
to_remove += FILLERS

Expand Down Expand Up @@ -451,8 +449,6 @@ def HF_create_csv(
nb_samples = 0

to_remove = GARBAGE_UTTERANCE_TAGS
if not punctuation:
to_remove += PUNCTUATION_TAGS
if not filler:
to_remove += FILLERS

Expand Down

0 comments on commit 76a803b

Please sign in to comment.