Commit
•
e1c8537
1
Parent(s):
63f95e6
Add evaluation results on the plain_text config of squad (#2)
Browse files- Add evaluation results on the plain_text config of squad (bf671f6c7c8fafff4cc97a1ef2518d0271819d25)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -25,6 +25,23 @@ model-index:
|
|
25 |
type: f1
|
26 |
value: 83.4669
|
27 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Roberta-base-Squad2-NQ
|
|
|
25 |
type: f1
|
26 |
value: 83.4669
|
27 |
verified: true
|
28 |
+
- task:
|
29 |
+
type: question-answering
|
30 |
+
name: Question Answering
|
31 |
+
dataset:
|
32 |
+
name: squad
|
33 |
+
type: squad
|
34 |
+
config: plain_text
|
35 |
+
split: validation
|
36 |
+
metrics:
|
37 |
+
- name: Exact Match
|
38 |
+
type: exact_match
|
39 |
+
value: 85.5666
|
40 |
+
verified: true
|
41 |
+
- name: F1
|
42 |
+
type: f1
|
43 |
+
value: 92.1939
|
44 |
+
verified: true
|
45 |
---
|
46 |
|
47 |
# Roberta-base-Squad2-NQ
|