Add evaluation results on the squad_v2 config of squad_v2 (#2)
- Add evaluation results on the squad_v2 config of squad_v2 (4164bf337d05f7f8294a8b617b35ab29ae0f00a9) Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
This commit is contained in:
parent
68c640e57c
commit
fc342ddb2d
20
README.md
20
README.md
|
@ -3,4 +3,24 @@ language: en
|
||||||
datasets:
|
datasets:
|
||||||
- squad_v2
|
- squad_v2
|
||||||
license: cc-by-4.0
|
license: cc-by-4.0
|
||||||
|
model-index:
|
||||||
|
- name: deepset/bert-large-uncased-whole-word-masking-squad2
|
||||||
|
results:
|
||||||
|
- task:
|
||||||
|
type: question-answering
|
||||||
|
name: Question Answering
|
||||||
|
dataset:
|
||||||
|
name: squad_v2
|
||||||
|
type: squad_v2
|
||||||
|
config: squad_v2
|
||||||
|
split: validation
|
||||||
|
metrics:
|
||||||
|
- name: Exact Match
|
||||||
|
type: exact_match
|
||||||
|
value: 80.8846
|
||||||
|
verified: true
|
||||||
|
- name: F1
|
||||||
|
type: f1
|
||||||
|
value: 83.8765
|
||||||
|
verified: true
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue