Fixed results of SQuAD-FR evaluation (#7313)

The score for the F1 metric was reported as the Exact Match and vice-versa.
This commit is contained in:
Pavel Soriano 2020-09-22 18:39:07 +02:00 committed by GitHub
parent 6303b5a718
commit d6bc72c469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ python run_squad.py \
```
### SQuAD-FR Evaluation
```shell
{"f1": 59.54, "exact_match": 80.61}
{"f1": 80.61, "exact_match": 59.54}
```
## Usage