Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,61 @@ model-index:
|
|
14 |
- type: perplexity
|
15 |
value: 109.2
|
16 |
name: Perplexity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
tags:
|
18 |
- tf
|
19 |
- pytorch
|
|
|
14 |
- type: perplexity
|
15 |
value: 109.2
|
16 |
name: Perplexity
|
17 |
+
- task:
|
18 |
+
type: text-classification
|
19 |
+
name: FLUE
|
20 |
+
dataset:
|
21 |
+
type: flue
|
22 |
+
name: CLS-Books
|
23 |
+
split: CLS
|
24 |
+
metrics:
|
25 |
+
- type: accuracy
|
26 |
+
value: 91.6
|
27 |
+
name: Accuracy
|
28 |
+
- task:
|
29 |
+
type: text-classification
|
30 |
+
name: FLUE
|
31 |
+
dataset:
|
32 |
+
type: flue
|
33 |
+
name: CLS-Dvd
|
34 |
+
split: CLS
|
35 |
+
metrics:
|
36 |
+
- type: accuracy
|
37 |
+
value: 91.4
|
38 |
+
name: Accuracy
|
39 |
+
- task:
|
40 |
+
type: text-classification
|
41 |
+
name: FLUE
|
42 |
+
dataset:
|
43 |
+
type: flue
|
44 |
+
name: CLS-Music
|
45 |
+
split: CLS
|
46 |
+
metrics:
|
47 |
+
- type: accuracy
|
48 |
+
value: 92.6
|
49 |
+
name: Accuracy
|
50 |
+
- task:
|
51 |
+
type: text-classification
|
52 |
+
name: FLUE
|
53 |
+
dataset:
|
54 |
+
type: flue
|
55 |
+
name: PAWS-X
|
56 |
+
split: PAWS-X
|
57 |
+
metrics:
|
58 |
+
- type: accuracy
|
59 |
+
value: 86.3
|
60 |
+
name: Accuracy
|
61 |
+
- task:
|
62 |
+
type: text-classification
|
63 |
+
name: FLUE
|
64 |
+
dataset:
|
65 |
+
type: flue
|
66 |
+
name: XNLI
|
67 |
+
split: XNLI
|
68 |
+
metrics:
|
69 |
+
- type: accuracy
|
70 |
+
value: 77.9
|
71 |
+
name: Accuracy
|
72 |
tags:
|
73 |
- tf
|
74 |
- pytorch
|