sjrhuschlee commited on
Commit
7431a7e
1 Parent(s): ad829de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -45,6 +45,36 @@ model-index:
45
  - type: f1
46
  value: 92.947
47
  name: F1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ---
49
 
50
  # flan-t5-base for Extractive QA
 
45
  - type: f1
46
  value: 92.947
47
  name: F1
48
+ - task:
49
+ type: question-answering
50
+ name: Question Answering
51
+ dataset:
52
+ name: adversarial_qa
53
+ type: adversarial_qa
54
+ config: adversarialQA
55
+ split: validation
56
+ metrics:
57
+ - type: exact_match
58
+ value: 23.133
59
+ name: Exact Match
60
+ - type: f1
61
+ value: 31.386
62
+ name: F1
63
+ - task:
64
+ type: question-answering
65
+ name: Question Answering
66
+ dataset:
67
+ name: squad_adversarial
68
+ type: squad_adversarial
69
+ config: AddOneSent
70
+ split: validation
71
+ metrics:
72
+ - type: exact_match
73
+ value: 68.159
74
+ name: Exact Match
75
+ - type: f1
76
+ value: 71.876
77
+ name: F1
78
  ---
79
 
80
  # flan-t5-base for Extractive QA