From 1a5bbd83dc7990575f01d44d192d0ff4fdb70a68 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Tue, 6 Nov 2018 08:53:01 +0100 Subject: [PATCH] Updating run_squad information in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0316696ec39..efa3c2c2834 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,5 @@ python run_squad.py \ --doc_stride 128 \ --output_dir ../debug_squad/ ``` + +There is currently a bug in the `run_squad.py` script that we are investigating. The reported numbers are very low (F1 of 41.8 and exact match of 21.7) even though the correct answer is usually in the n-best predictions. We are investigating that right now on the develop branch, follow [this issue](https://github.com/huggingface/pytorch-pretrained-BERT/issues/3) for more updates.