Add cool new feature (#3)
Browse files
README.md
CHANGED
|
@@ -20,6 +20,16 @@ model-index:
|
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
value: 0.8967889908256881
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 20 |
- name: Accuracy
|
| 21 |
type: accuracy
|
| 22 |
value: 0.8967889908256881
|
| 23 |
+
- task:
|
| 24 |
+
name: Binary text classification
|
| 25 |
+
type: text-classification
|
| 26 |
+
dataset:
|
| 27 |
+
type: emotion
|
| 28 |
+
name: Emotion
|
| 29 |
+
metrics:
|
| 30 |
+
- name: Accuracy
|
| 31 |
+
type: accuracy
|
| 32 |
+
value: 0.666
|
| 33 |
---
|
| 34 |
|
| 35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|