sjrhuschlee autoevaluator HF staff commited on
Commit
a11a5ad
1 Parent(s): 54d10aa

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

Browse files

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


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

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -27,6 +27,23 @@ model-index:
27
  type: f1
28
  value: 91.1623
29
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
  # deberta-v3-large for QA
32
 
27
  type: f1
28
  value: 91.1623
29
  verified: true
30
+ - task:
31
+ type: question-answering
32
+ name: Question Answering
33
+ dataset:
34
+ name: squad
35
+ type: squad
36
+ config: plain_text
37
+ split: validation
38
+ metrics:
39
+ - name: Exact Match
40
+ type: exact_match
41
+ value: 89.2366
42
+ verified: true
43
+ - name: F1
44
+ type: f1
45
+ value: 95.0569
46
+ verified: true
47
  ---
48
  # deberta-v3-large for QA
49