Commit
·
d45b4c9
1
Parent(s):
73a0619
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ model-index:
|
|
31 |
type: natural-language-inference
|
32 |
dataset:
|
33 |
type: anli
|
34 |
-
name: ANLI
|
35 |
split: dev_r1
|
36 |
metrics:
|
37 |
- type: accuracy
|
@@ -40,7 +40,7 @@ model-index:
|
|
40 |
type: natural-language-inference
|
41 |
dataset:
|
42 |
type: anli
|
43 |
-
name: ANLI
|
44 |
split: dev_r2
|
45 |
metrics:
|
46 |
- type: accuracy
|
@@ -49,9 +49,39 @@ model-index:
|
|
49 |
type: natural-language-inference
|
50 |
dataset:
|
51 |
type: anli
|
52 |
-
name: ANLI
|
53 |
split: dev_r3
|
54 |
metrics:
|
55 |
- type: accuracy
|
56 |
value: 33.833333333333336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
---
|
|
|
31 |
type: natural-language-inference
|
32 |
dataset:
|
33 |
type: anli
|
34 |
+
name: ANLI R1
|
35 |
split: dev_r1
|
36 |
metrics:
|
37 |
- type: accuracy
|
|
|
40 |
type: natural-language-inference
|
41 |
dataset:
|
42 |
type: anli
|
43 |
+
name: ANLI R2
|
44 |
split: dev_r2
|
45 |
metrics:
|
46 |
- type: accuracy
|
|
|
49 |
type: natural-language-inference
|
50 |
dataset:
|
51 |
type: anli
|
52 |
+
name: ANLI R3
|
53 |
split: dev_r3
|
54 |
metrics:
|
55 |
- type: accuracy
|
56 |
value: 33.833333333333336
|
57 |
+
- task:
|
58 |
+
type: coreference-resolution
|
59 |
+
dataset:
|
60 |
+
type: super_glue
|
61 |
+
name: WSC
|
62 |
+
config: wsc.fixed
|
63 |
+
split: validation
|
64 |
+
metrics:
|
65 |
+
- type: accuracy
|
66 |
+
value: 56.82692307692308
|
67 |
+
- task:
|
68 |
+
type: coreference-resolution
|
69 |
+
dataset:
|
70 |
+
type: winogrande
|
71 |
+
name: Winogrande XL
|
72 |
+
config: winogrande_xl
|
73 |
+
split: validation
|
74 |
+
metrics:
|
75 |
+
- type: accuracy
|
76 |
+
value: 50.87608524072613
|
77 |
+
- task:
|
78 |
+
type: word-sense-disambiguation
|
79 |
+
dataset:
|
80 |
+
type: super_glue
|
81 |
+
name: WiC
|
82 |
+
config: wic
|
83 |
+
split: validation
|
84 |
+
metrics:
|
85 |
+
- type: accuracy
|
86 |
+
value: 62.88401253918495
|
87 |
---
|