Skip to content

Commit d6bec7e

Browse files
author
root
committed
fix dsa type notion
1 parent a8ab43b commit d6bec7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paddleformers/trainer/training_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class TrainingArguments:
691691
},
692692
)
693693

694-
dsa_indexer_loss_coeff: bool = field(
694+
dsa_indexer_loss_coeff: float = field(
695695
default=0.01,
696696
metadata={"help": "Loss coefficient for the DSA indexer; controls the weight of the indexer loss term."},
697697
)

0 commit comments

Comments
 (0)