tdiggelm commited on
Commit
54b57f4
1 Parent(s): 4b0a573

Added yaml metrics

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,6 +15,11 @@ model-index:
15
  type: squad_v2 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
16
  name: The Stanford Question Answering Dataset
17
  args: en
 
 
 
 
 
18
  ---
19
 
20
  # distilroberta-base-squad_v2
 
15
  type: squad_v2 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
16
  name: The Stanford Question Answering Dataset
17
  args: en
18
+ metrics:
19
+ - type: eval_exact
20
+ value: 65.2405
21
+ - type: eval_f1
22
+ value: 68.6265
23
  ---
24
 
25
  # distilroberta-base-squad_v2