"modeling.py" did not exist on "25f73add076b676006fca7b570ed7e5cf07a6b46"
Unverified Commit 1b76936d authored by Manuel Romero's avatar Manuel Romero Committed by GitHub
Browse files

Fix typo (#6994)

parent 8235426e
......@@ -101,7 +101,7 @@ class LmSeqsDataset(Dataset):
def remove_empty_sequences(self):
"""
Too short sequences are simply removed. This could be tunedd.
Too short sequences are simply removed. This could be tuned.
"""
init_size = len(self)
indices = self.lengths > 11
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment