Unverified Commit d6bc72c4 authored by Pavel Soriano's avatar Pavel Soriano Committed by GitHub
Browse files

Fixed results of SQuAD-FR evaluation (#7313)

The score for the F1 metric was reported as the Exact Match and vice-versa.
parent 6303b5a7
...@@ -45,7 +45,7 @@ python run_squad.py \ ...@@ -45,7 +45,7 @@ python run_squad.py \
``` ```
### SQuAD-FR Evaluation ### SQuAD-FR Evaluation
```shell ```shell
{"f1": 59.54, "exact_match": 80.61} {"f1": 80.61, "exact_match": 59.54}
``` ```
## Usage ## Usage
......
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