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 dc5f248 commit 2f828c4Copy full SHA for 2f828c4
autointent/modules/scoring/_bert.py
@@ -138,7 +138,7 @@ def from_context(
138
seed=seed,
139
report_to=report_to,
140
early_stopping_config=early_stopping_config,
141
- **training_arguments,
+ training_arguments=training_arguments,
142
)
143
144
def get_implicit_initialization_params(self) -> dict[str, Any]:
0 commit comments