mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
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:
parent
6303b5a718
commit
d6bc72c469
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user