You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paddleformers/transformers/configuration_utils.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -287,10 +287,10 @@ class LlmMetaConfig:
287
287
("use_fused_head_loss_fn", bool, False, "Whether to use fused head and loss function."),
288
288
("use_filtered_label_loss", bool, False, "Whether to use filtered label loss."),
289
289
(
290
-
"loss_subbatch_seqlen",
290
+
"loss_subbatch_sequence_length",
291
291
int,
292
292
-1,
293
-
"Sequence length larger than loss_subbatch_seqlen will be divided into multiple subbatches during loss computation (-1 means disable subbatch).",
293
+
"Sequence length larger than loss_subbatch_sequence_length will be divided into multiple subbatches during loss computation (-1 means disable subbatch).",
0 commit comments