Question Answering
Transformers
PyTorch
English
roberta
Eval Results
Inference Endpoints
mbartolo autoevaluator HF staff commited on
Commit
2119a9f
1 Parent(s): 62219bb

Add evaluation results on the adversarialQA config of adversarial_qa (#1)

Browse files

- Add evaluation results on the adversarialQA config of adversarial_qa (4f942fd34c003de213b78c2267ddb459bcb8e1dc)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,7 +3,7 @@ language:
3
  - en
4
  tags:
5
  - question-answering
6
- license: "apache-2.0"
7
  datasets:
8
  - adversarial_qa
9
  - mbartolo/synQA
@@ -11,6 +11,26 @@ datasets:
11
  metrics:
12
  - exact_match
13
  - f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # Model Overview
3
  - en
4
  tags:
5
  - question-answering
6
+ license: apache-2.0
7
  datasets:
8
  - adversarial_qa
9
  - mbartolo/synQA
11
  metrics:
12
  - exact_match
13
  - f1
14
+ model-index:
15
+ - name: mbartolo/roberta-large-synqa-ext
16
+ results:
17
+ - task:
18
+ type: question-answering
19
+ name: Question Answering
20
+ dataset:
21
+ name: adversarial_qa
22
+ type: adversarial_qa
23
+ config: adversarialQA
24
+ split: validation
25
+ metrics:
26
+ - name: Exact Match
27
+ type: exact_match
28
+ value: 53.2
29
+ verified: true
30
+ - name: F1
31
+ type: f1
32
+ value: 64.6266
33
+ verified: true
34
  ---
35
 
36
  # Model Overview