Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix metric test
Browse files Browse the repository at this point in the history
Signed-off-by: Yotam-Perlitz <[email protected]>
perlitz committed Jan 16, 2025
1 parent e0e82d6 commit 540d3f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prepare/metrics/text2sql_execution_accuracy.py
Original file line number Diff line number Diff line change
@@ -31,13 +31,11 @@
instance_targets = [
{
"execution_accuracy": 0.0,
"num_of_instances": 1,
"score": 0.0,
"score_name": "execution_accuracy",
},
{
"execution_accuracy": 1.0,
"num_of_instances": 1,
"score": 1.0,
"score_name": "execution_accuracy",
},

0 comments on commit 540d3f8

Please sign in to comment.