Skip to content

Commit 27af55f

Browse files
committed
chore: linting...
Signed-off-by: eshwarprasadS <eshwarprasad.s01@gmail.com>
1 parent 3da782e commit 27af55f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/instructlab/sdg/subset_selection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ class BasicConfig:
4848
metadata={
4949
"advanced": True,
5050
"help": "Epsilon parameter for the LazierThanLazyGreedy optimizer in facility location maximization. "
51-
"Default of 160.0 is optimized for datasets >100k samples. "
52-
"For smaller datasets, consider using much smaller values (starting from 0.1)."
53-
}
51+
"Default of 160.0 is optimized for datasets >100k samples. "
52+
"For smaller datasets, consider using much smaller values (starting from 0.1).",
53+
},
5454
)
5555

5656
def __post_init__(self):

0 commit comments

Comments
 (0)