We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da782e commit 27af55fCopy full SHA for 27af55f
src/instructlab/sdg/subset_selection.py
@@ -48,9 +48,9 @@ class BasicConfig:
48
metadata={
49
"advanced": True,
50
"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
- }
+ "Default of 160.0 is optimized for datasets >100k samples. "
+ "For smaller datasets, consider using much smaller values (starting from 0.1).",
+ },
54
)
55
56
def __post_init__(self):
0 commit comments