Skip to content

Commit f3fc3f2

Browse files
authored
fix dsa type notion (#4504)
1 parent 9e96782 commit f3fc3f2

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)