Librarian Bot: Update Hugging Face dataset ID
#7
by
librarian-bot
- opened
README.md
CHANGED
@@ -6,7 +6,7 @@ datasets:
|
|
6 |
- squad_v2
|
7 |
- quoref
|
8 |
- adversarial_qa
|
9 |
-
- duorc
|
10 |
model-index:
|
11 |
- name: rob-base-superqa2
|
12 |
results:
|
@@ -19,13 +19,13 @@ model-index:
|
|
19 |
config: squad_v2
|
20 |
split: validation
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: exact_match
|
24 |
value: 79.2365
|
|
|
25 |
verified: true
|
26 |
-
-
|
27 |
-
type: f1
|
28 |
value: 82.3326
|
|
|
29 |
verified: true
|
30 |
- task:
|
31 |
type: question-answering
|
@@ -36,13 +36,13 @@ model-index:
|
|
36 |
config: adversarialQA
|
37 |
split: test
|
38 |
metrics:
|
39 |
-
-
|
40 |
-
type: exact_match
|
41 |
value: 12.4
|
|
|
42 |
verified: true
|
43 |
-
-
|
44 |
-
type: f1
|
45 |
value: 12.4
|
|
|
46 |
verified: true
|
47 |
- task:
|
48 |
type: question-answering
|
@@ -53,13 +53,13 @@ model-index:
|
|
53 |
config: adversarialQA
|
54 |
split: validation
|
55 |
metrics:
|
56 |
-
-
|
57 |
-
type: exact_match
|
58 |
value: 42.3667
|
|
|
59 |
verified: true
|
60 |
-
-
|
61 |
-
type: f1
|
62 |
value: 53.3255
|
|
|
63 |
verified: true
|
64 |
- task:
|
65 |
type: question-answering
|
@@ -70,13 +70,13 @@ model-index:
|
|
70 |
config: plain_text
|
71 |
split: validation
|
72 |
metrics:
|
73 |
-
-
|
74 |
-
type: exact_match
|
75 |
value: 86.1925
|
|
|
76 |
verified: true
|
77 |
-
-
|
78 |
-
type: f1
|
79 |
value: 92.4306
|
|
|
80 |
verified: true
|
81 |
---
|
82 |
|
|
|
6 |
- squad_v2
|
7 |
- quoref
|
8 |
- adversarial_qa
|
9 |
+
- ibm/duorc
|
10 |
model-index:
|
11 |
- name: rob-base-superqa2
|
12 |
results:
|
|
|
19 |
config: squad_v2
|
20 |
split: validation
|
21 |
metrics:
|
22 |
+
- type: exact_match
|
|
|
23 |
value: 79.2365
|
24 |
+
name: Exact Match
|
25 |
verified: true
|
26 |
+
- type: f1
|
|
|
27 |
value: 82.3326
|
28 |
+
name: F1
|
29 |
verified: true
|
30 |
- task:
|
31 |
type: question-answering
|
|
|
36 |
config: adversarialQA
|
37 |
split: test
|
38 |
metrics:
|
39 |
+
- type: exact_match
|
|
|
40 |
value: 12.4
|
41 |
+
name: Exact Match
|
42 |
verified: true
|
43 |
+
- type: f1
|
|
|
44 |
value: 12.4
|
45 |
+
name: F1
|
46 |
verified: true
|
47 |
- task:
|
48 |
type: question-answering
|
|
|
53 |
config: adversarialQA
|
54 |
split: validation
|
55 |
metrics:
|
56 |
+
- type: exact_match
|
|
|
57 |
value: 42.3667
|
58 |
+
name: Exact Match
|
59 |
verified: true
|
60 |
+
- type: f1
|
|
|
61 |
value: 53.3255
|
62 |
+
name: F1
|
63 |
verified: true
|
64 |
- task:
|
65 |
type: question-answering
|
|
|
70 |
config: plain_text
|
71 |
split: validation
|
72 |
metrics:
|
73 |
+
- type: exact_match
|
|
|
74 |
value: 86.1925
|
75 |
+
name: Exact Match
|
76 |
verified: true
|
77 |
+
- type: f1
|
|
|
78 |
value: 92.4306
|
79 |
+
name: F1
|
80 |
verified: true
|
81 |
---
|
82 |
|