Unverified Commit b889d3f6 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Fix TAPAS test uncovered by #12446 (#12480)

parent b4ecc6be
...@@ -106,7 +106,7 @@ class TapasModelTester: ...@@ -106,7 +106,7 @@ class TapasModelTester:
average_logits_per_cell=True, average_logits_per_cell=True,
select_one_column=True, select_one_column=True,
allow_empty_column_selection=False, allow_empty_column_selection=False,
init_cell_selection_weights_to_zero=False, init_cell_selection_weights_to_zero=True,
reset_position_index_per_cell=True, reset_position_index_per_cell=True,
disable_per_token_loss=False, disable_per_token_loss=False,
scope=None, scope=None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment