Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
|
| 4 |
-
|
| 5 |
model-index:
|
| 6 |
- name: asi/albert-act-base
|
| 7 |
results:
|
|
@@ -16,6 +15,31 @@ model-index:
|
|
| 16 |
- type: matthews_correlation
|
| 17 |
value: 36.7
|
| 18 |
name: Matthew's Corr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
|
|
|
|
| 4 |
model-index:
|
| 5 |
- name: asi/albert-act-base
|
| 6 |
results:
|
|
|
|
| 15 |
- type: matthews_correlation
|
| 16 |
value: 36.7
|
| 17 |
name: Matthew's Corr
|
| 18 |
+
- task:
|
| 19 |
+
type: text-classification
|
| 20 |
+
name: SST-2
|
| 21 |
+
dataset:
|
| 22 |
+
type: glue
|
| 23 |
+
name: SST-2 # The Stanford Sentiment Treebank
|
| 24 |
+
split: sst2
|
| 25 |
+
metrics:
|
| 26 |
+
- type: accuracy
|
| 27 |
+
value: 87.8
|
| 28 |
+
name: Accuracy
|
| 29 |
+
- task:
|
| 30 |
+
type: text-classification
|
| 31 |
+
name: MRPC
|
| 32 |
+
dataset:
|
| 33 |
+
type: glue
|
| 34 |
+
name: MRPC # Microsoft Research Paraphrase Corpus
|
| 35 |
+
split: mrpc
|
| 36 |
+
metrics:
|
| 37 |
+
- type: accuracy
|
| 38 |
+
value: 81.4
|
| 39 |
+
name: Accuracy
|
| 40 |
+
- type: f1
|
| 41 |
+
value: 86.5
|
| 42 |
+
name: F1
|
| 43 |
---
|
| 44 |
|
| 45 |
|