We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c2f7 commit 781c36fCopy full SHA for 781c36f
src/instructlab/training/data_process.py
@@ -1257,7 +1257,7 @@ def analyze_dataset_statistics(
1257
1258
if num_dropped_samples == len(data):
1259
raise RuntimeError(
1260
- f"Dataset does not contain any samples containing less than {args.max_seq_len=} tokens.\n"
+ f"Dataset does not contain any samples containing less than {max_seq_len=} tokens.\n"
1261
f"Please consider increasing your `max_seq_len` value, or adding more samples."
1262
)
1263
0 commit comments