Skip to content

Commit

Permalink
Update accuracy range dictionary for base_bert_loadgen_experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahelib25 authored Mar 27, 2024
1 parent ee7b9f4 commit 2a7499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_bert_loadgen_experiment/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"f1": [ "^^" , "dig","accuracy_dict.f1" ],
"exact_match": [ "^^" , "dig","accuracy_dict.exact_match" ],
"accuracy": [ "^^" , "get", "f1" ],
"accuracy_range_dict": { "f1": [89.965, null], "exact_match": [null, null]}
"accuracy_range_dict": { "f1": [89.965, null], "exact_match": [0, null]}
}

0 comments on commit 2a7499f

Please sign in to comment.