Add evaluation results on the squad_v2 config of squad_v2

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,6 +5,26 @@ license: apache-2.0
5
  datasets:
6
  - squad_v2
7
  - natural_questions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Roberta-base-Squad2-NQ
 
5
  datasets:
6
  - squad_v2
7
  - natural_questions
8
+ model-index:
9
+ - name: nlpconnect/roberta-base-squad2-nq
10
+ results:
11
+ - task:
12
+ type: question-answering
13
+ name: Question Answering
14
+ dataset:
15
+ name: squad_v2
16
+ type: squad_v2
17
+ config: squad_v2
18
+ split: validation
19
+ metrics:
20
+ - name: Exact Match
21
+ type: exact_match
22
+ value: 80.3185
23
+ verified: true
24
+ - name: F1
25
+ type: f1
26
+ value: 83.4669
27
+ verified: true
28
  ---
29
 
30
  # Roberta-base-Squad2-NQ