sjrhuschlee commited on
Commit
e84d19c
1 Parent(s): e09df91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md CHANGED
@@ -30,6 +30,111 @@ model-index:
30
  name: total
31
  verified: true
32
  verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFkMmI2ODM0NmY5NGNkNmUxYWViOWYxZDNkY2EzYWFmOWI4N2VhYzY5MGEzMTVhOTU4Zjc4YWViOGNjOWJjMCIsInZlcnNpb24iOjF9.fexrU1icJK5_MiifBtZWkeUvpmFISqBLDXSQJ8E6UnrRof-7cU0s4tX_dIsauHWtUpIHMPZCf5dlMWQKXZuAAA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  # roberta-base for QA
30
  name: total
31
  verified: true
32
  verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFkMmI2ODM0NmY5NGNkNmUxYWViOWYxZDNkY2EzYWFmOWI4N2VhYzY5MGEzMTVhOTU4Zjc4YWViOGNjOWJjMCIsInZlcnNpb24iOjF9.fexrU1icJK5_MiifBtZWkeUvpmFISqBLDXSQJ8E6UnrRof-7cU0s4tX_dIsauHWtUpIHMPZCf5dlMWQKXZuAAA
33
+ - task:
34
+ type: question-answering
35
+ name: Question Answering
36
+ dataset:
37
+ name: squad
38
+ type: squad
39
+ config: plain_text
40
+ split: validation
41
+ metrics:
42
+ - type: exact_match
43
+ value: 85.289
44
+ name: Exact Match
45
+ - type: f1
46
+ value: 91.841
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: 29.500
59
+ name: Exact Match
60
+ - type: f1
61
+ value: 40.367
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: 78.567
74
+ name: Exact Match
75
+ - type: f1
76
+ value: 84.469
77
+ name: F1
78
+ - task:
79
+ type: question-answering
80
+ name: Question Answering
81
+ dataset:
82
+ name: squadshifts amazon
83
+ type: squadshifts
84
+ config: amazon
85
+ split: test
86
+ metrics:
87
+ - type: exact_match
88
+ value: 69.924
89
+ name: Exact Match
90
+ - type: f1
91
+ value: 83.284
92
+ name: F1
93
+ - task:
94
+ type: question-answering
95
+ name: Question Answering
96
+ dataset:
97
+ name: squadshifts new_wiki
98
+ type: squadshifts
99
+ config: new_wiki
100
+ split: test
101
+ metrics:
102
+ - type: exact_match
103
+ value: 81.204
104
+ name: Exact Match
105
+ - type: f1
106
+ value: 90.595
107
+ name: F1
108
+ - task:
109
+ type: question-answering
110
+ name: Question Answering
111
+ dataset:
112
+ name: squadshifts nyt
113
+ type: squadshifts
114
+ config: nyt
115
+ split: test
116
+ metrics:
117
+ - type: exact_match
118
+ value: 82.931
119
+ name: Exact Match
120
+ - type: f1
121
+ value: 90.756
122
+ name: F1
123
+ - task:
124
+ type: question-answering
125
+ name: Question Answering
126
+ dataset:
127
+ name: squadshifts reddit
128
+ type: squadshifts
129
+ config: reddit
130
+ split: test
131
+ metrics:
132
+ - type: exact_match
133
+ value: 71.550
134
+ name: Exact Match
135
+ - type: f1
136
+ value: 82.939
137
+ name: F1
138
  ---
139
 
140
  # roberta-base for QA