Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion t5/data/preprocessors_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ def test_denoise(self):
targets_fn=prep.nonnoise_span_to_unique_sentinel,
input_feature_key='text_tokens')

# Two spans corrupted, [2] and [22, 3, 2, 7, 2], replaced by unique
# Two spans corrupted, [3] and [22, 3, 2, 7, 2], replaced by unique
# sentinels 25 and 24 respectively.
assert_dataset(denoised_dataset, [
{
Expand Down