From 3d6452163dc7a16fb007ce16c12b0b43b408ef55 Mon Sep 17 00:00:00 2001 From: Yongbo Wang Date: Thu, 14 Mar 2019 17:03:38 +0800 Subject: [PATCH] typo modify `mull` to `null` in line 474 annotation. --- examples/run_squad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_squad.py b/examples/run_squad.py index 783c5f530e..2e478991bf 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -471,7 +471,7 @@ def write_predictions(all_examples, all_features, all_results, n_best_size, prelim_predictions = [] # keep track of the minimum score of null start+end of position 0 score_null = 1000000 # large and positive - min_null_feature_index = 0 # the paragraph slice with min mull score + min_null_feature_index = 0 # the paragraph slice with min null score null_start_logit = 0 # the start logit at the slice with min null score null_end_logit = 0 # the end logit at the slice with min null score for (feature_index, feature) in enumerate(features):