Add evaluation results on the squad_v2 config and validation split of squad_v2

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -14,6 +14,26 @@ model_index:
14
  name: squad
15
  type: squad
16
  args: plain_text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
  name: squad
15
  type: squad
16
  args: plain_text
17
+ model-index:
18
+ - name: MYX4567/distilbert-base-uncased-finetuned-squad
19
+ results:
20
+ - task:
21
+ type: question-answering
22
+ name: Question Answering
23
+ dataset:
24
+ name: squad_v2
25
+ type: squad_v2
26
+ config: squad_v2
27
+ split: validation
28
+ metrics:
29
+ - name: Exact Match
30
+ type: exact_match
31
+ value: 38.212
32
+ verified: true
33
+ - name: F1
34
+ type: f1
35
+ value: 42.5859
36
+ verified: true
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You