Skip to content

Commit d293a50

Browse files
authored
Update fineweb_quality_filter.py
1 parent 34038dd commit d293a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/datatrove/pipeline/filters/fineweb_quality_filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class FineWebQualityFilter(BaseFilter):
88

99
def __init__(
1010
self,
11-
exclusion_writer: DiskWriter = None,,
11+
exclusion_writer: DiskWriter = None,
1212
line_punct_thr: float = 0.12,
1313
line_punct_exclude_zero: bool = False,
1414
short_line_thr: float = 0.67,

0 commit comments

Comments
 (0)