Add evaluation results on the squad_v2 config of squad_v2 (#5)
- Add evaluation results on the squad_v2 config of squad_v2 (a1274dfa55793a6962cf26958124ca31c76ea169) Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
This commit is contained in:
parent
4dc572bcd6
commit
d3c3bb6f2a
24
README.md
24
README.md
|
@ -3,6 +3,30 @@ language: en
|
|||
datasets:
|
||||
- squad_v2
|
||||
license: cc-by-4.0
|
||||
model-index:
|
||||
- name: deepset/roberta-base-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: 79.9309
|
||||
verified: true
|
||||
- name: F1
|
||||
type: f1
|
||||
value: 82.9501
|
||||
verified: true
|
||||
- name: total
|
||||
type: total
|
||||
value: 11869
|
||||
verified: true
|
||||
---
|
||||
|
||||
# roberta-base for QA
|
||||
|
|
Loading…
Reference in New Issue