sjrhuschlee autoevaluator HF staff commited on
Commit
09fb13f
1 Parent(s): 2795a73

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

Browse files

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


Co-authored-by: Evaluation Bot <[email protected]>

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