Question Answering
Transformers
PyTorch
English
roberta
Eval Results
Inference Endpoints
mbartolo autoevaluator HF staff commited on
Commit
075b66c
1 Parent(s): a331776

Add evaluation results on the plain_text config of squad (#1)

Browse files

- Add evaluation results on the plain_text config of squad (d80ef3b85317b0004df495ccb787e317c2e5c0b7)


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
16
+ results:
17
+ - task:
18
+ type: question-answering
19
+ name: Question Answering
20
+ dataset:
21
+ name: squad
22
+ type: squad
23
+ config: plain_text
24
+ split: validation
25
+ metrics:
26
+ - name: Exact Match
27
+ type: exact_match
28
+ value: 89.6529
29
+ verified: true
30
+ - name: F1
31
+ type: f1
32
+ value: 94.8172
33
+ verified: true
34
  ---
35
 
36
  # Model Overview